瀏覽代碼

切换位置

zhengnaiwen_citu 5 月之前
父節點
當前提交
365727ca8b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/humanResources/welfare/welfareList/index.vue

+ 1 - 1
src/views/humanResources/welfare/welfareList/index.vue

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