足球馆 & 新增健康报告页面

This commit is contained in:
limqhz
2021-03-07 00:33:08 +08:00
parent 5afe493b81
commit 0b651dc87d
7 changed files with 275 additions and 3 deletions

View File

@@ -139,6 +139,7 @@
<template scope="scope">
<span v-if="scope.row.veneuType === 1">篮球馆</span>
<span v-if="scope.row.veneuType === 2">健身馆</span>
<span v-if="scope.row.veneuType === 2">足球场</span>
</template>
</el-table-column>