提交 83f8b031 编写于 作者: 水晶土豆

Thu Nov 16 09:27:00 CST 2023 inscode

上级 91b2be29
...@@ -14,20 +14,20 @@ let tableData = ref([ ...@@ -14,20 +14,20 @@ let tableData = ref([
sort: 1, sort: 1,
typeName: "普通公告", typeName: "普通公告",
parent: 0, parent: 0,
state: "正常", state: true,
}, },
{ {
id: 2, id: 2,
sort: 2, sort: 2,
typeName: "紧急公告", typeName: "紧急公告",
parent: 0, parent: 0,
state: "正常", state: true,
children: [ children: [
{ {
id: 6, id: 6,
sort: 0, sort: 0,
typeName: "紧急公告", typeName: "紧急公告",
state: "正常", state: true,
parent: 2, parent: 2,
} }
] ]
...@@ -36,7 +36,7 @@ let tableData = ref([ ...@@ -36,7 +36,7 @@ let tableData = ref([
id: 3, id: 3,
sort: 3, sort: 3,
typeName: "防疫公告", typeName: "防疫公告",
state: "正常", state: true,
parent: 0, parent: 0,
}, },
]) ])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册