Browse Source

feat:下拉添加 checked

ananzhusen 5 months ago
parent
commit
453c15f880

+ 4 - 0
src/views/components/Actions.vue

@@ -720,6 +720,10 @@ let cprops = [
     value: 'showChild',
     label: $t('状态'),
   },
+  {
+    value: 'checked',
+    label:  $t('选中'),
+  },
   {
     value: 'rotate',
     label: $t('旋转'),

+ 4 - 0
src/views/components/Conditions.vue

@@ -271,6 +271,10 @@ const cprops = ref<any>([
     value: 'showChild',
     label: $t('状态'),
   },
+  {
+    value: 'checked',
+    label:  $t('选中'),
+  },
   {
     value: 'rotate',
     label: $t('旋转'),

+ 4 - 0
src/views/components/GlobalStates.vue

@@ -258,6 +258,10 @@ const cProps = [
     value: 'showChild',
     label: $t('状态'),
   },
+  {
+    value: 'checked',
+    label:  $t('选中'),
+  },
   {
     value: 'rotate',
     label: $t('旋转'),

+ 4 - 0
src/views/components/PenDatas.vue

@@ -1007,6 +1007,10 @@ const cProps = [
     value: 'showChild',
     label: $t('状态'),
   },
+  {
+    value: 'checked',
+    label:  $t('选中'),
+  },
   {
     value: 'rotate',
     label: $t('旋转'),

+ 4 - 0
src/views/components/PenStatus.vue

@@ -398,6 +398,10 @@ const cprops = ref<any>([
     value: 'showChild',
     label: $t('状态'),
   },
+  {
+    value: 'checked',
+    label:  $t('选中'),
+  },
   {
     value: 'rotate',
     label: $t('旋转'),