Commit cc11d1d5 authored by 张伯涛's avatar 张伯涛

修改

parent 7ba4bbc5
...@@ -1652,6 +1652,7 @@ ...@@ -1652,6 +1652,7 @@
<el-table-column label="担保类别"> <el-table-column label="担保类别">
<template slot-scope="scope"> <template slot-scope="scope">
<el-form-item <el-form-item
v-if="$route.query.number === '2'"
:ref="'DBXX.'+scope.$index+'.GUARANTYCLASSIFY'" :ref="'DBXX.'+scope.$index+'.GUARANTYCLASSIFY'"
label-width="5px" label-width="5px"
:prop="'DBXX.'+scope.$index+'.GUARANTYCLASSIFY'" :prop="'DBXX.'+scope.$index+'.GUARANTYCLASSIFY'"
...@@ -1668,7 +1669,22 @@ ...@@ -1668,7 +1669,22 @@
/> />
</el-select> </el-select>
</el-form-item></template> </el-form-item>
<el-form-item
v-else
label-width="5px"
>
<el-select v-model="scope.row.GUARANTYCLASSIFY" :disabled="formType === 'examine'" placeholder="请选择">
<el-option
v-for="item in DM_DBLB"
:key="item.id"
:label="item.value"
:value="item.id"
/>
</el-select>
</el-form-item>
</template>
</el-table-column> </el-table-column>
<el-table-column label="担保形式"> <el-table-column label="担保形式">
<template slot-scope="scope"> <template slot-scope="scope">
......
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