1122
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user