解决策略信息的样式问题
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -108,7 +108,7 @@ | ... | @@ -108,7 +108,7 @@ |
| 108 | <el-option v-for="opt in limitStateOptionList" :key="opt['value']" :label="opt['label']" | 108 | <el-option v-for="opt in limitStateOptionList" :key="opt['value']" :label="opt['label']" |
| 109 | :value="opt['value']" /> | 109 | :value="opt['value']" /> |
| 110 | </el-select> | 110 | </el-select> |
| 111 | <el-cascader v-else-if="!isLook && productFieldList != null && scope.row.constraintEnName == 'areaAddress'" | 111 | <el-cascader v-else-if="!isLook && productFieldList != null && scope.row.constraintEnName == 'areaAddress'" style="width: 100%;" |
| 112 | v-model="scope.row['constraintAddressValue']" :props="addressProps" :show-all-levels="true" :clearable="true" | 112 | v-model="scope.row['constraintAddressValue']" :props="addressProps" :show-all-levels="true" :clearable="true" |
| 113 | show-checked-strategy="parent" :filterable="true" :collapse-tags="true" :collapse-tags-tooltip="true" | 113 | show-checked-strategy="parent" :filterable="true" :collapse-tags="true" :collapse-tags-tooltip="true" |
| 114 | :max-collapse-tags="1" :options="parentAreaData" :disabled="false" | 114 | :max-collapse-tags="1" :options="parentAreaData" :disabled="false" | ... | ... |
-
Please register or sign in to post a comment