|
@@ -115,12 +115,12 @@
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
clickTable(info, row) {
|
|
clickTable(info, row) {
|
|
- let activeCell = this.hot.getActiveEditor()
|
|
|
|
- this.renderData = info
|
|
|
|
- console.log(activeCell, 'activeCell')
|
|
|
|
- if (activeCell.prop == "LocationFlag") {
|
|
|
|
- this.localtionDialog = true
|
|
|
|
- }
|
|
|
|
|
|
+ // let activeCell = this.hot.getActiveEditor()
|
|
|
|
+ // this.renderData = info
|
|
|
|
+ // console.log(activeCell, 'activeCell')
|
|
|
|
+ // if (activeCell.prop == "LocationFlag") {
|
|
|
|
+ // this.localtionDialog = true
|
|
|
|
+ // }
|
|
},
|
|
},
|
|
//人工智能识别
|
|
//人工智能识别
|
|
aiDiscern(){
|
|
aiDiscern(){
|