上传
This commit is contained in:
@@ -12,7 +12,7 @@ const detail = ref('')
|
||||
function open(info) {
|
||||
title.value = `【${info.schoolName}】详细信息`
|
||||
show.value = true
|
||||
detail.value = info.schoolRemark || '该驾校暂未配置详细信息'
|
||||
detail.value = info.introduce || '该驾校暂未配置详细信息'
|
||||
}
|
||||
|
||||
defineExpose({
|
||||
|
||||
Reference in New Issue
Block a user