|
@@ -156,7 +156,7 @@ export default defineComponent({
|
|
{row.status === 'ACTIVATION' ? (
|
|
{row.status === 'ACTIVATION' ? (
|
|
<>
|
|
<>
|
|
<NButton
|
|
<NButton
|
|
- disabled={row.jobType === 'ADMIN'}
|
|
|
|
|
|
+ disabled={row.id === user.info.id}
|
|
type="primary"
|
|
type="primary"
|
|
text
|
|
text
|
|
onClick={() => handleChange(row)}>
|
|
onClick={() => handleChange(row)}>
|