|
@@ -38,7 +38,6 @@
|
|
:rowKey="(record) => record.id"
|
|
:rowKey="(record) => record.id"
|
|
:columns="columns"
|
|
:columns="columns"
|
|
:data="loadData"
|
|
:data="loadData"
|
|
- :customRow="handleClickRow"
|
|
|
|
:scroll="{ x: 1310, y: tableHeight }"
|
|
:scroll="{ x: 1310, y: tableHeight }"
|
|
bordered>
|
|
bordered>
|
|
<!-- 操作 -->
|
|
<!-- 操作 -->
|
|
@@ -109,15 +108,6 @@ export default {
|
|
}
|
|
}
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
- handleClickRow (record) {
|
|
|
|
- return {
|
|
|
|
- on: {
|
|
|
|
- dblclick: (event) => {
|
|
|
|
- console.log(record)
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
// 重置
|
|
// 重置
|
|
resetSearchForm () {
|
|
resetSearchForm () {
|
|
this.queryParam.supplierName = ''
|
|
this.queryParam.supplierName = ''
|