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>
<a-modal
v-model:visible="props.visible"
title="选择文章"
:title="type==1?'CMS文章':'通知公告'"
width="1000px"
@cancel="dialogClose"
style="top: 20px"

View File

@ -17,7 +17,7 @@
:dataSource="lists"
@expand="getChild"
:style="{ minHeight: fwbHeight+'px' }"
:scroll="{x:'max-content',y:fwbHeight}"
:scroll="{x:'max-content',y:fwbHeight+'px'}"
rowKey="areaCode"
>
<template #bodyCell="{ column, record, index }">