|
|
@@ -37,7 +37,7 @@
|
|
|
<el-image style="width: 90px; height: 120px; border-radius: 4px" fit="cover" :src="row.cover" />
|
|
|
</template>
|
|
|
<template #baseInfo="{ row }">
|
|
|
- <book-info :row="row" @edit="handleUpdateBook" :showFormat="false"></book-info>
|
|
|
+ <book-info :row="row" @edit="handleUpdateBook"></book-info>
|
|
|
</template>
|
|
|
<template #stock="{ row }">
|
|
|
<book-stock :row="row"></book-stock>
|