feat : 需求上报界面初始化
This commit is contained in:
@@ -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'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user