gaohaiyong 5 달 전
부모
커밋
39c5e734da
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/rule/config/components/RuleDialog.vue

+ 2 - 2
src/views/rule/config/components/RuleDialog.vue

@@ -44,7 +44,7 @@
                         :options="objects"
                         :props="{
                           expandTrigger: 'hover',
-                          value: 'field_name',
+                          value: 'field',
                           label: 'field_name',
                           children: 'child'
                         }"
@@ -95,7 +95,7 @@
                         :options="objects"
                         :props="{
                           expandTrigger: 'hover',
-                          value: 'field_name',
+                          value: 'field',
                           label: 'field_name',
                           children: 'child'
                         }"