Browse Source

切换位置

zhengnaiwen_citu 5 tháng trước cách đây
mục cha
commit
365727ca8b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>