This commit is contained in:
qsh
2024-06-26 18:24:45 +08:00
parent f63104591b
commit 848830a21b
9 changed files with 169 additions and 145 deletions

View File

@@ -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({