fix : 修复页面排版及项目管理的公司查询

This commit is contained in:
2024-08-01 22:16:30 +08:00
parent ff668b1887
commit 2f42a7464a
22 changed files with 291 additions and 133 deletions

View File

@@ -14,6 +14,18 @@ import { getSubCompOpt } from '@/api/user/user.js';
const router = useRouter()
const route = useRoute()
const searchConfig = ref([
{
label: '公司名称',
prop: 'affiliatedCompanyIds',
component: 'el-tree-select',
props: {
placeholder: '请输入公司名称查询',
clearable: true,
data: [],
filterable: true,
checkStrictly: true
}
},
{
label: '项目名称',
prop: 'projectName',
@@ -25,18 +37,7 @@ const searchConfig = ref([
checkStrictly: true
}
},
{
label: '公司名称',
prop: 'affiliatedCompanyIds',
component: 'el-tree-select',
props: {
placeholder: '请输入',
clearable: true,
data: [],
filterable: true,
checkStrictly: true
}
},
{
label: '时间',
prop: 'time',
@@ -107,13 +108,13 @@ const tableConfig = reactive({
width:85
},
{
prop: 'projectName',
label: '项目名称',
prop: 'affiliatedCompany',
label: '公司名称',
align: 'center'
},
{
prop: 'affiliatedCompany',
label: '公司名称',
prop: 'projectName',
label: '项目名称',
align: 'center'
},
{