From 1772fc5e211f9e9e0ab4cdc6c29b436aac178c2a Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期五, 23 二月 2024 12:19:55 +0800 Subject: [PATCH] 修改 --- web/src/main.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/web/src/main.js b/web/src/main.js index 5ac5f6f..dd63816 100644 --- a/web/src/main.js +++ b/web/src/main.js @@ -41,6 +41,7 @@ import ColumnSelect from './components/column-select' import ZtEquipmentConfig from './components/zt-equipment-config' import ZtEquipmentSelect from './components/zt-equipment-select' +import TableUploader from './components/table-uploader' import scroll from 'vue-seamless-scroll' import adaptive from './directive/el-table' import './directive/dialogDrag' @@ -79,6 +80,7 @@ Vue.use(ColumnSelect) Vue.use(ZtEquipmentConfig) Vue.use(ZtEquipmentSelect) +Vue.use(TableUploader) Vue.config.productionTip = false Vue.directive('loadmore', { -- Gitblit v1.9.1