diff --git a/jero-web/src/views/processCenter/components/engineeringConfirmation.vue b/jero-web/src/views/processCenter/components/engineeringConfirmation.vue
index 3028d1b80..34ffd4e5d 100644
--- a/jero-web/src/views/processCenter/components/engineeringConfirmation.vue
+++ b/jero-web/src/views/processCenter/components/engineeringConfirmation.vue
@@ -8,24 +8,24 @@
{{$t('deleteLib')}}
+
+ {{ $t('reminderHandling') }}
+
{{$t('dataLoading')}}
-
-
-
- {{$t('cancel')}}
-
-
-
-
- {{$t('reminder')}}
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -436,7 +441,7 @@
{
title: this.$t('operation'),
align: 'left',
- width: 160,
+ width: 190,
scopedSlots: { customRender: 'operation' }
}
],
@@ -722,7 +727,7 @@
_this.formInline.userId.splice(num, 1)
_this.formInline.userId = _this.formInline.userId.join(',')
_this.formInline = { ..._this.formInline }
- if (id){
+ if (id) {
deleteAction('/project/projectTaskInventoryDetailEO/delete', { id: id }).then((res) => {
if (res.success) {
_this.$message.success(_this.$t('OperationSuccessful'))
@@ -829,7 +834,7 @@
line-height: 80px;
.header-text {
- font-size: 16px;
+ font-size: 18px;
font-weight: 400;
color: #000F16;
}
@@ -960,4 +965,9 @@
line-height: 200px;
text-align: center;
}
+
+ .header-btn {
+ height: 38px;
+ margin-left: 16px;
+ }
\ No newline at end of file