头部搜索对接开源软件列表
This commit is contained in:
@@ -53,7 +53,13 @@
|
||||
</d-col>
|
||||
<d-col :span="8">
|
||||
<d-form-item field="industry" label="行业">
|
||||
<d-input v-model="formData.industry" placeholder="请输入行业" />
|
||||
<d-select
|
||||
:options="industryList"
|
||||
:allow-clear="true"
|
||||
v-model="formData.industry"
|
||||
placeholder="请选择行业"
|
||||
></d-select>
|
||||
<!-- <d-input v-model="formData.industry" placeholder="请输入行业" />-->
|
||||
</d-form-item>
|
||||
</d-col>
|
||||
</d-row>
|
||||
@@ -70,6 +76,9 @@
|
||||
<script setup lang="ts">
|
||||
import { ref, defineEmits, defineProps, watch, onMounted } from 'vue';
|
||||
import { searchLanguageList } from '@/api/jyh';
|
||||
import { useGlobalInfoStore } from '@/stores/Global';
|
||||
const globalInfo = useGlobalInfoStore();
|
||||
const industryList = globalInfo.industryList;
|
||||
const props = defineProps({
|
||||
layout: {
|
||||
type: String,
|
||||
|
||||
Reference in New Issue
Block a user