dev2 #1
@ -14,6 +14,7 @@
|
||||
:placeholder="__('管理员信息账号')"
|
||||
:readonly="isReadOnly"
|
||||
:style="{ width: '48%' }"
|
||||
disabled
|
||||
/>
|
||||
<el-input
|
||||
v-model="form.user_password"
|
||||
@ -29,6 +30,7 @@
|
||||
clearable
|
||||
:placeholder="__('请输入店铺名称')"
|
||||
:style="{ width: '100%' }"
|
||||
disabled
|
||||
/>
|
||||
</el-form-item>
|
||||
<el-form-item :label="__('店铺等级')" prop="store_grade_id">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user