lixiangyu
19 小时以前 369a4f1ab4c907f6d3bbc70e8876eb1ed611afe3
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>