From 6ef869b1adcf3a5bb8e4c3117dc507d173f13fd8 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期三, 18 九月 2024 15:19:55 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit --- admin/src/views/platform/platform.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/src/views/platform/platform.vue b/admin/src/views/platform/platform.vue index 44eb641..8ae1b2c 100644 --- a/admin/src/views/platform/platform.vue +++ b/admin/src/views/platform/platform.vue @@ -68,7 +68,7 @@ </el-table-column> <el-table-column prop="broadcastNames" label="鍏宠仈骞挎挱" min-width="100px"></el-table-column> <el-table-column prop="ledNames" label="鍏宠仈LED" min-width="100px"></el-table-column> - <el-table-column prop="hkDate" label="鍚屾鏃堕棿" min-width="140px"></el-table-column> + <el-table-column prop="hkDate" label="鍚屾鏃堕棿" min-width="150px"></el-table-column> <el-table-column v-if="containPermissions(['business:platform:update', 'business:platform:delete'])" label="鎿嶄綔" @@ -149,7 +149,7 @@ this.search() }) .catch(e => { - this.$tip.apiFailed(e) + // this.$tip.apiFailed(e) }) .finally(() => { this.isWorking.working = false @@ -167,7 +167,7 @@ this.search() }) .catch(e => { - this.$tip.apiFailed(e) + // this.$tip.apiFailed(e) }) .finally(() => { this.isWorking.working = false -- Gitblit v1.9.3