Commit 8aac2094 by liaoxing

lttdav c-input改为c-select

parent ed5b9830
......@@ -177,13 +177,13 @@
</c-col>
<c-col :span="12">
<el-form-item label="" label-width="5px" prop="ltdgrp.rec.lcrtyp">
<c-input
<c-select
v-model="model.ltdgrp.rec.lcrtyp"
maxlength="40"
placeholder="请选择"
disabled
:code="codes.lcrtyp1"
></c-input>
:code="codes.lcrtyp"
></c-select>
</el-form-item>
</c-col>
</c-col>
......@@ -429,7 +429,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