929999e9 by lihua

解决策略信息的样式问题

1 parent da83615f
...@@ -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"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!