-
+
+
模型值: {{ mode === 'criteria' ? objectModelValue : string2ModelValue }}
+
+
+ {
+ mode = mode === 'criteria' ? 'sql' : 'criteria';
+ }
+ "
+ >
@@ -254,7 +374,7 @@
:cols-x-gap="8"
@update-value="
(args) => {
- console.info('form.updateValue=====', args);
+ // console.info('form.updateValue=====', args);
}
"
>
@@ -264,18 +384,34 @@
-->
+
+
+