|
|
@@ -31,14 +31,10 @@
|
|
|
</el-button>
|
|
|
</template>
|
|
|
<template v-slot:operation="scope">
|
|
|
- <Auth :value="'paymentCodeConfig.edit'">
|
|
|
<el-button type="primary" link @click="paymentEdit(scope.operationData)"> 编辑
|
|
|
</el-button>
|
|
|
- </Auth>
|
|
|
- <Auth :value="'paymentCodeConfig.delete'">
|
|
|
<el-button type="primary" link @click="paymentDel(scope.operationData.id)"> 删除
|
|
|
</el-button>
|
|
|
- </Auth>
|
|
|
<el-button type="primary" link @click="versionControl(scope.operationData)"> 版本管理
|
|
|
</el-button>
|
|
|
</template>
|