+
@@ -174,7 +174,7 @@
- 申请人
+ 工程师
{{ item.creatorName }}
@@ -182,9 +182,9 @@
- 申请时间
+ 下达时间
- {{ item.createTime }}
+ {{ item.submitTime }}
@@ -261,7 +261,7 @@
{{ currentApply.projectNo || '-' }}
{{ currentApply.productType || '-' }}
{{ currentApply.expectedFinishDate || '-' }}
- {{ currentApply.creatorName }}
+ {{ currentApply.creatorName }}
diff --git a/src/views/modules/erf/triConfirm.vue b/src/views/modules/erf/triConfirm.vue
index 59b69cc..f5ab62d 100644
--- a/src/views/modules/erf/triConfirm.vue
+++ b/src/views/modules/erf/triConfirm.vue
@@ -643,7 +643,6 @@ export default {
background: white;
border-radius: 4px;
padding: 12px;
- border: 1px solid #EBEEF5;
transition: all 0.3s ease;
cursor: pointer;
position: relative;