Merge branch 'master' of http://111.229.35.227:3000/gitadmin/wms-antdvue
This commit is contained in:
commit
6558fd68c9
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<a-modal
|
<a-modal
|
||||||
v-model:visible="props.visible"
|
v-model:visible="props.visible"
|
||||||
title="选择文章"
|
:title="type==1?'CMS文章':'通知公告'"
|
||||||
width="1000px"
|
width="1000px"
|
||||||
@cancel="dialogClose"
|
@cancel="dialogClose"
|
||||||
style="top: 20px"
|
style="top: 20px"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
:dataSource="lists"
|
:dataSource="lists"
|
||||||
@expand="getChild"
|
@expand="getChild"
|
||||||
:style="{ minHeight: fwbHeight+'px' }"
|
:style="{ minHeight: fwbHeight+'px' }"
|
||||||
:scroll="{x:'max-content',y:fwbHeight}"
|
:scroll="{x:'max-content',y:fwbHeight+'px'}"
|
||||||
rowKey="areaCode"
|
rowKey="areaCode"
|
||||||
>
|
>
|
||||||
<template #bodyCell="{ column, record, index }">
|
<template #bodyCell="{ column, record, index }">
|
||||||
|
Loading…
Reference in New Issue
Block a user