doway-coms 1.4.86 → 1.4.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -229,8 +229,8 @@ export default {
|
|
|
229
229
|
if (item.field === 'operation') {
|
|
230
230
|
return
|
|
231
231
|
}
|
|
232
|
-
|
|
233
|
-
|
|
232
|
+
|
|
233
|
+
const column = {
|
|
234
234
|
field: item.field,
|
|
235
235
|
title: item.title,
|
|
236
236
|
slots: {
|
|
@@ -241,7 +241,9 @@ export default {
|
|
|
241
241
|
width: item.width,
|
|
242
242
|
filters: item.filters,
|
|
243
243
|
sortable: true,
|
|
244
|
-
}
|
|
244
|
+
}
|
|
245
|
+
this.$set(column.params,'show',item.show)
|
|
246
|
+
this.adjustGridOptions.columns.push(column)
|
|
245
247
|
})
|
|
246
248
|
},
|
|
247
249
|
mounted() {
|