333
This commit is contained in:
parent
2fd1956d75
commit
1381a6d478
|
@ -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",
|
||||||
|
|
4
index.js
4
index.js
|
@ -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) {
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Reference in New Issue