diff --git "a/GoEasyDesigner/frontend/src/components/\345\210\233\345\273\272\347\273\204\344\273\266\345\261\236\346\200\247/\346\240\221\345\275\242\346\216\247\344\273\266.js" "b/GoEasyDesigner/frontend/src/components/\345\210\233\345\273\272\347\273\204\344\273\266\345\261\236\346\200\247/\346\240\221\345\275\242\346\216\247\344\273\266.js" new file mode 100644 index 00000000..6fc52579 --- /dev/null +++ "b/GoEasyDesigner/frontend/src/components/\345\210\233\345\273\272\347\273\204\344\273\266\345\261\236\346\200\247/\346\240\221\345\275\242\346\216\247\344\273\266.js" @@ -0,0 +1,72 @@ +export default { + top: "150", + left: "440", + width: "300", + height: "200", + 禁止放置: true, + 可视: true, + 禁止: false, + 层级: 0, + + 可选: false, + 选中项: [], + + 树形项目:[ + { + label: 'Level one 1', + children: [ + { + label: 'Level two 1-1', + children: [ + { + label: 'Level three 1-1-1', + }, + ], + }, + ], + }, + { + label: 'Level one 2', + children: [ + { + label: 'Level two 2-1', + children: [ + { + label: 'Level three 2-1-1', + }, + ], + }, + { + label: 'Level two 2-2', + children: [ + { + label: 'Level three 2-2-1', + }, + ], + }, + ], + }, + { + label: 'Level one 3', + children: [ + { + label: 'Level two 3-1', + children: [ + { + label: 'Level three 3-1-1', + }, + ], + }, + { + label: 'Level two 3-2', + children: [ + { + label: 'Level three 3-2-1', + }, + ], + }, + ], + }, + ] + +} diff --git "a/GoEasyDesigner/frontend/src/components/\345\261\236\346\200\247/\346\240\221\345\275\242\346\216\247\344\273\266\345\261\236\346\200\247.vue" "b/GoEasyDesigner/frontend/src/components/\345\261\236\346\200\247/\346\240\221\345\275\242\346\216\247\344\273\266\345\261\236\346\200\247.vue" new file mode 100644 index 00000000..ce18a90e --- /dev/null +++ "b/GoEasyDesigner/frontend/src/components/\345\261\236\346\200\247/\346\240\221\345\275\242\346\216\247\344\273\266\345\261\236\346\200\247.vue" @@ -0,0 +1,132 @@ + + \ No newline at end of file diff --git "a/GoEasyDesigner/frontend/src/components/\346\270\262\346\237\223\350\256\276\350\256\241\347\273\204\344\273\266.vue" "b/GoEasyDesigner/frontend/src/components/\346\270\262\346\237\223\350\256\276\350\256\241\347\273\204\344\273\266.vue" index 474b5e11..6c71a2c3 100644 --- "a/GoEasyDesigner/frontend/src/components/\346\270\262\346\237\223\350\256\276\350\256\241\347\273\204\344\273\266.vue" +++ "b/GoEasyDesigner/frontend/src/components/\346\270\262\346\237\223\350\256\276\350\256\241\347\273\204\344\273\266.vue" @@ -14,9 +14,9 @@ />
@@ -345,7 +345,7 @@ function generateUniqueId() { position: relative; width: 100%; height: 100%; -//overflow: hidden; + overflow: hidden; } diff --git "a/GoEasyDesigner/frontend/src/components/\347\273\204\344\273\266/\346\240\221\345\275\242\346\216\247\344\273\266.vue" "b/GoEasyDesigner/frontend/src/components/\347\273\204\344\273\266/\346\240\221\345\275\242\346\216\247\344\273\266.vue" new file mode 100644 index 00000000..a0d83f8b --- /dev/null +++ "b/GoEasyDesigner/frontend/src/components/\347\273\204\344\273\266/\346\240\221\345\275\242\346\216\247\344\273\266.vue" @@ -0,0 +1,48 @@ + + +