feat 同步前端
This commit is contained in:
parent
fdd2c4cbd8
commit
1e0e595005
|
|
@ -8,7 +8,7 @@
|
||||||
ref="treeRef"
|
ref="treeRef"
|
||||||
node-key="id"
|
node-key="id"
|
||||||
:data="cateLists"
|
:data="cateLists"
|
||||||
empty-text="''"
|
empty-text=""
|
||||||
:highlight-current="true"
|
:highlight-current="true"
|
||||||
:expand-on-click-node="false"
|
:expand-on-click-node="false"
|
||||||
:current-node-key="cateId"
|
:current-node-key="cateId"
|
||||||
|
|
@ -160,7 +160,7 @@
|
||||||
placeholder="请选择文件来源"
|
placeholder="请选择文件来源"
|
||||||
clearable
|
clearable
|
||||||
style="margin-right: 20px"
|
style="margin-right: 20px"
|
||||||
class="w-50"
|
class="max-w-52 ml-3"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in options"
|
v-for="item in options"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue