调整页面
parent
8dbe0a9a50
commit
6391b1e8c4
|
@ -41,7 +41,7 @@
|
|||
})
|
||||
"
|
||||
>
|
||||
推进记录信息
|
||||
推送记录信息
|
||||
</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
|
|
@ -125,13 +125,14 @@ export const reqMapArr = [
|
|||
{ key: "deptName", label: "部门" },
|
||||
{ key: "postName", label: "岗位" },
|
||||
{ key: "chargePerson", label: "负责人" },
|
||||
{ key: "dataId", label: "负责人" },
|
||||
{ key: "dataId", label: "数据ID" },
|
||||
],
|
||||
reqMap: {
|
||||
planName: "",
|
||||
deptName: "",
|
||||
postName: "",
|
||||
chargePerson: "",
|
||||
dataId: "",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
@ -214,12 +215,14 @@ export const reqMapArr = [
|
|||
{ key: "positionName", label: "岗位" },
|
||||
{ key: "departmentName", label: "部门" },
|
||||
{ key: "enterpriseName", label: "企业名称" },
|
||||
{ key: "dataId", label: "数据ID" },
|
||||
],
|
||||
reqMap: {
|
||||
personName: "",
|
||||
positionName: "",
|
||||
departmentName: "",
|
||||
enterpriseName: "",
|
||||
dataId: "",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue