调整页面

dev
zhaokai 2025-09-26 09:32:03 +08:00
parent 8dbe0a9a50
commit 6391b1e8c4
2 changed files with 5 additions and 2 deletions

View File

@ -41,7 +41,7 @@
}) })
" "
> >
记录信息 记录信息
</el-button> </el-button>
</template> </template>
</el-table-column> </el-table-column>

View File

@ -125,13 +125,14 @@ export const reqMapArr = [
{ key: "deptName", label: "部门" }, { key: "deptName", label: "部门" },
{ key: "postName", label: "岗位" }, { key: "postName", label: "岗位" },
{ key: "chargePerson", label: "负责人" }, { key: "chargePerson", label: "负责人" },
{ key: "dataId", label: "负责人" }, { key: "dataId", label: "数据ID" },
], ],
reqMap: { reqMap: {
planName: "", planName: "",
deptName: "", deptName: "",
postName: "", postName: "",
chargePerson: "", chargePerson: "",
dataId: "",
}, },
}, },
{ {
@ -214,12 +215,14 @@ export const reqMapArr = [
{ key: "positionName", label: "岗位" }, { key: "positionName", label: "岗位" },
{ key: "departmentName", label: "部门" }, { key: "departmentName", label: "部门" },
{ key: "enterpriseName", label: "企业名称" }, { key: "enterpriseName", label: "企业名称" },
{ key: "dataId", label: "数据ID" },
], ],
reqMap: { reqMap: {
personName: "", personName: "",
positionName: "", positionName: "",
departmentName: "", departmentName: "",
enterpriseName: "", enterpriseName: "",
dataId: "",
}, },
}, },
{ {