Commit dc38207b by panziyi

gitset选择框修改

parent 38417b33
......@@ -210,12 +210,13 @@
</c-col>
<c-col :span="24">
<el-form-item label="Type of Undertaking" prop="gidgrp.rec.gartyp">
<el-form-item label="type of Undertaking" prop="gidgrp.rec.gartyp">
<c-select
disabled
v-model="model.gidgrp.rec.gartyp"
style="width: 100%"
placeholder=""
disabled
placeholder="请选择type of Undertaking"
:code="codes.typgar2"
>
</c-select>
</el-form-item>
......
......@@ -154,17 +154,18 @@
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Undertaking of Type" prop="gidgrp.rec.gartyp">
<c-input
v-model="model.gidgrp.rec.gartyp"
<c-col :span="24">
<el-form-item label="type of Undertaking" prop="gidgrp.rec.gartyp">
<c-select
disabled
v-model="model.gidgrp.rec.gartyp"
style="width: 100%"
placeholder="请输入"
></c-input>
placeholder="请选择type of Undertaking"
:code="codes.typgar2"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="24" v-if="model.gidgrp.rec.liadat=='X'" >
<el-form-item
......
......@@ -154,14 +154,16 @@
></c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Undertaking of Type" prop="gidgrp.rec.gartyp">
<c-input
v-model="model.gidgrp.rec.gartyp"
<c-col :span="24">
<el-form-item label="type of Undertaking" prop="gidgrp.rec.gartyp">
<c-select
disabled
v-model="model.gidgrp.rec.gartyp"
style="width: 100%"
placeholder="请输入"
></c-input>
placeholder="请选择type of Undertaking"
:code="codes.typgar2"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="24" v-if="model.gidgrp.rec.liadat == 'X'">
......
......@@ -198,13 +198,18 @@
</c-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Type of Undertaking" prop="gidgrp.rec.gartyp">
<c-input
v-model="model.gidgrp.rec.gartyp"
placeholder="请输入Type of Undertaking"
<c-col :span="24">
<el-form-item label="type of Undertaking" prop="gidgrp.rec.gartyp">
<c-select
disabled
v-model="model.gidgrp.rec.gartyp"
style="width: 100%"
placeholder="请选择type of Undertaking"
:code="codes.typgar2"
>
</c-select>
</el-form-item>
</c-col>
<c-col :span="24" v-if="model.gidgrp.rec.liadat=='X'" >
<el-form-item
......@@ -220,9 +225,6 @@
</el-form-item>
</c-col>
</c-input>
</el-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Date of Claim" prop="gcdgrp.rec.clmdat">
<c-input
......
......@@ -213,21 +213,15 @@
</c-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Type of Undertaking" prop="gidgrp.rec.gartyp">
<c-col :span="24">
<el-form-item label="type of Undertaking" prop="gidgrp.rec.gartyp">
<c-select
disabled
v-model="model.gidgrp.rec.gartyp"
style="width: 100%"
placeholder="请选择Type of Undertaking"
disabled
placeholder="请选择type of Undertaking"
:code="codes.typgar2"
>
<el-option
v-for="item in codes.typgar1"
:key="item.value"
:label="item.label"
:value="item.value"
>
</el-option>
</c-select>
</el-form-item>
</c-col>
......
......@@ -201,13 +201,14 @@
</c-form-item>
</c-col>
<c-col :span="24">
<el-form-item label="Type of Undertaking" prop="gidgrp.rec.gartyp">
<c-col :span="24">
<el-form-item label="type of Undertaking" prop="gidgrp.rec.gartyp">
<c-select
disabled
v-model="model.gidgrp.rec.gartyp"
style="width: 100%"
placeholder="请选择Type of Undertaking"
disabled
placeholder="请选择type of Undertaking"
:code="codes.typgar2"
>
</c-select>
</el-form-item>
......
......@@ -200,12 +200,13 @@
</c-col>
<c-col :span="24">
<el-form-item label="Type of Undertaking" prop="gidgrp.rec.gartyp">
<el-form-item label="type of Undertaking" prop="gidgrp.rec.gartyp">
<c-select
disabled
v-model="model.gidgrp.rec.gartyp"
style="width: 100%"
placeholder="请选择Type of Undertaking"
disabled
placeholder="请选择type of Undertaking"
:code="codes.typgar2"
>
</c-select>
</el-form-item>
......
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