From ac71a144eeac2a5586c37686e72442173bfb1407 Mon Sep 17 00:00:00 2001 From: Houjie <714924425@qq.com> Date: 星期三, 27 八月 2025 13:56:09 +0800 Subject: [PATCH] 保养标准:调整 --- src/views/cms/CuttingInventoryList.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/cms/CuttingInventoryList.vue b/src/views/cms/CuttingInventoryList.vue index b1a972f..e741e68 100644 --- a/src/views/cms/CuttingInventoryList.vue +++ b/src/views/cms/CuttingInventoryList.vue @@ -115,7 +115,7 @@ <a-card title="搴撳瓨缁熻"> <a-table :pagination="statisticsPagination" - :columns="statisticsColumns"/>in + :columns="statisticsColumns" :dataSource="statisticsData" :loading="statisticsLoading" bordered @@ -123,7 +123,7 @@ <span slot="inventoryStatus" slot-scope="text"> <a-tag :color="getTagColor(text)">{{ text }}</a-tag> </span> - /> + </a-table> </a-card> </div> -- Gitblit v1.9.3