Your Name
2022-09-26 bb455cebea17349a2f5ed0d4e86eac3905b24585
src/views/specialWorkManage/workFlow/approveRule/components/approveLevelDialog.vue
@@ -46,7 +46,7 @@
                                <el-table-column property="itemName" label="审批项名称" show-overflow-tooltip> </el-table-column>
                                <el-table-column property="type" label="审批项类型" show-overflow-tooltip>
                                    <template slot-scope="scope">
                                        <div v-for="item in typeList">
                                        <div v-for="item in approveTypeList">
                                            <div v-if="scope.row.type === item.id">
                                                <span>{{item.name}}</span>
                                            </div>
@@ -132,6 +132,11 @@
                { id: 1, name: '单人' },
                { id: 2, name: '多人' },
                { id: 3, name: '分析人' }
            ],
            approveTypeList: [
                { id: 1, name: '数值' },
                { id: 2, name: '选项' },
                { id: 3, name: '填空' }
            ],
            workLevelList: [],
            actionList: [],
@@ -220,7 +225,7 @@
            } else {
                this.$message({
                    type: 'warning',
                    message: res.data.msg
                    message: res.data.message
                });
            }
        },
@@ -232,7 +237,7 @@
            } else {
                this.$message({
                    type: 'warning',
                    message: res.data.msg
                    message: res.data.message
                });
            }
        },