admin/src/views/Inspection/components/taskDetail.vue
@@ -1,5 +1,5 @@ <template> <GlobalWindow title="巡检任务详情" :showConfirm="false" :visible.sync="isShowModal"> <GlobalWindow title="巡检任务详情" width="800px" :showConfirm="false" :visible.sync="isShowModal"> <QueryForm v-model="filters" :query-form-config="queryFormConfig" @handleQuery="getDetail(1)" @clear="clear" /> <el-table v-loading="loading" :data="list" stripe> <el-table-column prop="pointName" label="巡检点名称" min-width="100" show-overflow-tooltip />