From d68b036a3b3c67273b8effa3c9925ef3869a91ba Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期三, 07 二月 2024 13:56:50 +0800 Subject: [PATCH] wms项目 wms系统参数设置的页面开发+路由+是否显示表头配置 --- src/views/overview/index.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/overview/index.vue b/src/views/overview/index.vue index a4b17f1..313c233 100644 --- a/src/views/overview/index.vue +++ b/src/views/overview/index.vue @@ -44,6 +44,11 @@ <span style="cursor: pointer">4 寤舵湡</span> </div> --> </div> + <div class="right"> + <div class="right_status" @click.stop="statusClick(item, 5)"> + <span style="cursor: pointer">{{ item.cancelCount + " 宸插彇娑�" }}</span> + </div> + </div> </div> </div> </div> @@ -99,7 +104,6 @@ page: this.pagerOptions.currPage, pageSize: this.pagerOptions.pageSize }).then((res) => { - console.log(res.data) if (res.code === 200) { const list = res.data.map((item) => { return { @@ -193,7 +197,7 @@ } } .right { - width: 50%; + width: 25%; .right_status { margin-top: 5px; } -- Gitblit v1.8.0