This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
loumengning
/
hbp
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
去除删除按钮
dev
nizongfeng
3 years ago
parent
adfa05ce83
commit
894e003a15
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
application/admin/view/order_main/index.html
+ 0
- 1
application/admin/view/order_main/index.html
View File
@@ -110,7 +110,6 @@
<template slot-scope="scope">
<el-button-group>
<el-button type="primary" size="mini" @click="edit(scope.row.id)" icon="el-icon-edit">编辑</el-button>
<el-button type="danger" size="mini" icon="el-icon-delete" @click="delAll(scope.row.id)">删除</el-button>
</el-button-group>
</template>
</el-table-column>
Write
Preview
Loading…
Cancel
Save