| | |
| | | <template> |
| | | <div class="app-container" > |
| | | <div v-if="type == '0'" style=""> |
| | | <div v-if="type=='0'" style=""> |
| | | <Titlename title="录入隐患单页面"></Titlename> |
| | | <div class="whole-form"> |
| | | <el-form |
| | |
| | | <el-button |
| | | size="mini" |
| | | @click="editDanger(scope.row, scope.$index)" |
| | | >添加 |
| | | >编辑 |
| | | </el-button> |
| | | <el-button |
| | | size="mini" |
| | |
| | | </div> |
| | | </div> |
| | | <div v-else> |
| | | |
| | | <el-table :data="detailTableData" style="width: 100%" > |
| | | <el-table-column type="selection" width="55" align="center"></el-table-column> |
| | | <el-table-column prop="number" label="编号" align="center" width="120"></el-table-column> |