Commit 0e7839d3 by liaoxing

码表显示问题

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