src/views/cms/CuttingInventoryList.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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>