明树Git Lab

Commit 99d1fb18 authored by zhanghan's avatar zhanghan

处理字段完成

parent 194572b9
Pipeline #111626 passed with stage
in 18 seconds
...@@ -98,7 +98,10 @@ ...@@ -98,7 +98,10 @@
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="政府(核准、备案)审批级别"> <el-form-item label="政府(核准、备案)审批级别">
<CommonSelector v-model="jcFormData.spjb" dictName="spjb" /> <CommonSelector
v-model="jcFormData.zfsphzbajb"
dictName="spjb"
/>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
...@@ -492,7 +495,7 @@ ...@@ -492,7 +495,7 @@
:min="0" :min="0"
controls-position="right" controls-position="right"
> >
<template #suffix><span></span></template> <template #suffix><span></span></template>
</el-input-number> </el-input-number>
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -504,7 +507,7 @@ ...@@ -504,7 +507,7 @@
:min="0" :min="0"
controls-position="right" controls-position="right"
> >
<template #suffix><span></span></template> <template #suffix><span></span></template>
</el-input-number> </el-input-number>
</el-form-item> </el-form-item>
</el-col> </el-col>
...@@ -834,10 +837,11 @@ ...@@ -834,10 +837,11 @@
> >
<el-table-column <el-table-column
type="index" type="index"
label="序号"
width="50" width="50"
:index="jcgdxxIndexMethod" :index="jcgdxxIndexMethod"
/> />
<el-table-column prop="gdlx" label="股东类型" width="180"> <el-table-column prop="gdlx" label="股东类型" min-width="180">
<template #default="scope"> <template #default="scope">
<CommonSelector <CommonSelector
v-if="scope.$index < jcGdxxData.length - 1" v-if="scope.$index < jcGdxxData.length - 1"
...@@ -853,7 +857,7 @@ ...@@ -853,7 +857,7 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="gdmc" label="股东名称" width="180"> <el-table-column prop="gdmc" label="股东名称" min-width="180">
<template #default="scope"> <template #default="scope">
<el-input <el-input
v-if="scope.$index < jcGdxxData.length - 1" v-if="scope.$index < jcGdxxData.length - 1"
...@@ -865,7 +869,7 @@ ...@@ -865,7 +869,7 @@
<!-- <el-table-column <!-- <el-table-column
prop="mycgbl" prop="mycgbl"
label="名义持股比例(%)" label="名义持股比例(%)"
width="180" min-width="180"
> >
<template #default="scope"> <template #default="scope">
<el-input <el-input
...@@ -884,7 +888,11 @@ ...@@ -884,7 +888,11 @@
</div> </div>
</template> </template>
</el-table-column> --> </el-table-column> -->
<el-table-column prop="cgbl" label="持股比例(%)" width="180"> <el-table-column
prop="cgbl"
label="持股比例(%)"
min-width="180"
>
<template #default="scope"> <template #default="scope">
<el-input <el-input
v-if="scope.$index < jcGdxxData.length - 1" v-if="scope.$index < jcGdxxData.length - 1"
...@@ -905,7 +913,7 @@ ...@@ -905,7 +913,7 @@
<!-- <el-table-column <!-- <el-table-column
prop="lrfpbl" prop="lrfpbl"
label="利润分配比例(%)" label="利润分配比例(%)"
width="180" min-width="180"
> >
<template #default="scope"> <template #default="scope">
<el-input <el-input
...@@ -924,7 +932,11 @@ ...@@ -924,7 +932,11 @@
</div> </div>
</template> </template>
</el-table-column> --> </el-table-column> -->
<el-table-column prop="cze" label="出资额(万元)" width="180"> <el-table-column
prop="cze"
label="出资额(万元)"
min-width="180"
>
<template #default="scope"> <template #default="scope">
<el-input <el-input
v-if="scope.$index < jcGdxxData.length - 1" v-if="scope.$index < jcGdxxData.length - 1"
...@@ -942,7 +954,7 @@ ...@@ -942,7 +954,7 @@
</div> </div>
</template> </template>
</el-table-column> </el-table-column>
<!-- <el-table-column prop="sffldw" label="是否关联单位" width="80"> <!-- <el-table-column prop="sffldw" label="是否关联单位" min-width="80">
<template #default="scope"> <template #default="scope">
<el-switch <el-switch
v-if="scope.$index < jcGdxxData.length - 1" v-if="scope.$index < jcGdxxData.length - 1"
...@@ -959,7 +971,7 @@ ...@@ -959,7 +971,7 @@
<el-table-column <el-table-column
prop="yjzczb" prop="yjzczb"
label="应缴注册资本(万元)" label="应缴注册资本(万元)"
width="180" min-width="180"
> >
<template #default="scope"> <template #default="scope">
<el-input <el-input
...@@ -981,7 +993,7 @@ ...@@ -981,7 +993,7 @@
<el-table-column <el-table-column
prop="ycxmzbj" prop="ycxmzbj"
label="应出项目资本金(万元)" label="应出项目资本金(万元)"
width="180" min-width="180"
> >
<template #default="scope"> <template #default="scope">
<el-input <el-input
...@@ -1003,7 +1015,7 @@ ...@@ -1003,7 +1015,7 @@
<!-- <el-table-column <!-- <el-table-column
prop="sfwqcnsy" prop="sfwqcnsy"
label="是否为其承诺收益" label="是否为其承诺收益"
width="100" min-width="100"
> >
<template #default="scope"> <template #default="scope">
<el-switch <el-switch
...@@ -1021,7 +1033,7 @@ ...@@ -1021,7 +1033,7 @@
<el-table-column <el-table-column
prop="sfwqtgdbhgcnd" prop="sfwqtgdbhgcnd"
label="是否为其提供担保回购承诺等" label="是否为其提供担保回购承诺等"
width="130" min-width="130"
> >
<template #default="scope"> <template #default="scope">
<el-switch <el-switch
...@@ -1039,7 +1051,7 @@ ...@@ -1039,7 +1051,7 @@
<!-- <el-table-column <!-- <el-table-column
prop="sfczmgszqx" prop="sfczmgszqx"
label="是否存在名股实债情形" label="是否存在名股实债情形"
width="130" min-width="130"
> >
<template #default="scope"> <template #default="scope">
<el-switch <el-switch
...@@ -1055,7 +1067,7 @@ ...@@ -1055,7 +1067,7 @@
</template> </template>
</el-table-column> --> </el-table-column> -->
<el-table-column prop="hzfqk" label="合作方情况" width="180"> <el-table-column prop="hzfqk" label="合作方情况" min-width="180">
<template #default="scope"> <template #default="scope">
<el-input <el-input
v-if="scope.$index < jcGdxxData.length - 1" v-if="scope.$index < jcGdxxData.length - 1"
...@@ -1064,7 +1076,7 @@ ...@@ -1064,7 +1076,7 @@
<div v-else></div> <div v-else></div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="bz" label="备注" width="180"> <el-table-column prop="bz" label="备注" min-width="180">
<template #default="scope"> <template #default="scope">
<el-input <el-input
v-if="scope.$index < jcGdxxData.length - 1" v-if="scope.$index < jcGdxxData.length - 1"
...@@ -1073,7 +1085,7 @@ ...@@ -1073,7 +1085,7 @@
<div v-else></div> <div v-else></div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="操作" width="60" fixed="right"> <el-table-column label="操作" min-width="60" fixed="right">
<template #default="scope"> <template #default="scope">
<el-button <el-button
v-if="scope.$index < jcGdxxData.length - 1" v-if="scope.$index < jcGdxxData.length - 1"
...@@ -1299,7 +1311,6 @@ ...@@ -1299,7 +1311,6 @@
v-model="jcFormData.gclrl" v-model="jcFormData.gclrl"
:min="0" :min="0"
:max="99999.99" :max="99999.99"
:precision="2"
controls-position="right" controls-position="right"
> >
<template #suffix> <template #suffix>
......
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