Browse Source

去除删除按钮

dev
nizongfeng 3 years ago
parent
commit
894e003a15
1 changed files with 0 additions and 1 deletions
  1. +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>


Loading…
Cancel
Save