|
@@ -146,6 +146,7 @@ export default {
|
|
? [
|
|
? [
|
|
[
|
|
[
|
|
{
|
|
{
|
|
|
|
+ isRole: this.$restrict('export'),
|
|
name: '导出',
|
|
name: '导出',
|
|
click: this.export,
|
|
click: this.export,
|
|
loading: false
|
|
loading: false
|
|
@@ -484,7 +485,7 @@ export default {
|
|
},
|
|
},
|
|
// 导出
|
|
// 导出
|
|
export() {
|
|
export() {
|
|
- this.columnList = this.$refs.zjpage.columnList.filter(item=>!item.hidden)
|
|
|
|
|
|
+ this.columnList = this.$refs.zjpage.columnList.filter(item => !item.hidden)
|
|
},
|
|
},
|
|
async exportDetermine(data) {
|
|
async exportDetermine(data) {
|
|
if (!this.exportList) {
|
|
if (!this.exportList) {
|