init
This commit is contained in:
@@ -65,13 +65,6 @@
|
||||
<el-table-column label="支付时间" align="center" prop="payTime" width="160"/>
|
||||
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
||||
<template v-slot="scope">
|
||||
<el-button
|
||||
size="mini"
|
||||
type="text"
|
||||
icon="el-icon-delete"
|
||||
@click="handleInfo(scope.row)"
|
||||
v-hasPermi="['xq:authOrder:remove']"
|
||||
>删除</el-button>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
||||
Reference in New Issue
Block a user