Browse Source

fix: 删除搜索

wanggaokun 11 months ago
parent
commit
e0df4e82c0
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/views/als/dataImport/index.vue

+ 0 - 3
src/views/als/dataImport/index.vue

@@ -108,9 +108,6 @@ const columns = reactive<ColumnProps<any>[]>([
   {
     prop: 'ossId',
     label: '文件编号',
-    search: {
-      el: 'input'
-    },
     width: 120
   },
   {