fix : 优化需求征集详情页面

This commit is contained in:
2024-06-04 16:41:28 +08:00
parent 6597506435
commit 1d66c44edb
16 changed files with 162 additions and 429 deletions

View File

@@ -18,11 +18,11 @@ const authStore = useAuthStore()
const router = useRouter()
const searchConfig = reactive([
{
label: '需求名称',
label: '征集名称',
prop: 'requirementName',
component: 'el-input',
props: {
placeholder: '请输入需求名称查询',
placeholder: '请输入征集名称查询',
clearable: true,
filterable: true,
checkStrictly: true
@@ -60,7 +60,7 @@ const tableConfig = reactive({
},
{
prop: 'requirementName',
label: '需求名称',
label: '征集名称',
align: 'center'
},
{