From bce10b2db48c97a23543189368ceb6a8f3737fb3 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 03 四月 2024 14:24:46 +0800 Subject: [PATCH] 核算ui+考核结果ui --- src/views/system/result/city/index.vue | 27 +++++++++++++++++++-------- 1 files changed, 19 insertions(+), 8 deletions(-) diff --git a/src/views/system/result/city/index.vue b/src/views/system/result/city/index.vue index 3d41c4c..8a934dc 100644 --- a/src/views/system/result/city/index.vue +++ b/src/views/system/result/city/index.vue @@ -82,20 +82,29 @@ <div class="text item">鑰冩牳鏍囩<span class="time">{{ "鍥涘尯澶╃綉浜屾湡" }}</span></div> <div class="text item">鑰冩牳鑼冨洿<span class="time">{{ "甯傚尯鑰冩牳" }}</span></div> <div class="text item">鑰冩牳棰戠巼<span class="time">{{ "瀛e害" }}</span></div> - <div class="text item">鑰冩牳鏃堕棿 - <span class="time">{{ item.checkTime }}</span> - <el-button size="small" round style="float: right;" @click="handlePublish(item)" v-show="item.publish != 1" v-hasPermi="['result:city:publish']">纭鍙戝竷</el-button> - <el-button size="small" round style="float: right;" v-show="item.publish == 1" disabled="true" v-hasPermi="['result:city:publish']">宸插彂甯�</el-button> - </div> + <el-tooltip effect="dark" placement="right-start"> + <div slot="content"> + 瀵岄『鍘匡細6.5 + <br/>娌挎哗鍖猴細6.5 + <br/>璐′簳鍖猴細6.5 + <br/>楂樻柊鍖猴細6.5 + <br/>澶у畨鍖猴細6.5 + <br/>鑷祦浜曞尯锛�6.5 + <br/>鑽e幙锛�6.5 + </div> + <span class="text item">{{ "鑰冩牳鎴愮哗" }}</span> + </el-tooltip> + <el-button size="small" round style="float: right;margin-bottom: 18px;" @click="handlePublish(item)" v-show="item.publish != 1" v-hasPermi="['result:contract:publish']">纭鍙戝竷</el-button> + <el-button size="small" round style="float: right;margin-bottom: 18px;" @click="handlePublish(item)" v-show="item.publish == 1" v-hasPermi="['result:contract:publish']">宸插彂甯�</el-button> </el-card> - <!-- <pagination + <pagination v-show="total>0" :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize" @pagination="getList" - /> --> + /> <el-dialog :title="detailName" :visible.sync="detail" width="800px" append-to-body> <el-form label-position="left" inline class="table-expand"> @@ -219,6 +228,7 @@ </div> </el-dialog> </div> + </template> <script> @@ -303,7 +313,7 @@ this.queryParams["end"] = this.daterangeCheckTime[1]; } listCheckResult(this.queryParams).then(response => { - this.checkResultList = response.data; + this.checkResultList = response.rows; this.total = response.total; this.loading = false; }); @@ -456,6 +466,7 @@ .item { margin-bottom: 18px; } + .clearfix:before, .clearfix:after { display: table; -- Gitblit v1.8.0