| | |
| | | <el-table-column property="address" label="具体位置" align="center" sortable show-overflow-tooltip /> |
| | | <el-table-column property="address" label="负责人姓名" align="center" sortable show-overflow-tooltip /> |
| | | <el-table-column property="address" label="装置部位分类" align="center" sortable show-overflow-tooltip /> |
| | | <el-table-column label="操作" align="center" style="width: 300px"> |
| | | <el-table-column label="操作" align="center" width="250"> |
| | | <template #default> |
| | | <el-button link type="primary" size="default" :icon="View">查看</el-button> |
| | | <el-button link type="primary" size="default" :icon="EditPen">修改</el-button> |