fix : 修复文件删除功能
This commit is contained in:
@@ -9,8 +9,8 @@ import Tag from '@/components/Tag.vue'
|
||||
const router = useRouter()
|
||||
const searchConfig = reactive([
|
||||
{
|
||||
label: '征集类型',
|
||||
prop: 'collectType',
|
||||
label: '需求名称',
|
||||
prop: 'requirementName',
|
||||
component: 'el-input',
|
||||
props: {
|
||||
placeholder: '请输入名称查询',
|
||||
@@ -20,8 +20,8 @@ const searchConfig = reactive([
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '需求名称',
|
||||
prop: 'requirementName',
|
||||
label: '征集类型',
|
||||
prop: 'collectType',
|
||||
component: 'el-input',
|
||||
props: {
|
||||
placeholder: '请输入名称查询',
|
||||
|
||||
Reference in New Issue
Block a user