|
@@ -550,10 +550,10 @@
|
|
<el-col :span="18">显示以下控件</el-col>
|
|
<el-col :span="18">显示以下控件</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
<el-row v-for="(options, index) in data.options.options" :key="index" class="select-value">
|
|
<el-row v-for="(options, index) in data.options.options" :key="index" class="select-value">
|
|
- <el-col :span="6">
|
|
|
|
|
|
+ <el-col :span="10">
|
|
<span style="line-height: 36px;">{{ options.value }}</span>
|
|
<span style="line-height: 36px;">{{ options.value }}</span>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="18">
|
|
|
|
|
|
+ <el-col :span="14">
|
|
<el-select
|
|
<el-select
|
|
v-model="options.relationOptions"
|
|
v-model="options.relationOptions"
|
|
style="width: 100% !important"
|
|
style="width: 100% !important"
|