Bladeren bron

合同状态前置

Shan9312 2 maanden geleden
bovenliggende
commit
72a7546fdd
3 gewijzigde bestanden met toevoegingen van 6 en 5 verwijderingen
  1. BIN
      dist-现代牧业-正式-20241217.zip
  2. 0 0
      dist/index.html
  3. 6 5
      src/views/custom/custom/index.vue

BIN
dist-现代牧业-正式-20241217.zip


File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 6 - 5
src/views/custom/custom/index.vue

@@ -85,6 +85,11 @@
         <template slot-scope="scope">
           <span>{{ scope.row.providerName }}</span>
         </template>
+      </el-table-column>
+        <el-table-column label="合同状态" min-width="110px" align="center">
+        <template slot-scope="scope">
+          <span>{{ scope.row.statue }}</span>
+        </template>
       </el-table-column>
       <el-table-column label="备件编号" min-width="110px" align="center">
         <template slot-scope="scope">
@@ -160,11 +165,7 @@
         </template>
       </el-table-column>
       <el-table-column label="零库存" min-width="110px" align="center" :formatter="isZeroStock" />
-      <el-table-column label="合同状态" min-width="110px" align="center">
-        <template slot-scope="scope">
-          <span>{{ scope.row.statue }}</span>
-        </template>
-      </el-table-column>
+
       <el-table-column label="申购状态" min-width="80px" align="center">
         <template slot-scope="scope">
           <span v-if="scope.row.purchase_type == 1">暂估</span>

Some files were not shown because too many files changed in this diff