抛光仓库完成入库,查询功能
This commit is contained in:
@@ -16,5 +16,13 @@ export default {
|
||||
Vue.prototype.$modal = modal
|
||||
// 下载文件
|
||||
// Vue.prototype.$download = download
|
||||
// element-ui table 隐藏
|
||||
Array.prototype.showColumn = function (column) {
|
||||
var item = this.find((x) => x.key == column)
|
||||
if (item) {
|
||||
return item.checked
|
||||
}
|
||||
return true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user