mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
[admin] hr detail improve
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
<el-popconfirm
|
||||
title="Confirm Pardon ?"
|
||||
@confirm="handlePardon(formData.id)"
|
||||
v-if="formData.status != 4"
|
||||
v-if="[1,3].includes(formData.status)"
|
||||
>
|
||||
<template #reference>
|
||||
<el-button type="primary">Pardon</el-button>
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
<el-table-column
|
||||
prop=""
|
||||
label="Uploaded"
|
||||
width="160"
|
||||
width="180"
|
||||
:formatter="formatColumnUploaded"
|
||||
>
|
||||
</el-table-column>
|
||||
@@ -81,7 +81,7 @@
|
||||
<el-table-column
|
||||
prop=""
|
||||
label="Downloaded"
|
||||
width="160"
|
||||
width="180"
|
||||
:formatter="formatColumnDownloaded"
|
||||
>
|
||||
</el-table-column>
|
||||
|
||||
Reference in New Issue
Block a user