人员转换

This commit is contained in:
wanglei
2021-12-07 09:31:17 +08:00
parent d9685fbec6
commit 704b31ac79
6 changed files with 12 additions and 9 deletions

View File

@@ -71,12 +71,13 @@
import AiAdd from "../../components/AiAdd";
import AiEmpty from "../../components/AiEmpty";
import AiTopFixed from "../../components/AiTopFixed";
import {add, detail, read} from "./components"
import {add, detail, read} from "./components";
import AiOpenData from "../../components/AiOpenData";
export default {
name: "AppNotification",
appName: "通知公告",
components: {AiAdd, AiEmpty, AiTopFixed, add, detail, read},
components: {AiOpenData,AiAdd, AiEmpty, AiTopFixed, add, detail, read},
data() {
return {
index: 0,