|
|
|
@ -114,6 +114,8 @@
|
|
|
|
|
row-class-name="line-box"
|
|
|
|
|
:height="tableHeight"
|
|
|
|
|
:checkbox_config="{ checkField: 'checked' }"
|
|
|
|
|
:scroll-x="{gt: 10, oSize: 10, enabled: false}"
|
|
|
|
|
:scroll-y="{gt: 20, oSize: 20, enabled: true}"
|
|
|
|
|
@page-change="handlePageChange"
|
|
|
|
|
@cell-dblclick="handledbclick"
|
|
|
|
|
@resizable-change="resizableChange"
|
|
|
|
@ -1534,6 +1536,7 @@ export default {
|
|
|
|
|
this.remarkData = null
|
|
|
|
|
},
|
|
|
|
|
goodStatusclick(e, data) {
|
|
|
|
|
console.log('是否已展示', this.goodStatusShow)
|
|
|
|
|
if (!this.goodStatusShow) {
|
|
|
|
|
this.goodStatusHover(e, data)
|
|
|
|
|
} else {
|
|
|
|
|