This commit is contained in:
ln1778 2024-05-07 14:41:13 +08:00
parent 2fd1956d75
commit 1381a6d478
3 changed files with 6 additions and 2 deletions

View File

@ -40,7 +40,9 @@ import ButtonGrop from "./buttongrop";
import QC from "./qc.vue"; import QC from "./qc.vue";
import RefExp from "./refexp"; import RefExp from "./refexp";
import SetUp from "./setup"; import SetUp from "./setup";
export default { export default {
name: "erpConfiguration",
components: { ButtonGrop, QC, RefExp, SetUp }, components: { ButtonGrop, QC, RefExp, SetUp },
props: [ props: [
"buttonlist", "buttonlist",

View File

@ -12,6 +12,7 @@ import XyTable from "./commontable/xyTable.vue";
import YsTable from "./commontable/ysTable.vue"; import YsTable from "./commontable/ysTable.vue";
import Tablepagination from "./commontable/tablepagination.vue"; import Tablepagination from "./commontable/tablepagination.vue";
import Tabletabs from "./commontable/tabletabs.vue"; import Tabletabs from "./commontable/tabletabs.vue";
import Configuration from "./commontable/configuration/index.vue";
const componentarr = [ const componentarr = [
appTitle, appTitle,
@ -27,7 +28,8 @@ const componentarr = [
XyTable, XyTable,
YsTable, YsTable,
Tablepagination, Tablepagination,
Tabletabs Tabletabs,
Configuration
]; ];
const install = function (Vue) { const install = function (Vue) {

View File

@ -1,6 +1,6 @@
{ {
"name": "erp-element-ui", "name": "erp-element-ui",
"version": "1.0.19", "version": "1.0.21",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {