Browse Source

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

jingbb 2 months ago
parent
commit
fc435df2bf
1 changed files with 1 additions and 1 deletions
  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: '状态',