任务细分字典

This commit is contained in:
shidongli 2025-01-09 09:35:19 +08:00
parent 7c26ebd8fa
commit 3b80fd5a81

View File

@ -140,12 +140,12 @@
align="center" align="center"
prop="taskNodeType" prop="taskNodeType"
> >
<template slot-scope="scope"> <!-- <template slot-scope="scope">
{{scope.row.taskNodeType=='PHONE_OUTBOUND'?'电话外呼':''}} {{scope.row.taskNodeType=='PHONE_OUTBOUND'?'电话外呼':''}}
{{scope.row.taskNodeType=='QUESTIONNAIRE_SCALE'?'问卷量表':''}} {{scope.row.taskNodeType=='QUESTIONNAIRE_SCALE'?'问卷量表':''}}
{{scope.row.taskNodeType=='PROPAGANDA_ARTICLE'?'宣教文章':''}} {{scope.row.taskNodeType=='PROPAGANDA_ARTICLE'?'宣教文章':''}}
{{scope.row.taskNodeType=='TEXT_REMIND'?'文字提醒':''}} {{scope.row.taskNodeType=='TEXT_REMIND'?'文字提醒':''}}
</template> </template> -->
</el-table-column> </el-table-column>