mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-20 05:52:24 +00:00
client bulk bug fix
This commit is contained in:
parent
87a5190b7d
commit
515e7f7fef
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
||||||
<span slot="label">{{ i18n "pages.client.clientCount" }}</span>
|
<span slot="label">{{ i18n "pages.client.clientCount" }}</span>
|
||||||
<a-input-number v-model="clientsBulkModal.quantity" :min="1" :max="100"></a-input-number>
|
<a-input-number v-model="clientsBulkModal.quantity" :min="1" :max="100"></a-input-number>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<a-form-item v-if="client.email">
|
<a-form-item>
|
||||||
<span slot="label">
|
<span slot="label">
|
||||||
Subscription
|
Subscription
|
||||||
<a-tooltip>
|
<a-tooltip>
|
||||||
|
|
Loading…
Reference in a new issue