| | |
| | | </div> |
| | | <div class="button_Line"> |
| | | <div class="button_Left"> |
| | | <el-button size="default" type="primary" @click="onOpenAdd('新建')"> |
| | | <el-icon> <Plus /> </el-icon>新建 |
| | | <el-button size="default" type="primary" @click="onOpenAdd('新增')"> |
| | | <el-icon> <Plus /> </el-icon>新增 |
| | | </el-button> |
| | | <el-button size="default" type="warning" plain :disabled="warning" @click="onEdit('修改', deletAll[0])"> |
| | | <el-icon> <Edit /> </el-icon>修改 |
| | |
| | | // FormInstance, |
| | | } from 'element-plus'; |
| | | import { Plus, Search, Delete, Edit, Download, Refresh, View, EditPen } from '@element-plus/icons-vue'; |
| | | // import OpenSee from '/@/views/contingencyManagement/emergencyPlanStartRecord/components/openSee.vue'; |
| | | // import UpData from '/@/views/contingencyManagement/panManagement/components/upData.vue'; |
| | | // import OpenSee from '/@/views/contingencyManagement/emergencyPlanStartRecord/component/openSee.vue'; |
| | | // import UpData from '/@/views/contingencyManagement/panManagement/component/upData.vue'; |
| | | // import EmergencySupplies from '/@/components/emergencySupplies/index.vue'; |
| | | // import OpenAdd from '/@/views/contingencyManagement/emergencyResources/maintenanceOfEmergencyMaterials/components/openAdd.vue'; |
| | | // import OpenAdd from '/@/views/contingencyManagement/emergencyResources/maintenanceOfEmergencyMaterials/component/openAdd.vue'; |
| | | // import { contingencyApi } from '/@/api/contingency'; |
| | | // import { emergencySuppliesMaintainApi } from '/@/api/emergencySuppliesMaintain'; |
| | | |
| | |
| | | } |
| | | }; |
| | | |
| | | // 打开新建用户弹窗 |
| | | // 打开新增用户弹窗 |
| | | const addRef = ref(); |
| | | const onOpenAdd = (data: any) => { |
| | | addRef.value.openDialog(data); |
| | |
| | | min-width: 30px; |
| | | border-radius: 2px; |
| | | } |
| | | </style> |
| | | </style> |