diff --git a/jero-web/src/views/phoneView/documentDetails.vue b/jero-web/src/views/phoneView/documentDetails.vue
index f3574576d..8bd0c5a95 100644
--- a/jero-web/src/views/phoneView/documentDetails.vue
+++ b/jero-web/src/views/phoneView/documentDetails.vue
@@ -9,11 +9,11 @@
@@ -67,6 +67,9 @@
+
+ {{textLoading}}
+
@@ -85,12 +88,14 @@
getPage: '/document/phasedImplementationDetailsEO/page',
getMenuList: 'document/bussDocumentLibraryEO/getMenuList'
},
+ show:false,
serial_number: '',
detailList: [],
loading: false,
finished: false,
pageNo: 0,
- dataGrad: []
+ dataGrad: [],
+ textLoading:this.$t('loading')
}
},
@@ -106,6 +111,7 @@
this.$router.go(-1)
},
getTitle(callback) {
+ this.show = true
let _id = this.$route.query.id || '93280f73b02148e3b34f1655fe3a6ade'
getAction(this.url.getTitle, { id: _id }).then((res) => {
if (res.success) {
@@ -121,6 +127,7 @@
getAction(this.url.getInfo, { id: _id }).then((res) => {
if (res.success) {
this.detailList = res.result
+ this.show = false
} else {
this.detailList = []
}
@@ -291,7 +298,7 @@
margin-left: 0.3rem;
font-size: 0.38rem;
font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
+ font-weight: 500;
color: #040B29;
word-break: break-all;
}
@@ -364,4 +371,23 @@
color: #41475E;
word-break: break-all;
}
+
+ ::v-deep .van-loading {
+ color: #fff;
+ font-size: 0.36rem;
+ }
+
+ ::v-deep .van-loading__text {
+ color: #fff;
+ font-size: 0.46rem;
+ }
+
+ ::v-deep .van-overlay {
+ z-index: 1001;
+ text-align: center;
+ line-height: 30;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ }
\ No newline at end of file
diff --git a/jero-web/src/views/phoneView/processManagement.vue b/jero-web/src/views/phoneView/processManagement.vue
index ccddce2e5..ac67c6f4a 100644
--- a/jero-web/src/views/phoneView/processManagement.vue
+++ b/jero-web/src/views/phoneView/processManagement.vue
@@ -162,7 +162,7 @@
accept="*"
:after-read="upload"
class="uploader-button">
- 上传
+ {{$t('upload1')}}
@@ -178,7 +178,7 @@
round
block
type="info"
- native-type="submit">提交
+ native-type="submit">{{$t('submit')}}
@@ -541,7 +541,7 @@
.content-box-type-text-one {
font-size: 0.38rem;
font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
+ font-weight: 500;
color: #01A0AC;
margin-bottom: 0.4rem;
word-break: break-all;
@@ -551,7 +551,7 @@
display: inline-block;
font-size: 0.38rem;
font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
+ font-weight: 500;
color: #040B29;
word-break: break-all;
}
@@ -561,7 +561,7 @@
margin-left: 0.3rem;
font-size: 0.38rem;
font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 400;
+ font-weight: 500;
color: #040B29;
word-break: break-all;
}
@@ -630,7 +630,7 @@
.van-desgin {
font-size: 0.38rem;
font-family: PingFang SC-Regular, PingFang SC;
- font-weight: 500;
+ font-weight: 400;
color: #41475E;
margin-top: 0.3rem;
word-break: break-all;