fix(salary): status isPunish
This commit is contained in:
parent
38fc145e93
commit
273487cb50
2 changed files with 3 additions and 3 deletions
|
|
@ -529,7 +529,7 @@ function onClickViewInfo(type: string, id: string) {
|
|||
</div>
|
||||
<div v-else-if="col.name == 'discipline'">
|
||||
<q-btn
|
||||
v-if="checkPermission($route)?.attrIsGet && props.row.isPunish"
|
||||
v-if="checkPermission($route)?.attrIsGet && !props.row.isPunish"
|
||||
flat
|
||||
dense
|
||||
icon="info"
|
||||
|
|
|
|||
|
|
@ -432,7 +432,7 @@ async function updateCurrentPageAndfetchData() {
|
|||
bordered
|
||||
:paging="true"
|
||||
dense
|
||||
:rows-per-page-options="[1,10, 25, 50, 100]"
|
||||
:rows-per-page-options="[1, 10, 25, 50, 100]"
|
||||
:visible-columns="visibleColumns"
|
||||
v-model:pagination="pagination"
|
||||
@request="props.onRequest"
|
||||
|
|
@ -546,7 +546,7 @@ async function updateCurrentPageAndfetchData() {
|
|||
|
||||
<div v-else-if="col.name == 'discipline'">
|
||||
<q-btn
|
||||
v-if="checkPermission($route)?.attrIsGet && props.row.isPunish"
|
||||
v-if="checkPermission($route)?.attrIsGet && !props.row.isPunish"
|
||||
flat
|
||||
dense
|
||||
icon="info"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue