update:限制更改店铺管理的店铺信息和管理员账号

This commit is contained in:
lihaoyuan 2025-11-21 18:02:14 +08:00
parent c32aa6bddb
commit 4fb7ff8159

View File

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