From ae0e1c96b6da4f4515bf449db45a4ee839d2c61f Mon Sep 17 00:00:00 2001 From: Admin <978517621@qq.com> Date: 星期四, 14 七月 2022 09:08:37 +0800 Subject: [PATCH] 添加修改页面 --- src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue b/src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue index a5a527b..566ee7f 100644 --- a/src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue +++ b/src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue @@ -1,8 +1,8 @@ <template> <div class="home-container"> <el-scrollbar height="100%"> - <el-row> - <div class="homeCard"> + <el-row class="homeCard"> +<!-- <div class="homeCard">--> <el-col :span="6"> <div class="grid-content topInfo"> <div>预约时间:</div> @@ -37,7 +37,7 @@ <div><el-button type="primary" @click="dialogChartsVisible = true">查看统计图表</el-button></div> </div> </el-col> - </div> +<!-- </div>--> </el-row> <el-row> <div class="homeCard"> @@ -53,7 +53,7 @@ <el-table-column prop="high" label="高处" /> <el-table-column prop="block" label="盲板抽堵" width="180" /> <el-table-column prop="tempUse" label="临时用电" width="180" /> - <el-table-column fixed="right" label="操作"> + <el-table-column fixed="right" label="操作" align="center" width="180"> <template #default> <el-button link type="primary" size="small">操作</el-button> </template> -- Gitblit v1.9.2