Commit 307cf40c authored by youjie's avatar youjie

no message

parent 112debf0
......@@ -84,7 +84,7 @@
<el-table-column width="80" prop="NoteNum" label="笔记数"></el-table-column>
<el-table-column width="120" prop="NoteRate" label="笔记数增长率"><template slot-scope="scope">{{scope.row.NoteRate}}%</template></el-table-column>
<el-table-column fixed="right" prop="EmpName" label="运营人"></el-table-column>
<el-table-column width="150" fixed="right" label="操作">
<el-table-column width="120" fixed="right" label="操作">
<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="danger" plain icon="el-icon-delete" @click="delAccount(scope.row)"></el-button>
......@@ -112,7 +112,7 @@
<el-table-column width="100" prop="LookRate" label="总微博数"></el-table-column>
<el-table-column width="120" prop="InteractionNum" label="总微博数增长率"><template slot-scope="scope">{{scope.row.InteractionNum}}%</template></el-table-column>
<el-table-column fixed="right" prop="EmpName" label="运营人"></el-table-column>
<el-table-column width="150" fixed="right" label="操作">
<el-table-column width="120" fixed="right" label="操作">
<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="danger" plain icon="el-icon-delete" @click="delAccount(scope.row)"></el-button>
......@@ -146,7 +146,7 @@
<el-table-column width="80" prop="NoteNum" label="作品数"></el-table-column>
<el-table-column width="90" prop="NoteRate" label="作品增长率"><template slot-scope="scope">{{scope.row.NoteRate}}%</template></el-table-column>
<el-table-column fixed="right" prop="EmpName" label="运营人"></el-table-column>
<el-table-column width="150" fixed="right" label="操作">
<el-table-column width="120" fixed="right" label="操作">
<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="danger" plain icon="el-icon-delete" @click="delAccount(scope.row)"></el-button>
......
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