fix: admin users
Deploy banu-front / deploy (push) Failing after 16s

This commit is contained in:
sajjadtalkhabi
2026-06-10 20:55:54 +03:30
parent b8ccbcc030
commit b9fa65b84f
51 changed files with 373 additions and 255 deletions
@@ -28,15 +28,15 @@
@blur="validateAt('fullName', form.fullName)"
/>
<TextField
v-model="form.phoneNumber"
name="phoneNumber"
v-model="form.phone"
name="phone"
label="شماره موبایل"
placeholder="09xxxxxxxxx"
inputmode="numeric"
:convert-digits="true"
:error="errors.phoneNumber"
:error="errors.phone"
:vibration="true"
@blur="validateAt('phoneNumber', form.phoneNumber)"
@blur="validateAt('phone', form.phone)"
/>
<TextField
v-model="form.nationalCode"
@@ -295,7 +295,7 @@ const onCitySearch = (q) => {
const form = ref({
fullName: '',
phoneNumber: '',
phone: '',
nationalCode: '',
disabled: 'فقط برای نمایش',
bio: '',
@@ -344,7 +344,7 @@ const onSubmit = async () => {
const reset = () => {
form.value = {
fullName: '',
phoneNumber: '',
phone: '',
disabled: 'فقط برای نمایش',
bio: '',
province: '',