Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄媛媛
ElectricitySheep
Commits
7e26f8cb
Commit
7e26f8cb
authored
Aug 07, 2020
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9802642e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
supplierManage.vue
src/components/CommodityMan/supplierManage.vue
+9
-5
No files found.
src/components/CommodityMan/supplierManage.vue
View file @
7e26f8cb
...
...
@@ -51,7 +51,7 @@
</el-table-column>
<el-table-column
prop=
"CardNum"
width=
"2
5
0"
width=
"2
0
0"
label=
"卡号 "
>
</el-table-column>
<el-table-column
...
...
@@ -61,10 +61,14 @@
</el-table-column>
<el-table-column
prop=
"AccountClassifyStr"
width=
"1
6
0"
width=
"1
0
0"
label=
"账户分类"
>
</el-table-column>
<el-table-column
prop=
"IntroducerName"
width=
"160"
label=
"推荐人"
>
</el-table-column>
<el-table-column
...
...
@@ -72,10 +76,10 @@
label=
"操作"
>
<template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"编辑"
placement=
"top"
>
<img
@
click=
"CommonJump('supplierEdit',
{supplierId:scope.row.ID})" style="width:32px;height:32px;margin:0
10
px" src="../../assets/img/userman/edit.png" alt="">
<img
@
click=
"CommonJump('supplierEdit',
{supplierId:scope.row.ID})" style="width:32px;height:32px;margin:0
5
px" src="../../assets/img/userman/edit.png" alt="">
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"删除"
placement=
"top"
>
<img
@
click=
"Delete(scope.row)"
style=
"width:32px;height:32px;margin:0
10
px"
src=
"../../assets/img/userman/del.png"
alt=
""
>
<img
@
click=
"Delete(scope.row)"
style=
"width:32px;height:32px;margin:0
5
px"
src=
"../../assets/img/userman/del.png"
alt=
""
>
</el-tooltip>
</
template
>
</el-table-column>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment