YY 2 năm trước cách đây
mục cha
commit
9c09d01ac3
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 },
 ]);