Commit 006cc775 by liaoxing

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

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