Commit dc38207b by panziyi

gitset选择框修改

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