This commit is contained in:
zjl 2024-12-17 10:31:36 +08:00
commit 6558fd68c9
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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 }">