|
@@ -119,7 +119,7 @@
|
|
|
</el-form>
|
|
|
|
|
|
<el-row :gutter="10" class="mb8">
|
|
|
- <el-col :span="1.5">
|
|
|
+ <!-- <el-col :span="1.5">
|
|
|
<el-button
|
|
|
type="primary"
|
|
|
plain
|
|
@@ -128,7 +128,7 @@
|
|
|
@click="handleAdd"
|
|
|
>新增快手直播账户</el-button
|
|
|
>
|
|
|
- </el-col>
|
|
|
+ </el-col> -->
|
|
|
<el-col :span="1.5">
|
|
|
<el-button
|
|
|
type="danger"
|
|
@@ -197,13 +197,13 @@
|
|
|
class-name="small-padding fixed-width"
|
|
|
>
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button
|
|
|
+ <!-- <el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
|
icon="el-icon-edit"
|
|
|
@click="handleAllocationOne(scope.row)"
|
|
|
>编辑</el-button
|
|
|
- >
|
|
|
+ > -->
|
|
|
<el-button
|
|
|
size="mini"
|
|
|
type="text"
|
|
@@ -632,7 +632,7 @@ export default {
|
|
|
accountList: [], //账户列表下拉
|
|
|
accountTypeList: [
|
|
|
{ value: "cljn", label: "磁力金牛" },
|
|
|
- { value: "cljnPhone", label: "磁力金牛移动端" },
|
|
|
+ { value: "cljnydd", label: "磁力金牛移动端" },
|
|
|
{ value: "cp", label: "操盘" },
|
|
|
], //账户类型下拉
|
|
|
putTypeList: [
|
|
@@ -764,6 +764,7 @@ export default {
|
|
|
cljn: "磁力金牛",
|
|
|
cljnPhone: "磁力金牛移动端",
|
|
|
cp: "操盘",
|
|
|
+ cljnydd: "磁力金牛移动端",
|
|
|
};
|
|
|
return statusMap[status];
|
|
|
},
|
|
@@ -897,7 +898,7 @@ export default {
|
|
|
/** 查询字典类型列表 */
|
|
|
getList() {
|
|
|
this.loading = true;
|
|
|
- getList(this.queryParams).then((response) => {
|
|
|
+ getList({ ...this.queryParams, userId: this.userId }).then((response) => {
|
|
|
this.typeList = response.rows;
|
|
|
this.total = response.total;
|
|
|
this.loading = false;
|