feat: add action dialog
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 9s

This commit is contained in:
Methapon2001 2025-02-26 17:04:54 +07:00
parent 3b57812678
commit a856436095
4 changed files with 230 additions and 1 deletions

View file

@ -915,6 +915,10 @@ export default {
salesRepresentative: 'Sales Representative',
ref: 'Reference',
action: {
title: 'Action',
configure: 'Configure',
},
status: {
work: {
Pending: 'Await for order',

View file

@ -904,6 +904,10 @@ export default {
noWorkflowTemplate: 'คุณไม่ได้เลือกแม่แบบขั้นตอนการทำงาน',
salesRepresentative: 'พนักงานขาย',
ref: 'อ้างอิง',
action: {
title: 'จัดการ',
configure: 'กำหนดค่า',
},
status: {
work: {
Pending: 'รอสั่งงาน',