| | |
| | | <template> |
| | | <view> |
| | | <!-- 顶部 --> |
| | | <headNav idIndex="0" text="中国医学人物知识库" /> |
| | | <headNav idIndex="0" text="中国历代医学人物知识库" /> |
| | | <!-- 搜索 --> |
| | | <view class="flex flex-center Search"> |
| | | <!-- <luanqing-search class="search_bar" @onSearch="onSearch"></luanqing-search> --> |
| | |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | type: "input", |
| | | label: "职官", |
| | | name: "official", |
| | | value: "" |
| | | }, |
| | | // { |
| | | // type: "input", |
| | | // label: "职官", |
| | | // name: "official", |
| | | // value: "" |
| | | // }, |
| | | { |
| | | type: "select", |
| | | label: "性别", |
| | |
| | | name: "dynasty", |
| | | value: "" |
| | | }, |
| | | { |
| | | type: "select", |
| | | label: "机构", |
| | | name: "institution", |
| | | options: [] |
| | | } |
| | | // { |
| | | // type: "select", |
| | | // label: "机构", |
| | | // name: "institution", |
| | | // options: [] |
| | | // } |
| | | ] |
| | | }, |
| | | |