qsh 6 days ago
parent a8e41fe889
commit 0b26cf8b28
  1. 2
      src/views/Basic/User/index.vue
  2. 2
      src/views/Pers/Employee/index.vue

@ -50,6 +50,8 @@
v-model="scope.row.status"
:active-value="0"
:inactive-value="1"
active-text="在职"
inactive-text="离职"
v-hasPermi="['basic:employee:update']"
@change="handleStatusChange(scope.row)"
/>

@ -41,6 +41,8 @@
v-model="scope.row.status"
:active-value="0"
:inactive-value="1"
active-text="在职"
inactive-text="离职"
v-hasPermi="['pers:employee:update']"
@change="handleStatusChange(scope.row)"
/>

Loading…
Cancel
Save