This commit is contained in:
2023-06-08 21:09:28 +08:00
parent d778ceab61
commit f8947d332a
158 changed files with 17210 additions and 259 deletions

View File

@@ -1,12 +1,3 @@
<!--
- MineAdmin is committed to providing solutions for quickly building web applications
- Please view the LICENSE file that was distributed with this source code,
- For the full copyright and license information.
- Thank you very much for using MineAdmin.
-
- @Author X.Mo<root@imoi.cn>
- @Link https://gitee.com/xmo/mineadmin-vue
-->
<template>
<div class="ma-content-block p-3 lg:h-full block lg:border-0 lg:flex justify-between">
<ul class="w-full lg:w-52 msg-menu p-2 shadow" ref="msgMenuRef">
@@ -171,7 +162,7 @@ const receiveColumns = ref([
])
const crud = ref({
autoRequest: false,
autoRequest: false, // 可以结合ref调用crud组件函数获取数据
showIndex: false,
requestParams: { read_status: "all" },
rowSelection: { showCheckedAll: true },