Commit 7e26f8cb authored by 黄媛媛's avatar 黄媛媛

1

parent 9802642e
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="CardNum" prop="CardNum"
width="250" width="200"
label="卡号 "> label="卡号 ">
</el-table-column> </el-table-column>
<el-table-column <el-table-column
...@@ -61,10 +61,14 @@ ...@@ -61,10 +61,14 @@
</el-table-column> </el-table-column>
<el-table-column <el-table-column
prop="AccountClassifyStr" prop="AccountClassifyStr"
width="160" width="100"
label="账户分类"> label="账户分类">
</el-table-column> </el-table-column>
<el-table-column
prop="IntroducerName"
width="160"
label="推荐人">
</el-table-column>
<el-table-column <el-table-column
...@@ -72,10 +76,10 @@ ...@@ -72,10 +76,10 @@
label="操作"> label="操作">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip class="item" effect="dark" content="编辑" placement="top"> <el-tooltip class="item" effect="dark" content="编辑" placement="top">
<img @click="CommonJump('supplierEdit',{supplierId:scope.row.ID})" style="width:32px;height:32px;margin:0 10px" src="../../assets/img/userman/edit.png" alt=""> <img @click="CommonJump('supplierEdit',{supplierId:scope.row.ID})" style="width:32px;height:32px;margin:0 5px" src="../../assets/img/userman/edit.png" alt="">
</el-tooltip> </el-tooltip>
<el-tooltip class="item" effect="dark" content="删除" placement="top"> <el-tooltip class="item" effect="dark" content="删除" placement="top">
<img @click="Delete(scope.row)" style="width:32px;height:32px;margin:0 10px" src="../../assets/img/userman/del.png" alt=""> <img @click="Delete(scope.row)" style="width:32px;height:32px;margin:0 5px" src="../../assets/img/userman/del.png" alt="">
</el-tooltip> </el-tooltip>
</template> </template>
</el-table-column> </el-table-column>
......
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