From 1381a6d4788f97c521627eb6ad00635507b6ede7 Mon Sep 17 00:00:00 2001 From: ln1778 <465410291@qq.com> Date: Tue, 7 May 2024 14:41:13 +0800 Subject: [PATCH] 333 --- commontable/configuration/index.vue | 2 ++ index.js | 4 +++- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/commontable/configuration/index.vue b/commontable/configuration/index.vue index 443456b..f66d5f3 100644 --- a/commontable/configuration/index.vue +++ b/commontable/configuration/index.vue @@ -40,7 +40,9 @@ import ButtonGrop from "./buttongrop"; import QC from "./qc.vue"; import RefExp from "./refexp"; import SetUp from "./setup"; + export default { + name: "erpConfiguration", components: { ButtonGrop, QC, RefExp, SetUp }, props: [ "buttonlist", diff --git a/index.js b/index.js index e10d8ca..32c7978 100644 --- a/index.js +++ b/index.js @@ -12,6 +12,7 @@ import XyTable from "./commontable/xyTable.vue"; import YsTable from "./commontable/ysTable.vue"; import Tablepagination from "./commontable/tablepagination.vue"; import Tabletabs from "./commontable/tabletabs.vue"; +import Configuration from "./commontable/configuration/index.vue"; const componentarr = [ appTitle, @@ -27,7 +28,8 @@ const componentarr = [ XyTable, YsTable, Tablepagination, - Tabletabs + Tabletabs, + Configuration ]; const install = function (Vue) { diff --git a/package.json b/package.json index 81ae564..44bad15 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "erp-element-ui", - "version": "1.0.19", + "version": "1.0.21", "description": "", "main": "index.js", "scripts": {