Browse Source

fix:订单详情多件多折标识

chenjiaxin 2 months ago
parent
commit
6cca13cb95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/oms/order/components/orderItemListTab.vue

+ 1 - 1
src/views/oms/order/components/orderItemListTab.vue

@@ -205,7 +205,7 @@
         align="center"
       >
         <template slot-scope="scope">
-          <el-checkbox :value="scope.row.manyFoldFlag === 1"></el-checkbox>
+          <el-checkbox :value="scope.row.manyFoldFlag === 2"></el-checkbox>
         </template>
       </el-table-column>