Commit ea0c7d8d authored by dragondean@qq.com's avatar dragondean@qq.com

修复是否预付字段错误

parent 7f35012e
......@@ -1141,7 +1141,7 @@
<div v-if="orderExceptionData.orderExceptionStatus == 0">
<div>
<el-form-item v-if="unitChangable && handlerParams.orderExceptionHandlerResult != 'confirmed_return'" :label="$t('是否预付')">
<el-radio-group v-model="row.needPay">
<el-radio-group v-model="row.isPayAdvance">
<el-radio :label="1">{{ $t("预付") }}</el-radio>
<el-radio :label="0">{{ $t("均可") }}</el-radio>
</el-radio-group>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment