任务细分

This commit is contained in:
shidongli 2024-07-11 15:17:03 +08:00
parent a5aa1e5196
commit 63351f1ed3

View File

@ -143,7 +143,7 @@
<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>