diff --git a/src/views/full/component/categorySetting.vue b/src/views/full/component/categorySetting.vue new file mode 100644 index 0000000..7b4179a --- /dev/null +++ b/src/views/full/component/categorySetting.vue @@ -0,0 +1,100 @@ + + + + + diff --git a/src/views/full/component/create.vue b/src/views/full/component/create.vue new file mode 100644 index 0000000..5d23dd0 --- /dev/null +++ b/src/views/full/component/create.vue @@ -0,0 +1,393 @@ + + + + diff --git a/src/views/full/component/createRules.vue b/src/views/full/component/createRules.vue new file mode 100644 index 0000000..480b4ca --- /dev/null +++ b/src/views/full/component/createRules.vue @@ -0,0 +1,221 @@ + + + + + diff --git a/src/views/full/indexfull.vue b/src/views/full/indexfull.vue index 1116b74..587b673 100644 --- a/src/views/full/indexfull.vue +++ b/src/views/full/indexfull.vue @@ -89,7 +89,7 @@ - + @@ -106,14 +106,14 @@ } from "@/mixin/authMixin"; import headerContent from "@/components/LxHeader/XyContent.vue"; import LxHeader from "@/components/LxHeader/index.vue"; - import create from "@/views/category/component/create.vue"; - import categorySetting from "@/views/category/component/categorySetting.vue"; - import createRules from "@/views/category/component/createRules.vue"; + import create from "./component/create.vue"; + // import categorySetting from "./component/categorySetting.vue"; + import createRules from "./component/createRules.vue"; export default { mixins: [authMixin], components: { - categorySetting, + // categorySetting, headerContent, LxHeader, create, @@ -308,13 +308,13 @@ }, computed: {}, watch: { - isStartSelect(newVal) { - const selections = this.$refs['xyTable'].getSelection() - if (!newVal && selections.length > 0) { - this.$refs['categorySetting'].setSelections(selections) - this.$refs['categorySetting'].show() - } - } + // isStartSelect(newVal) { + // const selections = this.$refs['xyTable'].getSelection() + // if (!newVal && selections.length > 0) { + // this.$refs['categorySetting'].setSelections(selections) + // this.$refs['categorySetting'].show() + // } + // } } }