Update edit-archive.vue
This commit is contained in:
parent
4a8982a91b
commit
d7260018ab
@ -195,7 +195,7 @@ async function getBaseForm() {
|
||||
formItems.value = Array.isArray(res.data) ? res.data : [];
|
||||
const mobileIndex = formItems.value.findIndex(item => item.title === 'mobile');
|
||||
if (mobileIndex > -1) {
|
||||
formItems.value[mobileIndex].appendText = `(不可修改)`;
|
||||
formItems.value[mobileIndex].appendText = `(授权手机号不可修改)`;
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user