Compare commits
No commits in common. "db5e8db835d0d91ce3e4b42c8b439d17a7c0fb3f" and "a438469c6bf75268671ca9742e9417cc31958555" have entirely different histories.
db5e8db835
...
a438469c6b
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "code-brick-zj",
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.5",
|
||||
"private": false,
|
||||
"description": "组件封装",
|
||||
"main": "index.js"
|
||||
|
@ -25,7 +25,7 @@
|
||||
prop="_pageIndex"
|
||||
:width="pageWidth"
|
||||
align="center"
|
||||
:fixed="cancelPageFixed ? false : true"
|
||||
fixed
|
||||
>
|
||||
<template slot="header">
|
||||
<el-popover placement="bottom-start" width="300" trigger="click">
|
||||
@ -121,10 +121,6 @@ export default {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
cancelPageFixed: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
tableData: {
|
||||
type: Array,
|
||||
required: true,
|
||||
@ -209,9 +205,6 @@ export default {
|
||||
let _this = this
|
||||
let obj = _this.$refs[name].data[index]
|
||||
_this.$refs[name].setCurrentRow(obj)
|
||||
},
|
||||
doLayout(name) {
|
||||
this.$refs[name].doLayout()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user