From 6c0394cf02a9b870fc52b233c026c5f25736a70a Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期五, 22 八月 2025 09:03:40 +0800 Subject: [PATCH] 样式调整 --- src/views/inventoryManagement/dispatchLog/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/inventoryManagement/dispatchLog/index.vue b/src/views/inventoryManagement/dispatchLog/index.vue index e523430..9949fe4 100644 --- a/src/views/inventoryManagement/dispatchLog/index.vue +++ b/src/views/inventoryManagement/dispatchLog/index.vue @@ -39,7 +39,7 @@ <el-table-column label="鍑哄簱鏃ユ湡" prop="createTime" - min-width="250" + min-width="130" show-overflow-tooltip /> <el-table-column @@ -75,13 +75,13 @@ <el-table-column label="鍚◣鍗曚环(鍏�)" prop="taxInclusiveUnitPrice" - width="100" + width="200" show-overflow-tooltip /> <el-table-column label="鍚◣鎬讳环(鍏�)" prop="taxInclusiveTotalPrice" - width="100" + width="200" show-overflow-tooltip /> <el-table-column @@ -205,7 +205,7 @@ tableData.value.map((item) => { item.children = []; }); - total.value = res.total; + total.value = res.data.total; }) .catch(() => { tableLoading.value = false; -- Gitblit v1.9.3