zh 2 年 前
コミット
94b15a94ab
1 ファイル変更0 行追加1 行削除
  1. 0 1
      src/views/supply/policy/components/retail_form.vue

+ 0 - 1
src/views/supply/policy/components/retail_form.vue

@@ -141,7 +141,6 @@
             <el-input v-model="scope.row.qty" class="yinput" size="small" />
           </template>
         </el-table-column>
-        <el-table-column align="right" label="退订数量" prop="" min-width="100" show-overflow-tooltip />
         <el-table-column align="right" label="订单金额" min-width="100" prop="compute_amount" show-overflow-tooltip>
           <template slot-scope="scope">
             {{ (scope.row.price * scope.row.qty) | numToFixed }}