liujq %!s(int64=4) %!d(string=hai) anos
pai
achega
4bad5cf4b1
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/views/school/components/searchForm/Index.vue

+ 2 - 0
src/views/school/components/searchForm/Index.vue

@@ -19,6 +19,8 @@ export default {
         { label: '学校名称', key: 'school_name' },
         { label: '学校属性', key: 'school_attrib', type: 'select', class: 'c-3', options: this.$dictData.school_attrib },
         { label: '学校类型', key: 'school_type', type: 'select', class: 'c-3', options: this.$dictData.school_type },
+        { label: '学校分类', key: 'school_cate', type: 'select', class: 'c-3', options: this.$dictData.school_cate },
+        { label: '学校预警', key: 'school_warn', type: 'select', class: 'c-3', options: this.$dictData.school_warn },
       ]
     }
   },