feat: 🚀 lv1&2|3&spu
This commit is contained in:
29
src/components.d.ts
vendored
29
src/components.d.ts
vendored
@@ -7,14 +7,6 @@ export {}
|
||||
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
403: typeof import("./components/ErrorMessage/403.vue")["default"]
|
||||
404: typeof import("./components/ErrorMessage/404.vue")["default"]
|
||||
500: typeof import("./components/ErrorMessage/500.vue")["default"]
|
||||
Add: typeof import("./components/DetailsBtns/components/Add.vue")["default"]
|
||||
ColSetting: typeof import("./components/ProTable/components/ColSetting.vue")["default"]
|
||||
Del: typeof import("./components/ListBtns/components/Del.vue")["default"]
|
||||
DetailsBtns: typeof import("./components/DetailsBtns/index.vue")["default"]
|
||||
DetailsSearch: typeof import("./components/DetailsSearch/index.vue")["default"]
|
||||
ElAside: typeof import('element-plus/es')['ElAside']
|
||||
ElAutocomplete: typeof import('element-plus/es')['ElAutocomplete']
|
||||
ElBreadcrumb: typeof import('element-plus/es')['ElBreadcrumb']
|
||||
@@ -47,11 +39,6 @@ declare module 'vue' {
|
||||
ElTabs: typeof import('element-plus/es')['ElTabs']
|
||||
ElTag: typeof import('element-plus/es')['ElTag']
|
||||
ElTooltip: typeof import('element-plus/es')['ElTooltip']
|
||||
Export: typeof import("./components/ListBtns/components/Export.vue")["default"]
|
||||
ExprotSelect: typeof import("./components/ListBtns/components/ExprotSelect.vue")["default"]
|
||||
Generate: typeof import("./components/DetailsBtns/components/Generate.vue")["default"]
|
||||
Grid: typeof import("./components/Grid/index.vue")["default"]
|
||||
GridItem: typeof import("./components/Grid/components/GridItem.vue")["default"]
|
||||
IEpArrowDown: typeof import('~icons/ep/arrow-down')['default']
|
||||
IEpCircleClose: typeof import('~icons/ep/circle-close')['default']
|
||||
IEpFolderDelete: typeof import('~icons/ep/folder-delete')['default']
|
||||
@@ -60,23 +47,7 @@ declare module 'vue' {
|
||||
IEpRemove: typeof import('~icons/ep/remove')['default']
|
||||
IEpSearch: typeof import('~icons/ep/search')['default']
|
||||
IEpSwitchButton: typeof import('~icons/ep/switch-button')['default']
|
||||
ImportExcel: typeof import("./components/ImportExcel/index.vue")["default"]
|
||||
ListBtns: typeof import('./components/ListBtns/index.vue')['default']
|
||||
ListResultDig: typeof import("./components/ListResultDig/index.vue")["default"]
|
||||
Loading: typeof import("./components/Loading/index.vue")["default"]
|
||||
Merge: typeof import("./components/ListBtns/components/Merge.vue")["default"]
|
||||
NoToVoid: typeof import("./components/ListBtns/components/noToVoid.vue")["default"]
|
||||
Pagination: typeof import("./components/ProTable/components/Pagination.vue")["default"]
|
||||
Print: typeof import("./components/DetailsBtns/components/Print.vue")["default"]
|
||||
ProTable: typeof import("./components/ProTable/index.vue")["default"]
|
||||
Refresh: typeof import("./components/ListBtns/components/Refresh.vue")["default"]
|
||||
Retransmission: typeof import("./components/ListBtns/components/Retransmission.vue")["default"]
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
Search: typeof import("./components/Search/index.vue")["default"]
|
||||
Submit: typeof import("./components/DetailsBtns/components/Submit.vue")["default"]
|
||||
Switch: typeof import("./components/DetailsBtns/components/Switch.vue")["default"]
|
||||
TableColumn: typeof import("./components/ProTable/components/TableColumn.vue")["default"]
|
||||
ToVoid: typeof import("./components/ListBtns/components/ToVoid.vue")["default"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -57,31 +57,31 @@ export const COLUMNS = [
|
||||
{
|
||||
align: "left",
|
||||
label: "库存量",
|
||||
prop: "beforeQty"
|
||||
// width: "120"
|
||||
prop: "beforeQty",
|
||||
width: "240"
|
||||
},
|
||||
{
|
||||
align: "left",
|
||||
label: "1级分类",
|
||||
prop: "lv1"
|
||||
// width: "120"
|
||||
prop: "fProductLines1FName",
|
||||
width: "180"
|
||||
},
|
||||
{
|
||||
align: "left",
|
||||
label: "2级分类",
|
||||
prop: "lv2"
|
||||
// width: "120"
|
||||
prop: "fProductCATs1FName",
|
||||
width: "180"
|
||||
},
|
||||
{
|
||||
align: "left",
|
||||
label: "3级分类",
|
||||
prop: "lv3"
|
||||
// width: "120"
|
||||
prop: "fMaterialGroupFName",
|
||||
width: "180"
|
||||
},
|
||||
{
|
||||
align: "left",
|
||||
label: "SPU",
|
||||
prop: "SPU"
|
||||
// width: "120"
|
||||
prop: "f_Product",
|
||||
width: "240"
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user