人员转换
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user