更新
This commit is contained in:
@@ -13,7 +13,7 @@ import {
|
||||
const userData = ref({ ...props.userInfo.user_info, ...props.userInfo.follow_num, userId: props.userInfo.userId })
|
||||
const activeIndex = ref("1")
|
||||
const basicLable = ref([
|
||||
{ label: 'ID', prop: 'id' },
|
||||
{ label: 'ID', prop: 'user_code' },
|
||||
{ label: '年龄', prop: 'age' },
|
||||
{ label: '手机号码', prop: 'mobile' },
|
||||
{ label: '个人简介', prop: 'profile' },
|
||||
|
||||
@@ -150,7 +150,7 @@ export function useData() {
|
||||
guild_name: rowData?.guild_name ?? "",
|
||||
guild_desc: rowData?.guild_desc ?? "",
|
||||
guild_logo: rowData?.guild_logo ?? "",
|
||||
guild_user_mobile: rowData?.guild_user_mobile ?? "",
|
||||
guild_user_mobile: rowData?.mobile ?? "",
|
||||
password: rowData?.password ?? "",
|
||||
isEdit: rowData.guild_special_id ? true : false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user