소스 검색

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

jingbb 3 달 전
부모
커밋
fc435df2bf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: '状态',