From 5c53a09ff28e5be90af9c1bc0534a4320fc5aec0 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期一, 23 十二月 2024 14:08:11 +0800 Subject: [PATCH] ll --- admin/src/views/Inspection/components/taskDetail.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/admin/src/views/Inspection/components/taskDetail.vue b/admin/src/views/Inspection/components/taskDetail.vue index 54b30a5..43adcf6 100644 --- a/admin/src/views/Inspection/components/taskDetail.vue +++ b/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 /> @@ -17,6 +17,11 @@ <span class="red" v-if="row.dealStatus == 1">寮傚父</span> </template> </el-table-column> + <el-table-column prop="" label="宸℃闄勪欢" min-width="100" show-overflow-tooltip> + <template v-slot="{ row }"> + + </template> + </el-table-column> <el-table-column prop="dealInfo" label="宸℃璇存槑" min-width="100" show-overflow-tooltip /> </el-table> <div class="mt20"> -- Gitblit v1.9.3