vivo加监测方式

backup_master_20231211
doublekou 1 year ago
commit 34f18c29a1

@ -2,8 +2,8 @@
* @Description:
* @Autor: 飘泊客
* @Date: 2021-12-15 14:44:42
* @LastEditors: 飘泊客
* @LastEditTime: 2023-05-17 17:34:40
* @LastEditors: error: error: git config user.name & please set dead value or install git && error: git config user.email & please set dead value or install git & please set dead value or install git
* @LastEditTime: 2023-08-04 15:26:45
-->
<template>
<div>
@ -23,9 +23,10 @@
<el-tooltip class="item" effect="dark" content="仅可替换同组用户或未分组用户" placement="top-start">
<i class="el-icon-warning" />
</el-tooltip>
请选择人员替换<span class="describe c-red">不选择将清空该用户下的所有资源</span>
请选择人员替换
<!-- <span class="describe c-red">不选择将清空该用户下的所有资源</span> -->
</p>
<el-select v-model="replaceUserId" size="mini" style="width: 100%" clearable filterable :placeholder="placeText">
<el-select v-model="replaceUserId" size="mini" style="width: 100%" filterable :placeholder="placeText">
<el-option
v-for="item in userList"
:key="item.id"

@ -2,8 +2,8 @@
* @Description: 消息管理
* @Autor: 飘泊客
* @Date: 2022-01-13 15:43:13
* @LastEditors: 飘泊客
* @LastEditTime: 2023-04-24 17:14:18
* @LastEditors: error: error: git config user.name & please set dead value or install git && error: git config user.email & please set dead value or install git & please set dead value or install git
* @LastEditTime: 2023-07-27 14:11:47
-->
<template>
<div class="app-container">
@ -312,7 +312,7 @@ export default {
components: { rrOperation, pagination, DateRangePicker, BarChart },
cruds() {
return CRUD({
title: '公司列表',
title: '充值记录',
url: 'api-management/api/company/companyList',
crudMethod: {}
})

@ -338,7 +338,7 @@
type="primary"
size="mini"
icon="el-icon-circle-plus-outline"
@click="dohankClick({ type: 'dyAuthorization', action: 'add'})"
@click="dohankClick({ type: 'dyAuthorization', action: 'add' })"
>添加</el-button>
<el-button class="ml-5" size="mini" type="warning" icon="el-icon-refresh-left" @click="getOceanEnginePage"></el-button>
</div>
@ -478,16 +478,14 @@ export default {
},
//
openDyDialog(data) {
this.rowObj = data
this.companyId = data.id
this.dyDialog = true
this.getOceanEnginePage()
},
dohankClick(params) {
console.log(params, 'params')
const { type, row, action } = params
// this.rowObj = row
if (row) {
this.rowObj = row
this.companyId = row.companyId
}
switch (type) {
@ -538,6 +536,7 @@ export default {
this.grantTitle = '抖音授权'
this.dyNickName = ''
this.grantProp = true
this.getOceanEnginePage()
})
}).catch(() => {})
},

Loading…
Cancel
Save