| | |
| | | <EditPen /> |
| | | </el-icon>评价 |
| | | </el-button> |
| | | <el-button size="small" text type="primary" @click="onApprovalProgress(scope.row)"> |
| | | <el-button size="small" text type="primary" @click="onFlowChart(scope.row)"> |
| | | 审批进度 |
| | | </el-button> |
| | | <el-button size="small" text type="primary" @click="onApprovalProgress(scope.row)"> |
| | |
| | | </el-tabs> |
| | | </el-card> |
| | | <ApprovalProgress ref="approvalRef" /> |
| | | <FlowChart ref="flowRef" /> |
| | | <RectificationDialog ref="rectificationRef" /> |
| | | <OpenEdit ref="editRef" /> |
| | | <upData ref="upShow"></upData> |
| | |
| | | Refresh, |
| | | EditPen, |
| | | } from '@element-plus/icons-vue' |
| | | import FlowChart from '/@/views/contingencyManagement/emergencyDrill/drillImplementationEvaluation/component/flowChart.vue' |
| | | import ApprovalProgress from '/@/views/contingencyManagement/emergencyDrill/drillImplementationEvaluation/component/approvalProgress.vue'; |
| | | import OpenEdit from '/@/views/contingencyManagement/panManagement/component/openEdit.vue'; |
| | | import UpData from '/@/views/contingencyManagement/panManagement/component/upData.vue'; |
| | |
| | | Refresh, |
| | | UpData, |
| | | ApprovalProgress, |
| | | RectificationDialog |
| | | RectificationDialog, |
| | | FlowChart |
| | | }, |
| | | setup() { |
| | | const activeName = ref('first') |
| | |
| | | teamLeader: '王磊', |
| | | } |
| | | ] |
| | | |
| | | // 审批进度弹窗 |
| | | const flowRef = ref(); |
| | | const onFlowChart = (row: TableDataRow) => { |
| | | flowRef.value.openDialog(row); |
| | | }; |
| | | // 打开修改用户弹窗 |
| | | const editRef = ref(); |
| | | const onOpenEdit = (row: TableDataRow) => { |
| | |
| | | approvalRef, |
| | | onRectificationDialog, |
| | | rectificationRef, |
| | | onFlowChart, |
| | | flowRef, |
| | | }; |
| | | }, |
| | | }); |