|
|
|
@ -726,10 +726,10 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row> -->
|
|
|
|
|
|
|
|
|
|
<!-- v-if="ruleForm.bsypt == 1" -->
|
|
|
|
|
|
|
|
|
|
<!-- <el-row>
|
|
|
|
|
<!-- v-if="ruleForm.bsypt == 1" -->
|
|
|
|
|
|
|
|
|
|
<!-- <el-row>
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item
|
|
|
|
|
label="云服务商名称"
|
|
|
|
@ -818,7 +818,7 @@
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-row>
|
|
|
|
|
<el-col :span="12" v-if="ruleForm.xtbsfs == 3">
|
|
|
|
|
<el-form-item
|
|
|
|
|
label="托管单位"
|
|
|
|
@ -2633,20 +2633,17 @@
|
|
|
|
|
<el-row style="display: flex">
|
|
|
|
|
<el-col :span="12">
|
|
|
|
|
<el-form-item
|
|
|
|
|
class="daoqitixingren"
|
|
|
|
|
required
|
|
|
|
|
:prop="`xtjsUnit[${index}].name`"
|
|
|
|
|
:rules="{
|
|
|
|
|
required: true,
|
|
|
|
|
message: '请输入',
|
|
|
|
|
trigger: 'blur',
|
|
|
|
|
}"
|
|
|
|
|
:label="'系统建设单位名称' + (index == 0 ? '' : index)"
|
|
|
|
|
>
|
|
|
|
|
<el-input
|
|
|
|
|
v-model="domain.name"
|
|
|
|
|
placeholder="请输入系统建设单位名称"
|
|
|
|
|
></el-input>
|
|
|
|
|
/>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12" style="margin-left: 10px">
|
|
|
|
|