项目管理页面

This commit is contained in:
zhaoxiao
2021-08-30 08:54:06 +08:00
parent eaa55ca7ee
commit 41bb5e4aa7
7 changed files with 346 additions and 33 deletions
+4 -1
View File
@@ -3,7 +3,10 @@
<div>
<a-row>
<a-col :span="20">
<a-select :value="value" v-bind="$attrs" v-on="$listeners">
<a-select :value="value"
v-bind="$attrs"
v-on="$listeners"
show-search>
<a-select-option v-for="item in contactsList" :key="item.id" :value="item.id">{{ item.name }}</a-select-option>
</a-select>
</a-col>