|
@@ -99,10 +99,9 @@
|
|
{{ form.publishFlag?form.publishFlag==='1'?'是':'否':'--' }}
|
|
{{ form.publishFlag?form.publishFlag==='1'?'是':'否':'--' }}
|
|
</a-form-model-item>
|
|
</a-form-model-item>
|
|
<a-form-model-item label="产品范围" prop="productRangeList" >
|
|
<a-form-model-item label="产品范围" prop="productRangeList" >
|
|
- <div v-if="productRangeList&&productRangeList.length>0">
|
|
|
|
|
|
+ <div v-if="productRangeList&&productRangeList.length>0" style="margin-bottom:10px;">
|
|
<a-tree-select
|
|
<a-tree-select
|
|
v-model="productRangeList"
|
|
v-model="productRangeList"
|
|
- :maxTagCount="12"
|
|
|
|
:tree-data="productTypeList"
|
|
:tree-data="productTypeList"
|
|
tree-checkable
|
|
tree-checkable
|
|
:disabled="true"
|
|
:disabled="true"
|