-
+
+
+
-
+
+
+
+
+
+
+
+
- นาย กอไก่ ขอไข่
- 10002
+
+ {{
+ `${optionStore.mapOption(person.namePrefix || '')} ${
+ $i18n.locale === 'eng'
+ ? person.firstNameEN
+ : person.firstName
+ } ${
+ $i18n.locale === 'eng'
+ ? person.lastNameEN
+ : person.lastName
+ }`
+ }}
+
+
+ {{ person.code }}
+
- กลุ่ม
+ {{ $t('general.group') }}
@@ -215,7 +393,7 @@ defineEmits<{
- กลุ่มคาโมมายด์
+ กลุ่มคาโมมายด์ (Mocking)
diff --git a/src/components/05_quotation/QuotationCard.vue b/src/components/05_quotation/QuotationCard.vue
index f53e1009..b622ead3 100644
--- a/src/components/05_quotation/QuotationCard.vue
+++ b/src/components/05_quotation/QuotationCard.vue
@@ -74,7 +74,6 @@ defineEmits<{
:idName="code"
status="ACTIVE"
hide-toggle
- use-link
use-upload
@view="$emit('view')"
@edit="$emit('edit')"
diff --git a/src/pages/04_flow-managment/MainPage.vue b/src/pages/04_flow-managment/MainPage.vue
index 37b29bba..51d64285 100644
--- a/src/pages/04_flow-managment/MainPage.vue
+++ b/src/pages/04_flow-managment/MainPage.vue
@@ -1,34 +1,104 @@
+
+
@@ -100,7 +170,6 @@ function triggerAddDialog() {
-
+
+
+
+
+
+ {{
+ v.label &&
+ $t(v.label, {
+ msg:
+ v.name === 'step'
+ ? $t('flow.step')
+ : v.name === 'name'
+ ? $t('flow.title')
+ : '',
+ })
+ }}
+
+
+
+
+
+
+ {{ props.rowIndex + 1 }}
+ {{ props.row.name }}
+ {{ props.row.step.length }}
+
+
+
+
+
+
+