From 5a28e6e5194ddd3727fb5411c785bef0f29152bb Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期五, 25 十一月 2022 16:15:07 +0800 Subject: [PATCH] 新增有效期限 --- src/views/selfCheck/supervision.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/selfCheck/supervision.vue b/src/views/selfCheck/supervision.vue index e338805..4a6c682 100644 --- a/src/views/selfCheck/supervision.vue +++ b/src/views/selfCheck/supervision.vue @@ -29,7 +29,7 @@ <span>{{ scope.row.rectifyStatus == 0?'存在未整改':'已完成' }}</span> </template> </el-table-column> - <el-table-column label="详情" align="center" class-name="small-padding fixed-width"> + <el-table-column label="详情" align="center" class-name="small-padding fixed-width" fixed="right"> <template slot-scope="scope"> <el-button type="text" @click="toDetail(scope.row)">查看详情</el-button> </template> @@ -104,8 +104,9 @@ const t = this t.$refs.details.dialogVisible = true t.$refs.details.id = row.id - t.$refs.details.unitType = row.checkUnitType + t.$refs.details.checkUnitType = row.checkUnitType t.$refs.details.getEnterpriseInfo() + console.log(t.$refs.details.unitType) }, async getSpotCheckList(){ -- Gitblit v1.9.2