YY 2 yıl önce
ebeveyn
işleme
9c09d01ac3
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  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 },
 ]);