Explorar el Código

数据字典-字典列表查询条件改为模糊查询

jingbb hace 3 meses
padre
commit
fc435df2bf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/system/dict/dict.data.ts

+ 1 - 1
src/views/system/dict/dict.data.ts

@@ -112,7 +112,7 @@ export const dictItemSearchFormSchema: FormSchema[] = [
   {
     label: '名称',
     field: 'itemText',
-    component: 'Input',
+    component: 'JInput',
   },
   {
     label: '状态',