fix : 项目立项页面细节优化

This commit is contained in:
2024-07-11 21:09:10 +08:00
parent 06e175cd8c
commit 37755d62b1

View File

@@ -3,7 +3,7 @@
:title="title" :show-close="false" :visible.sync="visible" v-model="visible" append-to-body :close-on-click-modal="true" >
<div class="picker">
<div class="candidate" v-loading="loading">
<el-input v-model="filterText" @change="getList()"
<el-input v-model="filterText"
clearable placeholder="输入公司进行搜索">
<template #append>
<el-button @click="getList()">搜索</el-button>