抛光仓库完成入库,查询功能

This commit is contained in:
2024-07-25 17:35:41 +08:00
parent b97de0c483
commit 0c7fe4e059
6 changed files with 669 additions and 0 deletions

View File

@@ -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
}
}
}