fix : 新增(单选框)默认否,修复需求上报业务描述换行数据显示,选择框为远程搜索解决卡顿问题
This commit is contained in:
@@ -73,6 +73,7 @@ const searchConfig = ref([
|
||||
cacheKey: 'project_type',
|
||||
clearable: true,
|
||||
filterable: true,
|
||||
remote: true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -84,6 +85,7 @@ const searchConfig = ref([
|
||||
placeholder: '请选择项目影响',
|
||||
clearable: true,
|
||||
filterable: true,
|
||||
remote: true
|
||||
},
|
||||
colProps: {}
|
||||
},
|
||||
@@ -96,6 +98,7 @@ const searchConfig = ref([
|
||||
cacheKey: 'rd_subject',
|
||||
clearable: true,
|
||||
filterable: true,
|
||||
remote: true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -118,7 +121,8 @@ const searchConfig = ref([
|
||||
props: {
|
||||
placeholder: '请选择状态',
|
||||
clearable: true,
|
||||
cacheKey: 'project_initiation'
|
||||
cacheKey: 'project_initiation',
|
||||
remote: true
|
||||
}
|
||||
},
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user