Commit 28d4f933 authored by youjie's avatar youjie

no message

parent b158c9ff
...@@ -92,8 +92,8 @@ ...@@ -92,8 +92,8 @@
<el-table-column width="80" prop="NoteNum" label="笔记数"></el-table-column> <el-table-column width="80" prop="NoteNum" label="笔记数"></el-table-column>
<el-table-column width="120" prop="NoteRate" label="笔记数增长率"><template slot-scope="scope"> <el-table-column width="120" prop="NoteRate" label="笔记数增长率"><template slot-scope="scope">
<span :class="{'activeRed':scope.row.NoteRate<0}">{{scope.row.NoteRate}}%</span></template></el-table-column> <span :class="{'activeRed':scope.row.NoteRate<0}">{{scope.row.NoteRate}}%</span></template></el-table-column>
<el-table-column fixed="right" prop="EmpName" label="运营人"></el-table-column> <el-table-column width="130" fixed="right" prop="EmpName" label="运营人"></el-table-column>
<el-table-column width="120" fixed="right" label="操作"> <el-table-column width="130" fixed="right" label="操作">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button size="mini" type="primary" plain icon="el-icon-edit" @click="editAccount(scope.row)"></el-button> <el-button size="mini" type="primary" plain icon="el-icon-edit" @click="editAccount(scope.row)"></el-button>
<el-button size="mini" type="danger" plain icon="el-icon-delete" @click="delAccount(scope.row)"></el-button> <el-button size="mini" type="danger" plain icon="el-icon-delete" @click="delAccount(scope.row)"></el-button>
...@@ -125,8 +125,8 @@ ...@@ -125,8 +125,8 @@
<el-table-column width="100" prop="LookRate" label="总微博数"></el-table-column> <el-table-column width="100" prop="LookRate" label="总微博数"></el-table-column>
<el-table-column width="120" prop="InteractionNum" label="总微博数增长率"><template slot-scope="scope"> <el-table-column width="120" prop="InteractionNum" label="总微博数增长率"><template slot-scope="scope">
<span :class="{'activeRed':scope.row.InteractionNum<0}">{{scope.row.InteractionNum}}%</span></template></el-table-column> <span :class="{'activeRed':scope.row.InteractionNum<0}">{{scope.row.InteractionNum}}%</span></template></el-table-column>
<el-table-column fixed="right" prop="EmpName" label="运营人"></el-table-column> <el-table-column width="130" fixed="right" prop="EmpName" label="运营人"></el-table-column>
<el-table-column width="120" fixed="right" label="操作"> <el-table-column width="130" fixed="right" label="操作">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button size="mini" type="primary" plain icon="el-icon-edit" @click="editAccount(scope.row)"></el-button> <el-button size="mini" type="primary" plain icon="el-icon-edit" @click="editAccount(scope.row)"></el-button>
<el-button size="mini" type="danger" plain icon="el-icon-delete" @click="delAccount(scope.row)"></el-button> <el-button size="mini" type="danger" plain icon="el-icon-delete" @click="delAccount(scope.row)"></el-button>
...@@ -168,8 +168,8 @@ ...@@ -168,8 +168,8 @@
<el-table-column width="80" prop="NoteNum" label="作品数"></el-table-column> <el-table-column width="80" prop="NoteNum" label="作品数"></el-table-column>
<el-table-column width="90" prop="NoteRate" label="作品增长率"><template slot-scope="scope"> <el-table-column width="90" prop="NoteRate" label="作品增长率"><template slot-scope="scope">
<span :class="{'activeRed':scope.row.NoteRate<0}">{{scope.row.NoteRate}}%</span></template></el-table-column> <span :class="{'activeRed':scope.row.NoteRate<0}">{{scope.row.NoteRate}}%</span></template></el-table-column>
<el-table-column fixed="right" prop="EmpName" label="运营人"></el-table-column> <el-table-column width="130" fixed="right" prop="EmpName" label="运营人"></el-table-column>
<el-table-column width="120" fixed="right" label="操作"> <el-table-column width="130" fixed="right" label="操作">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button size="mini" type="primary" plain icon="el-icon-edit" @click="editAccount(scope.row)"></el-button> <el-button size="mini" type="primary" plain icon="el-icon-edit" @click="editAccount(scope.row)"></el-button>
<el-button size="mini" type="danger" plain icon="el-icon-delete" @click="delAccount(scope.row)"></el-button> <el-button size="mini" type="danger" plain icon="el-icon-delete" @click="delAccount(scope.row)"></el-button>
...@@ -552,7 +552,7 @@ ...@@ -552,7 +552,7 @@
}; };
}, },
mounted() { mounted() {
var fileUrl = "https://imgfile.oytour.com" var fileUrl = "http://crm.oytour.com"
if (this.msg.PlatformType == 1) { if (this.msg.PlatformType == 1) {
this.downloadUrl = fileUrl + "/ExportFile/小红书导入模板.xlsx"; this.downloadUrl = fileUrl + "/ExportFile/小红书导入模板.xlsx";
} if (this.msg.PlatformType == 2) { } if (this.msg.PlatformType == 2) {
...@@ -567,7 +567,7 @@ ...@@ -567,7 +567,7 @@
clickActive(item){ clickActive(item){
this.msg.PlatformType = item.Id this.msg.PlatformType = item.Id
this.init() this.init()
var fileUrl = "https://imgfile.oytour.com" var fileUrl = "http://crm.oytour.com"
if (this.msg.PlatformType == 1) { if (this.msg.PlatformType == 1) {
this.downloadUrl = fileUrl + "/ExportFile/小红书导入模板.xlsx"; this.downloadUrl = fileUrl + "/ExportFile/小红书导入模板.xlsx";
} if (this.msg.PlatformType == 2) { } if (this.msg.PlatformType == 2) {
...@@ -823,7 +823,7 @@ ...@@ -823,7 +823,7 @@
<style> <style>
@import "../../assets/css/customerManage.css"; @import "../../assets/css/customerManage.css";
.customerManage.padding0 .el-table td{ .customerManage.padding0 .el-table td{
padding: 1px 0 !important; padding: 2px 0 !important;
} }
.activeRed{ .activeRed{
color: red; color: red;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment