Commit 0e7839d3 by liaoxing

码表显示问题

parent 16c8916f
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<c-button <c-button
style=" style="
margin: 0 0 0 10px; margin: 0 0 0 10px;
padding: 0 12px; padding: 0 12px ;
" "
size="small" size="small"
type="primary" type="primary"
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
v-model="model.lidgrp.rec.lcrtyp" v-model="model.lidgrp.rec.lcrtyp"
style="width: 100%" style="width: 100%"
placeholder="" placeholder=""
:code="codes.lcrtyp1" :code="codes.lcrtyp"
disabled disabled
> >
</c-select> </c-select>
...@@ -387,6 +387,7 @@ export default { ...@@ -387,6 +387,7 @@ export default {
data() { data() {
return { return {
flag: true, flag: true,
codes: {...CodeTable},
}; };
}, },
methods: { ...Event }, methods: { ...Event },
......
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
v-model="model.gidgrp.rec.gartyp" v-model="model.gidgrp.rec.gartyp"
style="width: 100%" style="width: 100%"
placeholder="请选择保函种类" placeholder="请选择保函种类"
:code="codes.typgar2" :code="codes.typgar"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -366,6 +366,7 @@ export default { ...@@ -366,6 +366,7 @@ export default {
data() { data() {
return { return {
typ1: true , typ1: true ,
codes: {...CodeTable},
}; };
}, },
methods: { ...Event }, methods: { ...Event },
......
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
v-model="model.gidgrp.rec.gartyp" v-model="model.gidgrp.rec.gartyp"
style="width: 100%" style="width: 100%"
placeholder="请选择保函种类" placeholder="请选择保函种类"
:code="codes.typgar2" :code="codes.typgar"
> >
</c-select> </c-select>
</el-form-item> </el-form-item>
...@@ -349,7 +349,9 @@ export default { ...@@ -349,7 +349,9 @@ export default {
props: ["model", "codes"], props: ["model", "codes"],
mixins: [commonProcess], mixins: [commonProcess],
data() { data() {
return {}; return {
codes: {...CodeTable},
};
}, },
methods: { ...Event }, methods: { ...Event },
created: function () {}, created: function () {},
......
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