通知公告修改

This commit is contained in:
aoli.qu 2022-05-19 19:55:47 +08:00
parent b6b9e1fa36
commit a353b4ed7c
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
</a-card>
<a-card v-if="hasPerm('notice:edit')" style="margin-top: 30px;">
<a-tabs default-active-key="1" @change="tabsCallback">
<a-tabs @change="tabsCallback">
<a-tab-pane key="1" tab="已读人员">
<s-table
ref="table1"
@ -52,7 +52,7 @@
ref="table2"
:columns="columns2"
:data="loadData2"
:rowKey="(record) => record.id"
:rowKey="(record) => record.personId"
:pagination="{ pageSize: 5 }"
:showSizeChanger="false"
>