|
|
|
|
36
|
<span>{{ getCaseName(scope.row.CaseId) }}</span>
|
36
|
<span>{{ getCaseName(scope.row.CaseId) }}</span>
|
37
|
</template>
|
37
|
</template>
|
38
|
</el-table-column>
|
38
|
</el-table-column>
|
39
|
- <el-table-column prop="Nums" label="图书数量"></el-table-column>
|
|
|
|
|
39
|
+ <el-table-column prop="BookCount" label="图书数量"></el-table-column>
|
40
|
<el-table-column fixed="right" label="操作" width="200">
|
40
|
<el-table-column fixed="right" label="操作" width="200">
|
41
|
<template slot-scope="scope">
|
41
|
<template slot-scope="scope">
|
42
|
<el-button @click="editType(scope.row)" type="warning" size="small">编辑</el-button>
|
42
|
<el-button @click="editType(scope.row)" type="warning" size="small">编辑</el-button>
|