Explorar el Código

费用修改按钮增加限制

lichao hace 3 años
padre
commit
724b143720
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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>