Commit 57d2d9c8 by 赵鹏龙

首页提交

parent ec16c6f6
......@@ -2,7 +2,7 @@
* @Author: 赵鹏龙
* @Date: 2021-09-03 15:12:41
* @LastEditors: 赵鹏龙
* @LastEditTime: 2021-09-07 21:28:05
* @LastEditTime: 2021-09-07 21:33:14
* @Description: 内容管理
-->
<template>
......@@ -58,48 +58,9 @@ export default {
return {
mode: "transfer", // transfer addressList
title: ["全部内容", "选中内容"],
fromData: [
{
id: "1",
pid: 0,
label: "父级栏目1",
children: [
{
id: "1-1",
pid: "1",
label: "父级栏目1-1",
children: []
},
{
id: "1-2",
pid: "1",
label: "父级栏目1-2",
children: []
}
]
},
{
id: "2",
pid: 0,
label: "父级栏目2",
children: [
{
id: "2-1",
pid: "2",
children: [],
label: "父级栏目2-1"
},
{
id: "2-2",
pid: "2",
children: [],
label: "父级栏目2-2"
}
]
}
],
toData: [],
nodes: []
fromData: [], // 显示的树形组件
toData: [], // 选中的右边的 data
nodes: [] //右边显示的内容
};
},
mounted() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment