Commit 006cc775 by liaoxing

解决letamc 信用证类型码表没显示lable问题

parent 43f6e5fc
......@@ -163,7 +163,7 @@
v-model="model.ledgrp.rec.lcrtyp"
style="width: 100%"
placeholder="请选择类型"
:code="codes.lcrtyp1"
:code="codes.lcrtyp"
disabled
>
</c-select>
......@@ -368,7 +368,9 @@ export default {
props: ['model', 'codes'],
mixins: [commonProcess],
data() {
return {}
return {
codes: {...CodeTable},
}
},
methods: {
...Event,
......
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