diff --git a/src/saas/AppGridManagement/Organization.vue b/src/saas/AppGridManagement/Organization.vue
index 43b8644c..51ffae47 100644
--- a/src/saas/AppGridManagement/Organization.vue
+++ b/src/saas/AppGridManagement/Organization.vue
@@ -41,7 +41,7 @@ export default {
props: ['params'],
onShow() {
document.title = '网格管理'
-
+ this.getGirdUserList()
},
mounted() {
this.userGird = this.params
diff --git a/src/saas/AppInterview/AppInterview.vue b/src/saas/AppInterview/AppInterview.vue
index d381c86e..5866be87 100644
--- a/src/saas/AppInterview/AppInterview.vue
+++ b/src/saas/AppInterview/AppInterview.vue
@@ -25,9 +25,14 @@
-
+
+
+
+

+
您还未添加过事务记录
点击新增按钮试试吧
@@ -125,12 +130,13 @@ export default {
margin-top: 140px;
text-align: center;
color: #888;
- font-size: 30px;
+ font-size: 28px;
- b {
- font-size: 32px;
+ b{
+ font-size: 28px;
color: $uni-color-primary;
padding: 0 8px;
+ font-weight: 400;
}
image {
@@ -221,5 +227,23 @@ export default {
box-sizing: border-box;
}
}
+ .empty{
+ height: 100%;
+ img{
+ width: 282px;
+ height: 306px;
+ margin: 168px 0 0 234px;
+ }
+ p{
+ text-align: center;
+ font-size: 28px;
+ font-family: PingFangSC-Regular, PingFang SC;
+ color: #999;
+ line-height: 44px;
+ span{
+ color: #467DFE;
+ }
+ }
+ }
}
diff --git a/src/saas/AppWalkask/AppWalkask.vue b/src/saas/AppWalkask/AppWalkask.vue
index 8eb82edb..8eb2c43c 100644
--- a/src/saas/AppWalkask/AppWalkask.vue
+++ b/src/saas/AppWalkask/AppWalkask.vue
@@ -39,7 +39,7 @@
-
+
+
+

+
您还未添加过走访慰问
点击新增按钮试试吧
@@ -320,7 +324,7 @@ uni-page-body {
text-align: center;
color: #b7b7b7;
margin-top: 10px;
- font-weight: 800;
+ font-size: 28px;
.toAdds {
color: #467dfe;
@@ -346,5 +350,23 @@ uni-page-body {
bottom: 106px;
z-index: 9;
}
+ .empty{
+ height: 100%;
+ img{
+ width: 282px;
+ height: 306px;
+ margin: 168px 0 0 234px;
+ }
+ p{
+ text-align: center;
+ font-size: 28px;
+ font-family: PingFangSC-Regular, PingFang SC;
+ color: #999;
+ line-height: 44px;
+ span{
+ color: #467DFE;
+ }
+ }
+ }
}