Shan9312 2 місяців тому
батько
коміт
72a7546fdd

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


Різницю між файлами не показано, бо вона завелика
+ 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>

Деякі файли не було показано, через те що забагато файлів було змінено