|
@@ -540,20 +540,20 @@
|
|
|
<el-dialog
|
|
|
:title="selectTitle"
|
|
|
:visible.sync="selectDialog"
|
|
|
- width="40%"
|
|
|
+ width="50%"
|
|
|
append-to-body
|
|
|
>
|
|
|
<div class="select-container" style="margin-top: -20px">
|
|
|
<p>根据选择的选项显示,隐藏其他控件。当前控件不能被关联显示。<span style="color: red;">选中的选项自动保存</span></p>
|
|
|
<el-row class="select-title">
|
|
|
- <el-col :span="6">当选项为</el-col>
|
|
|
- <el-col :span="18">显示以下控件</el-col>
|
|
|
+ <el-col :span="8">当选项为</el-col>
|
|
|
+ <el-col :span="16">显示以下控件</el-col>
|
|
|
</el-row>
|
|
|
<el-row v-for="(options, index) in data.options.options" :key="index" class="select-value">
|
|
|
- <el-col :span="10">
|
|
|
+ <el-col :span="8">
|
|
|
<span style="line-height: 36px;">{{ options.value }}</span>
|
|
|
</el-col>
|
|
|
- <el-col :span="14">
|
|
|
+ <el-col :span="16">
|
|
|
<el-select
|
|
|
v-model="options.relationOptions"
|
|
|
style="width: 100% !important"
|