diff --git a/jero-web/src/components/processForm/index.vue b/jero-web/src/components/processForm/index.vue new file mode 100644 index 000000000..ec452515d --- /dev/null +++ b/jero-web/src/components/processForm/index.vue @@ -0,0 +1,318 @@ + + + + + + {{title}} + + + + {{$t('terminationProcess')}} + + {{$t('preservation')}} + + {{$t('issue')}} + + {{$t('submit')}} + + + + + + + + {{val}} + + + + + {{ol.name}} + + + {{ol.value ? ol.value : '--'}} + + + + + + + {{ol.name}} + + + {{ol.value ? ol.value : '--'}} + + + + + + + + + + + {{$t('complianceReview')}} + + + + + + + {{$t('accord')}} + + + {{$t('nonConformity')}} + + + {{$t('Tracked')}} + + + {{$t('notInvolved')}} + + + + + + + + + + + + + + + + + + + + + {{$t('approvalHistory')}} + + + + + + + + + + + + + diff --git a/jero-web/src/views/documentManage/process/detail.vue b/jero-web/src/views/documentManage/process/detail.vue new file mode 100644 index 000000000..2e3aa6369 --- /dev/null +++ b/jero-web/src/views/documentManage/process/detail.vue @@ -0,0 +1,91 @@ + + + + + + + + + + \ No newline at end of file diff --git a/jero-web/src/views/documentManage/process/index.vue b/jero-web/src/views/documentManage/process/index.vue new file mode 100644 index 000000000..cf162e325 --- /dev/null +++ b/jero-web/src/views/documentManage/process/index.vue @@ -0,0 +1,32 @@ + + + 测试表单 + + + + + + + \ No newline at end of file