feat: workflow template properties (#70)
* feat: add i18n * refactor/feat: workflow attributes type * refactor: workflow => gray stat card * refactor: select menu with search => separator * feat: workflow => workflow step properties * fix: workflow type * fix: dialog properties component => model data * fix: form flow => prevent toggle expansion with keyboard * refactor: workflow step data & change status * fix: form flow properties btn * refactor: side menu => hide sub index * feat: workflow => avatar & status on table * refactor: workflow => drawer id and dialog id * feat: workflow => card * fix: agencies => format address
This commit is contained in:
parent
8a2a010776
commit
42e2f2b21d
12 changed files with 1257 additions and 225 deletions
|
|
@ -123,6 +123,7 @@ export default {
|
|||
agencies: 'หน่วยงาน',
|
||||
form: 'แบบฟอร์ม',
|
||||
designForm: 'ออกแบบฟอร์ม',
|
||||
properties: 'คุณสมบัติ',
|
||||
},
|
||||
|
||||
menu: {
|
||||
|
|
@ -811,6 +812,8 @@ export default {
|
|||
step: 'ขั้นตอน',
|
||||
stepNo: 'ขั้นตอนที่ {msg}',
|
||||
responsiblePerson: 'ผู้รับผิดชอบ',
|
||||
customer: 'ลูกค้า',
|
||||
officer: 'เจ้าหน้าที่',
|
||||
},
|
||||
|
||||
agencies: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue