工作组项目管理--成员维护

This commit is contained in:
zhaoxiao
2021-09-02 15:59:29 +08:00
parent baac93159f
commit d8b540041b
7 changed files with 753 additions and 92 deletions
@@ -44,9 +44,7 @@
<a-col :xl="6" :lg="7" :md="8" :sm="24">
<a-form-item label="已提醒" :labelCol="labelCol" :wrapperCol="wrapperCol">
<a-select placeholder="请选择已提醒"
v-model="queryParam.remind"
:maxLength='50'
@change="e => {e.target.value = (e.target.value + '').trim()}">
v-model="queryParam.remind">
<a-select-option v-for="item in list" :key="item.id" :value="item.id">{{ item.username }}
</a-select-option>
</a-select>