huang_an 2 년 전
부모
커밋
6f2e9845fb
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      src/views/warehouseManagement/stockManagement/index.vue

+ 3 - 2
src/views/warehouseManagement/stockManagement/index.vue

@@ -106,8 +106,8 @@
         </template>
         </template>
         <!-- 状态 -->
         <!-- 状态 -->
         <template v-slot:verifyStatus="{ row }">
         <template v-slot:verifyStatus="{ row }">
-          <span :class="status[row.verifyStatus + -1].class">
-            {{ status[row.verifyStatus - 1].label }}
+          <span :class="status[row.verifyStatus].class">
+            {{ status[row.verifyStatus].label }}
           </span>
           </span>
         </template>
         </template>
         <!-- 单号链接 -->
         <!-- 单号链接 -->
@@ -244,6 +244,7 @@
             showOverflowTooltip: true
             showOverflowTooltip: true
           },
           },
           {
           {
+            width: 160,
             prop: 'createTime',
             prop: 'createTime',
             label: '入库时间',
             label: '入库时间',
             align: 'center',
             align: 'center',