mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 21:24:10 +00:00
fix(panel): resolve blank /panel/user caused by invalid i18n template quotes
This commit is contained in:
parent
ec70c4ce07
commit
b03bb96899
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@
|
|||
<template v-else>-</template>
|
||||
</a-descriptions-item>
|
||||
<a-descriptions-item label='{{ i18n "pages.user.status" }}'>
|
||||
<a-badge v-if="traffic" :status="traffic.enable ? 'processing' : 'default'" :text="traffic.enable ? '{{ i18n 'enabled' }}' : '{{ i18n 'disabled' }}'" />
|
||||
<a-badge v-if="traffic" :status="traffic.enable ? 'processing' : 'default'" :text="traffic.enable ? '{{ i18n \"enabled\" }}' : '{{ i18n \"disabled\" }}'" />
|
||||
<template v-else>-</template>
|
||||
</a-descriptions-item>
|
||||
</a-descriptions>
|
||||
|
|
|
|||
Loading…
Reference in a new issue