|
@@ -48,9 +48,9 @@
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<template #stockNum="{ row }">
|
|
<template #stockNum="{ row }">
|
|
|
- <el-button type="primary" link @click="handleViewStockImages(row)">
|
|
|
|
|
|
|
+ <div class="stock-cell text-primary" @click="handleViewStockImages(row)" style="cursor: pointer;width: 100%;height: 80px;line-height: 80px;color: var(--el-color-primary);">
|
|
|
{{ row.stockNum || 0 }}
|
|
{{ row.stockNum || 0 }}
|
|
|
- </el-button>
|
|
|
|
|
|
|
+ </div>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<template #action="{ row }">
|
|
<template #action="{ row }">
|