吴门医述接口对接

This commit is contained in:
liqianyouyou
2024-01-05 14:25:30 +08:00
parent 827200ec9b
commit 7212d5f2a6
3 changed files with 481 additions and 59 deletions

View File

@@ -21,7 +21,6 @@
v-loading="dataListLoading"
style="width: 100%;">
<el-table-column
prop="productName"
header-align="center"
align="center"
label="分类">
@@ -29,7 +28,7 @@
{{ filterAA(scope.row.typeId) }}
</template>
</el-table-column>
<el-table-column label="书名" align="center" prop="name">
<el-table-column label="书名" align="center">
<template slot-scope="scope">
{{ scope.row.book.name }}
</template>