心灵空间
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
:visible.sync="drawer"
|
||||
destroy-on-close
|
||||
direction="rtl"
|
||||
size="80%"
|
||||
size="90%"
|
||||
>
|
||||
<div
|
||||
class="shop_drawer_box demo-drawer__content"
|
||||
@@ -193,6 +193,21 @@ export default {
|
||||
deleteBookShopMarket:
|
||||
"/master/shopProduct/unbindProductAndSociologyMarket"
|
||||
}
|
||||
},
|
||||
{
|
||||
name: "心灵空间",
|
||||
key: 4,
|
||||
collapseLabelKey: 7,
|
||||
collapseMarketKey: 8,
|
||||
urlList: {
|
||||
saveBookShop: "/master/shopProduct/bindProductAndPsycheLabel",
|
||||
deleteBookShop:
|
||||
"/master/shopProduct/unbindProductAndPsycheLabel",
|
||||
saveBookShopMarket:
|
||||
"/master/shopProduct/bindProductAndPsycheMarket",
|
||||
deleteBookShopMarket:
|
||||
"/master/shopProduct/unbindProductAndPsycheMarket"
|
||||
}
|
||||
}
|
||||
],
|
||||
productId: null,
|
||||
@@ -212,6 +227,8 @@ export default {
|
||||
treeDataMarketList2: [],
|
||||
treeDataList3: [],
|
||||
treeDataMarketList3: [],
|
||||
treeDataList4: [],
|
||||
treeDataMarketList4: [],
|
||||
publishStatus: false,
|
||||
pageIndex: 1,
|
||||
pageSize: 10,
|
||||
@@ -262,6 +279,9 @@ export default {
|
||||
case 3:
|
||||
list = this.treeDataList3;
|
||||
break;
|
||||
case 4:
|
||||
list = this.treeDataList4;
|
||||
break;
|
||||
}
|
||||
} else if (type == "treeDataMarketList") {
|
||||
switch (key) {
|
||||
@@ -274,6 +294,9 @@ export default {
|
||||
case 3:
|
||||
list = this.treeDataMarketList3;
|
||||
break;
|
||||
case 4:
|
||||
list = this.treeDataMarketList4;
|
||||
break;
|
||||
}
|
||||
}
|
||||
console.log("list at line 258:", list, key);
|
||||
@@ -390,11 +413,13 @@ export default {
|
||||
|
||||
this.treeDataList2 = allData.medicineLabel;
|
||||
this.treeDataList3 = allData.sociologyLabel;
|
||||
this.treeDataList4 = allData.psycheLabel;
|
||||
// this.treeDataList1.push({});
|
||||
|
||||
this.treeDataMarketList1 = allData.bookMarket;
|
||||
this.treeDataMarketList2 = allData.medicineMarket;
|
||||
this.treeDataMarketList3 = allData.sociologyMarket;
|
||||
this.treeDataMarketList4 = allData.psycheMarket;
|
||||
|
||||
// this.totalPage = data.page.totalCount
|
||||
} else {
|
||||
@@ -646,7 +671,7 @@ export default {
|
||||
|
||||
// overflow: hidden;
|
||||
.form_item {
|
||||
width: 33%;
|
||||
width: 23%;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
@@ -700,7 +725,7 @@ export default {
|
||||
}
|
||||
}
|
||||
.title {
|
||||
width: 300px;
|
||||
width: 260px;
|
||||
min-width: 200px;
|
||||
padding: 20px;
|
||||
padding-bottom: 0;
|
||||
|
||||
Reference in New Issue
Block a user