Commit ac1a2fc1 authored by 黄奎's avatar 黄奎

页面修改

parent bfae6fee
......@@ -176,9 +176,9 @@
<td style="text-align:left;">
<el-select class='w135 sel' v-model='subItem.PayStyle' :placeholder="$t('pub.pleaseSel')">
<el-option :label="$t('pub.pleaseSel')" :value='0'></el-option>
<el-option :label='$t("ground.xianfu")' :value='1' v-if="subItem.PayStyleExt==1||LineId==90">
<el-option :label='$t("ground.xianfu")' :value='1' v-if="subItem.PayStyleExt==1">
</el-option>
<el-option :label='$t("ground.qiandan")' :value='2' v-if="subItem.PayStyleExt==2||LineId==90">
<el-option :label='$t("ground.qiandan")' :value='2' v-if="subItem.PayStyleExt==2">
</el-option>
<el-option :label='$t("ground.shiwudk")' :value='3' v-if="subItem.PayStyleExt==3"></el-option>
<el-option :label='$t("ground.yufu")' :value='4' v-if="subItem.PayStyleExt==4"></el-option>
......
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