feat : 需求上报界面初始化

This commit is contained in:
2024-05-19 02:03:52 +08:00
parent c96cbf8415
commit 96e7ca1a67
3 changed files with 372 additions and 63 deletions

View File

@@ -19,7 +19,7 @@ const router = useRouter()
const searchConfig = reactive([
{
label: '名称',
prop: 'name',
prop: 'requirementName',
props: {
placeholder: '请输入'
},
@@ -75,17 +75,17 @@ const tableConfig = reactive({
prop: 'selection'
},
{
prop: 'name',
prop: 'requirementName',
label: '名称',
align: 'center'
},
{
prop: 'company',
prop: 'companyINames',
label: '所属公司',
align: 'center'
},
{
prop: 'projectType',
prop: 'collectType',
label: '项目类型',
align: 'center'
},
@@ -105,7 +105,7 @@ const tableConfig = reactive({
align: 'center'
},
{
prop: 'time',
prop: 'deadline',
label: '起止时间',
align: 'center'
},