From a3b4eb017a0f948348ef7732267c7ed0d4bca8c0 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期二, 12 三月 2024 16:15:27 +0800 Subject: [PATCH] bug修改 --- src/views/operate/myWait/index.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/operate/myWait/index.vue b/src/views/operate/myWait/index.vue index b6bdec3..523e545 100644 --- a/src/views/operate/myWait/index.vue +++ b/src/views/operate/myWait/index.vue @@ -1,6 +1,6 @@ <template> <div class="userList"> - <div class="headerTitle">杩愯惀绠$悊銆嬫垜鐨勫緟鍔�</div> + <!-- <div class="headerTitle">杩愯惀绠$悊銆嬫垜鐨勫緟鍔�</div>--> <header> <div class="headerContent"> <div class="search"> @@ -46,7 +46,7 @@ </el-table-column> <el-table-column prop="limitTime" label="鍓╀綑鏃堕棿" min-width="10"> </el-table-column> - <el-table-column prop="stepName" label="闂鐘舵��" min-width="10"> + <el-table-column prop="stepName" label="鎿嶄綔" min-width="10"> <template slot-scope="scope"> <div class="operation"> <span @click="handleOperation(scope.row)">{{ @@ -342,7 +342,7 @@ url: `sccg/base_case/baseCaseDetail/${row.code}`, }).then((res) => { this.info = res.data; - this.vioData = res.data.currentSitVo; + if (res.data) this.vioData = res.data.currentSitVo; this.dialogUpdate = true; }); }, @@ -353,14 +353,14 @@ .userList { text-align: left; padding: 10px 20px; - color: #4b9bb7; + // color: #4b9bb7; border: 1px solid #ccc; .headerTitle { line-height: 40px; } header { - background-color: white; + //background-color: white; .headerContent { padding: 0; @@ -411,7 +411,7 @@ } main { - background-color: #fff; + //background-color: #fff; margin-top: 20px; padding-bottom: 50px; -- Gitblit v1.8.0