This commit is contained in:
77
2024-05-11 01:47:53 +08:00
parent 0b5180d896
commit 29f0675fa9
6 changed files with 105 additions and 641 deletions

View File

@@ -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>