Commit 8576328f by liaoxing

出口信用证出口收单 LETDRV 解决码表显示问题

parent 946664b2
......@@ -197,7 +197,7 @@
disabled
>
<el-option
v-for="item in codes.lcrtyp1"
v-for="item in codes.lcrtyp"
:key="item.value"
:label="item.label"
:value="item.value"
......@@ -537,6 +537,7 @@ export default {
return {
flag1: false,
flag2: false,
codes: {...CodeTable},
};
},
watch: {
......
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