|
@@ -7,8 +7,8 @@
|
|
|
<template #actions="{ row }">
|
|
|
<m-button text type="primary" size="small" @click="onEdit(row)">编辑</m-button>
|
|
|
<m-button text type="primary" size="small" @click="onEditRules(row)">规则配置</m-button>
|
|
|
- <m-button text type="danger" size="small" @click="onDelete(row)">删除</m-button>
|
|
|
<m-button text type="primary" size="small" @click="onHistory(row)">历史记录</m-button>
|
|
|
+ <m-button text type="danger" size="small" @click="onDelete(row)">删除</m-button>
|
|
|
</template>
|
|
|
</ListTemplate>
|
|
|
<WelfareEdit ref="welfareEditRefs" @refresh="onInit"></WelfareEdit>
|