Shan9312 преди 2 месеца
родител
ревизия
72a7546fdd
променени са 3 файла, в които са добавени 6 реда и са изтрити 5 реда
  1. BIN
      dist-现代牧业-正式-20241217.zip
  2. 0 0
      dist/index.html
  3. 6 5
      src/views/custom/custom/index.vue

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>

Някои файлове не бяха показани, защото твърде много файлове са промени