fix(ui): 添加调试日志并优化表格列显示

在receipt/index.vue中添加console.log调试$slots
在wms/coil/panels/base.vue中为备注列添加溢出提示工具
This commit is contained in:
砂糖
2025-11-28 18:04:03 +08:00
parent 346aba6f31
commit d95fac0e40
2 changed files with 2 additions and 1 deletions

View File

@@ -127,6 +127,7 @@ export default {
},
created() {
this.loadData()
console.log('this.slots', this.$slots)
},
methods: {
loadData() {

View File

@@ -128,7 +128,7 @@
<span v-else></span>
</template>
</el-table-column>
<el-table-column label="备注" align="center" prop="remark" />
<el-table-column label="备注" align="center" prop="remark" show-overflow-tooltip/>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope">
<el-button size="mini" type="text" icon="el-icon-view" @click="handlePreviewLabel(scope.row)">