| | |
| | | <el-table-column prop="drillAddress" label="演练地点" show-overflow-tooltip sortable></el-table-column> |
| | | <el-table-column prop="drillWay" label="演练方式" show-overflow-tooltip sortable> |
| | | <template #default="scope"> |
| | | <div v-if="scope.row.drillWay=='0'">综合</div> |
| | | <div v-if="scope.row.drillWay=='1'">桌面</div> |
| | | <div v-if="scope.row.drillWay=='2'">专项</div> |
| | | <div v-if="scope.row.drillWay==1">综合</div> |
| | | <div v-if="scope.row.drillWay==2">桌面</div> |
| | | <div v-if="scope.row.drillWay==3">专项</div> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="drillLevel" label="演练级别" show-overflow-tooltip sortable> |
| | | <template #default="scope"> |
| | | <div v-if="scope.row.drillLevel=='1'">公司级</div> |
| | | <div v-if="scope.row.drillLevel=='2'">分厂级</div> |
| | | <div v-if="scope.row.drillLevel=='3'">车间级</div> |
| | | <div v-if="scope.row.drillLevel==1">公司级</div> |
| | | <div v-if="scope.row.drillLevel==2">分厂级</div> |
| | | <div v-if="scope.row.drillLevel==3">车间级</div> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="drillPlanDate" label="计划演练日期" show-overflow-tooltip sortable></el-table-column> |
| | |
| | | border-radius: 2px; |
| | | } |
| | | //分页结束 |
| | | </style> |
| | | </style> |