YY преди 2 години
родител
ревизия
9c09d01ac3
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      src/components/common/web/list/unit.vue

+ 0 - 1
src/components/common/web/list/unit.vue

@@ -51,7 +51,6 @@ const sysdictdata = DictDataStore();
 const unitStudioApply = UnitStudioApplyStore();
 let fields: Ref<any[]> = ref([
   { label: '单位名称', model: 'company', isSearch: true },
-  // { label: '单位地址', model: 'address', isSearch: true },
   { label: '行业领域', model: 'fields', type: 'select', isSearch: true },
   { label: '技术需求方向', model: 'direction', isSearch: true },
 ]);