|
|
@@ -37,7 +37,7 @@
|
|
|
</a-col>
|
|
|
<a-col :span="6">
|
|
|
<a-form-model-item label=" 判研结果 " :labelCol="{ span:5}" :wrapperCol="{ span: 8 }">
|
|
|
- <a-select placeholder="请选择判研结果" v-model="queryParam.numberResults" >
|
|
|
+ <a-select placeholder="请选择判研结果" v-model="queryParam.numberResults" mode="tags">
|
|
|
<a-select-option v-for="item in optionsWithDisabled" :value="item.value">
|
|
|
{{ item.text }}
|
|
|
</a-select-option>
|
|
|
@@ -259,12 +259,9 @@ export default {
|
|
|
value: '2',
|
|
|
|
|
|
}, {
|
|
|
- text: '上报蓝名单',
|
|
|
+ text: '上报蓝/紫',
|
|
|
value: '3',
|
|
|
- },{
|
|
|
- text: '上报紫名单',
|
|
|
- value: '4',
|
|
|
- }],
|
|
|
+ } ],
|
|
|
statusList:
|
|
|
[{
|
|
|
text: '上报成功',
|