积分优化;样式优化

This commit is contained in:
2023-04-23 14:48:48 +08:00
parent e7c6081ea6
commit 3fb7e16c4e
6 changed files with 13 additions and 10 deletions

View File

@@ -89,6 +89,7 @@ async function getExaminationDetail() {
if(res.code === 0) {
exam_info.value = res.data
form.value = res.data.exam
form.value.price = 4.9
exam_types.value = res.data.exam_types.map((item) => {
for(let prop in item) {
if(price_props.includes(prop)) {