|
@@ -162,7 +162,6 @@ import pagination from "@/components/pagination";
|
|
import pictureList from "@/components/Comon/pictureList.vue";
|
|
import pictureList from "@/components/Comon/pictureList.vue";
|
|
import tabClassDialog from "./tabClassDialog.vue";
|
|
import tabClassDialog from "./tabClassDialog.vue";
|
|
import changeClassDialog from "./changeClassDialog.vue";
|
|
import changeClassDialog from "./changeClassDialog.vue";
|
|
-import pictureList from "@/components/Comon/pictureList.vue";
|
|
|
|
export default {
|
|
export default {
|
|
components: {
|
|
components: {
|
|
pictureList,
|
|
pictureList,
|
|
@@ -172,7 +171,6 @@ export default {
|
|
pagination,
|
|
pagination,
|
|
tabClassDialog,
|
|
tabClassDialog,
|
|
changeClassDialog,
|
|
changeClassDialog,
|
|
- pictureList
|
|
|
|
},
|
|
},
|
|
props: {
|
|
props: {
|
|
showStatus: {
|
|
showStatus: {
|
|
@@ -212,6 +210,7 @@ export default {
|
|
prop: "notPlush",
|
|
prop: "notPlush",
|
|
num: true,
|
|
num: true,
|
|
color: "#ff7a38",
|
|
color: "#ff7a38",
|
|
|
|
+ hover: false
|
|
},
|
|
},
|
|
],
|
|
],
|
|
formData: {
|
|
formData: {
|
|
@@ -220,24 +219,6 @@ export default {
|
|
pageNum: 1,
|
|
pageNum: 1,
|
|
// classStatus: "",
|
|
// classStatus: "",
|
|
},
|
|
},
|
|
- info: {},
|
|
|
|
- showTabList: [
|
|
|
|
- {
|
|
|
|
- label: "信息已推送",
|
|
|
|
- img: "push",
|
|
|
|
- prop: "plush",
|
|
|
|
- num: true,
|
|
|
|
- color: "#333333",
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- label: "信息待推送",
|
|
|
|
- img: "waitPush",
|
|
|
|
- prop: "notPlush",
|
|
|
|
- num: true,
|
|
|
|
- color: "#ff7a38",
|
|
|
|
- hover: false,
|
|
|
|
- },
|
|
|
|
- ],
|
|
|
|
// 表单
|
|
// 表单
|
|
tableSet: [
|
|
tableSet: [
|
|
{
|
|
{
|
|
@@ -631,12 +612,6 @@ export default {
|
|
init() {
|
|
init() {
|
|
this.search(2);
|
|
this.search(2);
|
|
},
|
|
},
|
|
- pictureFunc(item) {
|
|
|
|
- if (item.prop == "notPlush") {
|
|
|
|
- this.$set(this.formData, 'periodPlush', 0)
|
|
|
|
- this.search();
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
del(v) {
|
|
del(v) {
|
|
this.$alert(
|
|
this.$alert(
|
|
"确定删除此内容?<br />内容删除后将无法恢复,请慎重考虑",
|
|
"确定删除此内容?<br />内容删除后将无法恢复,请慎重考虑",
|