qymljy 2 tahun lalu
induk
melakukan
f291c2df91

+ 1 - 1
src/HDrpManagement/orderManage/details/tabs/productlist.vue

@@ -52,7 +52,7 @@
           </template>
         </el-table-column>
         <el-table-column
-            prop="model"
+            prop="spec"
             label="规格"
             width="150">
           <template slot-scope="scope">

+ 1 - 1
src/SDrpManagement/agentOrder/modules/productlist.vue

@@ -48,7 +48,7 @@
       </el-table-column>
       <el-table-column
           label="规格"
-          prop="model">
+          prop="spec">
         <template slot-scope="scope">
           <p><span>{{scope.row.spec}}</span></p>
         </template>