333
This commit is contained in:
parent
2fd1956d75
commit
1381a6d478
|
@ -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",
|
||||
|
|
4
index.js
4
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) {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "erp-element-ui",
|
||||
"version": "1.0.19",
|
||||
"version": "1.0.21",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue