Browse Source

费用修改按钮增加限制

lichao 3 năm trước cách đây
mục cha
commit
724b143720
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/views/kaihe/domesticTrade/orderInformation/index.vue

+ 2 - 0
src/views/kaihe/domesticTrade/orderInformation/index.vue

@@ -859,6 +859,7 @@
               type="primary"
               size="small"
               @click="feeChange('D')"
+              v-if="form.moneyStatus == 6"
             >费用变更</el-button>
           </div>
         </div>
@@ -1180,6 +1181,7 @@
               type="primary"
               size="small"
               @click="feeChange('C')"
+              v-if="form.moneyStatus == 6"
             >费用变更</el-button>
           </div>
         </div>