Your Name
2022-09-26 bb455cebea17349a2f5ed0d4e86eac3905b24585
src/views/specialWorkManage/workFlow/approveBasic/index.vue
@@ -62,9 +62,9 @@
                        <el-table-column prop="gmtModified" label="最后修改时间" show-overflow-tooltip></el-table-column>
                        <el-table-column fixed="right" label="操作" align="center" width="300">
                            <template slot-scope="scope">
                                <el-button link type="primary" size="small" @click="openApproveBasicDialog('查看', scope.row)">查看</el-button>
                                <el-button link type="primary" size="small" @click="openApproveBasicDialog('修改', scope.row)">修改</el-button>
                                <el-button link type="danger" size="small" @click="deleteApproveBasic(scope.row)">删除</el-button>
                                <el-button link type="text" size="small" @click="openApproveBasicDialog('查看', scope.row)">查看</el-button>
                                <el-button link type="text" size="small" @click="openApproveBasicDialog('修改', scope.row)">修改</el-button>
                                <el-button link type="text" style="color: red" size="small" @click="deleteApproveBasic(scope.row)">删除</el-button>
                            </template>
                        </el-table-column>
                    </el-table>
@@ -98,13 +98,9 @@
                }
            },
            ruleStandTypeList: [
                { id: 1, name: '可燃气浓度' },
                { id: 2, name: '氧气浓度' },
                { id: 3, name: '一氧化碳浓度' },
                { id: 4, name: '硫化氢浓度' },
                { id: 5, name: '温度' },
                { id: 6, name: '压力' },
                { id: 7, name: '震动' }
                { id: 1, name: '可燃气体' },
                { id: 3, name: '有毒有害气体' },
                { id: 2, name: '氧气' },
            ],
            typeList: [
                { id: 1, name: '大于' },
@@ -173,7 +169,7 @@
                            duration: 2000,
                            message: '删除成功'
                        });
                        await getInspectionTask();
                        await this.getInspectionTask();
                    } else {
                        this.$message({
                            type: 'warning',