forked from PanJiaChen/vue-element-admin
-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Point of Sale Guide * Point of Sale Guide * complete point-of-sale quick guide * minimal change Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
- Loading branch information
1 parent
71a61f1
commit 831efe7
Showing
7 changed files
with
224 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,86 @@ | ||
import language from '@/lang' | ||
const steps = [ | ||
{ | ||
element: '#ProductValue', | ||
popover: { | ||
title: language.t('form.productInfo.codeProduct'), | ||
description: language.t('form.guideSteps.productValue.description'), | ||
position: 'bottom' | ||
} | ||
}, | ||
{ | ||
element: '#BusinessPartner', | ||
popover: { | ||
title: language.t('form.pos.order.BusinessPartnerCreate.businessPartner'), | ||
position: 'bottom' | ||
} | ||
}, | ||
{ | ||
element: '#linesOrder', | ||
popover: { | ||
title: language.t('form.guideSteps.linesTable.title'), | ||
position: 'top' | ||
} | ||
}, | ||
{ | ||
element: '#buttonPanelLeftPos', | ||
popover: { | ||
title: language.t('form.guideSteps.buttonPanelLeftPos.title'), | ||
position: 'right' | ||
} | ||
}, | ||
{ | ||
element: '#toolPoint', | ||
popover: { | ||
title: language.t('form.guideSteps.toolsPoint.title'), | ||
position: 'bottom' | ||
} | ||
}, | ||
{ | ||
element: '#point', | ||
popover: { | ||
title: language.t('form.pos.title'), | ||
position: 'right' | ||
} | ||
}, | ||
{ | ||
element: '#buttonPanelRightPos', | ||
popover: { | ||
title: language.t('form.guideSteps.buttonPanelRightPos.title'), | ||
position: 'left' | ||
} | ||
}, | ||
{ | ||
element: '#fieldListCollection', | ||
popover: { | ||
title: language.t('form.guideSteps.fieldListCollection.title'), | ||
position: 'left' | ||
}, | ||
panel: 'Collection' | ||
}, | ||
{ | ||
element: '#buttonCollection', | ||
popover: { | ||
title: language.t('form.guideSteps.buttonCollection.title'), | ||
position: 'left' | ||
}, | ||
panel: 'Collection' | ||
}, | ||
{ | ||
element: '#cardCollection', | ||
popover: { | ||
title: language.t('form.guideSteps.cardCollection.title'), | ||
position: 'left' | ||
}, | ||
panel: 'Collection' | ||
}, | ||
{ | ||
element: '#infoInvoce', | ||
popover: { | ||
title: language.t('form.guideSteps.infoInvoce.title'), | ||
position: 'top' | ||
}, | ||
panel: 'Collection' | ||
} | ||
] | ||
export default steps |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.