fix(ui): 添加调试日志并优化表格列显示
在receipt/index.vue中添加console.log调试$slots 在wms/coil/panels/base.vue中为备注列添加溢出提示工具
This commit is contained in:
@@ -127,6 +127,7 @@ export default {
|
||||
},
|
||||
created() {
|
||||
this.loadData()
|
||||
console.log('this.slots', this.$slots)
|
||||
},
|
||||
methods: {
|
||||
loadData() {
|
||||
|
||||
Reference in New Issue
Block a user