|
|
@@ -3,13 +3,13 @@
|
|
|
<a-image width="100%" :preview="false" :src="bannerSrc" class="mb-4" />
|
|
|
<a-card>
|
|
|
<a-row :gutter="10">
|
|
|
- <a-col :span="4">
|
|
|
+ <!-- <a-col :span="4">
|
|
|
<a-menu id="userMessage" v-model:selected-keys="selectedKeys" mode="inline" @click="handleClick">
|
|
|
<a-menu-item :key="messageCategory.value" v-for="messageCategory in messageCategoryList">{{
|
|
|
messageCategory.label
|
|
|
}}</a-menu-item>
|
|
|
</a-menu>
|
|
|
- </a-col>
|
|
|
+ </a-col> -->
|
|
|
<a-col :span="20">
|
|
|
<div style="margin-top: -16px">
|
|
|
<s-table ref="table" :columns="columns" :data="loadData" bordered :row-key="(record) => record.id">
|
|
|
@@ -52,7 +52,7 @@
|
|
|
}
|
|
|
|
|
|
const messageCategoryList = tool.dictList('MESSAGE_CATEGORY')
|
|
|
- const selectedKeys = ref(new Array(messageCategoryList[0]?.value))
|
|
|
+ const selectedKeys = ref(new Array(messageCategoryList[1]?.value))
|
|
|
const table = ref()
|
|
|
const detailRef = ref()
|
|
|
const columns = [
|