feat: add action dialog
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 9s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 9s
This commit is contained in:
parent
3b57812678
commit
a856436095
4 changed files with 230 additions and 1 deletions
|
|
@ -915,6 +915,10 @@ export default {
|
|||
|
||||
salesRepresentative: 'Sales Representative',
|
||||
ref: 'Reference',
|
||||
action: {
|
||||
title: 'Action',
|
||||
configure: 'Configure',
|
||||
},
|
||||
status: {
|
||||
work: {
|
||||
Pending: 'Await for order',
|
||||
|
|
|
|||
|
|
@ -904,6 +904,10 @@ export default {
|
|||
noWorkflowTemplate: 'คุณไม่ได้เลือกแม่แบบขั้นตอนการทำงาน',
|
||||
salesRepresentative: 'พนักงานขาย',
|
||||
ref: 'อ้างอิง',
|
||||
action: {
|
||||
title: 'จัดการ',
|
||||
configure: 'กำหนดค่า',
|
||||
},
|
||||
status: {
|
||||
work: {
|
||||
Pending: 'รอสั่งงาน',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue