flat: 暂存

This commit is contained in:
Apcallover
2024-08-07 09:34:41 +08:00
parent f68d4bb917
commit a6be0ec06f
7 changed files with 441 additions and 24 deletions

View File

@@ -57,9 +57,9 @@
@search-reset="serveResetChange"
@size-change="infoSizeChange"
@current-change="infoCurrentChange">
<template slot="menuLeft">
<el-button type="primary" size="small" @click="selectPushService">推送服务</el-button>
</template>
<!-- <template slot="menuLeft">-->
<!-- <el-button type="primary" size="small" @click="selectPushService">推送服务</el-button>-->
<!-- </template>-->
<template slot-scope="{row,index}" slot="menu">
<!-- <el-button type="text"-->
<!-- icon="el-icon-document"-->
@@ -267,7 +267,7 @@ import missionView from "../../mission/Table/missionView.vue";
import workView from "../../works/Table/missionView.vue"
import TextTooltip from "@/components/text-tooltip/index.vue";
import {serviceType} from "@/common/dic";
import PushService from './Dialog/pushService.vue'
import PushService from './Dialog/pushService2.vue'
const page = {
pageSize: 10,
@@ -382,18 +382,36 @@ export default {
searchLabelWidth: 60,
searchSpan: 7,
},
// {
// label: "手机号",
// prop: "telphone",
// },
{
label: "手机号",
prop: "telphone",
label: '专业',
prop: 'aac183Major'
},
{
label: '文化程度',
prop: 'aac011',
type: 'select',
dicUrl: "/api/jobslink-api/system/dict-biz/tadict?code=AAC011",
props: {
label: "dictValue",
value: "dictKey",
},
},
{
label: '户口所在地',
prop: 'aac010'
},
// {
// label: "用户类型",
// prop: "userId",
// },
{
label: "身份标签",
prop: "labelsBase",
},
// {
// label: "身份标签",
// prop: "labelsBase",
// },
]
}
},
@@ -649,7 +667,7 @@ export default {
selectPushUserService(row) {
this.selectPushService().then(() => {
this.$nextTick(() => {
console.log(this.$refs.pushRef, row.name)
this.$refs.pushRef.upDateUser(row)
this.$refs.pushRef.refLeftSearch(row.name)
})
})