From 1f2cabb5282b692e35e71b6bd3bcec379ae51e03 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期四, 21 九月 2023 19:32:50 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/web/WMS --- src/views/overview/OverviewListView.vue | 50 ++++++++++++++++++++++++++------------------------ 1 files changed, 26 insertions(+), 24 deletions(-) diff --git a/src/views/overview/OverviewListView.vue b/src/views/overview/OverviewListView.vue index aab7906..51a2432 100644 --- a/src/views/overview/OverviewListView.vue +++ b/src/views/overview/OverviewListView.vue @@ -124,36 +124,36 @@ default: false, date: true }, - { - label: "浜у搧鍙敤鎬�", - prop: "status", - isShowColumn: showcol.includes("浜у搧鍙敤鎬�"), - default: false - }, - { - label: "鎴鏃ユ湡", - prop: "faultTime", - isShowColumn: showcol.includes("鎴鏃ユ湡"), - default: false - }, - { - label: "瀹為檯鏃ユ湡", - prop: "shopName", - isShowColumn: showcol.includes("瀹為檯鏃ユ湡"), - default: false - }, + // { + // label: "浜у搧鍙敤鎬�", + // prop: "status", + // isShowColumn: showcol.includes("浜у搧鍙敤鎬�"), + // default: false + // }, + // { + // label: "鎴鏃ユ湡", + // prop: "faultTime", + // isShowColumn: showcol.includes("鎴鏃ユ湡"), + // default: false + // }, + // { + // label: "瀹為檯鏃ユ湡", + // prop: "shopName", + // isShowColumn: showcol.includes("瀹為檯鏃ユ湡"), + // default: false + // }, { label: "鏉ユ簮鍗曟嵁", prop: "sourceNumber", isShowColumn: showcol.includes("鏉ユ簮鍗曟嵁"), default: false }, - { - label: "娆犲崟", - prop: "status", - isShowColumn: showcol.includes("娆犲崟"), - default: false - }, + // { + // label: "娆犲崟", + // prop: "status", + // isShowColumn: showcol.includes("娆犲崟"), + // default: false + // }, { label: "鍏ュ簱绫诲瀷", prop: "faultTime", @@ -201,6 +201,8 @@ // 鎼滅储 getList(val) { console.log(val) + this.pagerOptions.currPage = 1 + this.getData() }, // 琛岀偣鍑� tableRowClick(row) { -- Gitblit v1.8.0