diff --git a/src/assets/scss/common.scss b/src/assets/scss/common.scss
index 03ec9ab7b..8ae8f3c06 100644
--- a/src/assets/scss/common.scss
+++ b/src/assets/scss/common.scss
@@ -300,7 +300,7 @@ img {
align-items: center;
padding: 5px 0 5px 16px;
margin: 0;
- width: 60%;
+ width: fit-content;
height: 100%;
font-size: 20px;
text-transform: uppercase;
diff --git a/src/assets/scss/modules/management/list-main.scss b/src/assets/scss/modules/management/list-main.scss
index 34df8a10b..26cde2db0 100644
--- a/src/assets/scss/modules/management/list-main.scss
+++ b/src/assets/scss/modules/management/list-main.scss
@@ -244,6 +244,9 @@
.f-right10 {
margin-right: 10px !important;
}
+.f-right16 {
+ margin-right: 16px !important;
+}
.f-margin30 {
margin: 30px;
}
diff --git a/src/views/main-navbar.vue b/src/views/main-navbar.vue
index d723b278f..a7103e11b 100644
--- a/src/views/main-navbar.vue
+++ b/src/views/main-navbar.vue
@@ -4,7 +4,7 @@
diff --git a/src/views/modules/satisfaction/communitySelfInsp/followList.vue b/src/views/modules/satisfaction/communitySelfInsp/followList.vue
new file mode 100644
index 000000000..5204c5e8d
--- /dev/null
+++ b/src/views/modules/satisfaction/communitySelfInsp/followList.vue
@@ -0,0 +1,287 @@
+
+
+
+
+
+
+
+
+
+ {{ scope.row.followUpTime }}
+
+
+
+
+
+
+
+ {{ scope.row.followUpWay == 1 ? '正常' : '异常' }}
+
+
+
+
+
+
+
+ {{ scope.row.riskFlag == 0 ? '无' : '有' }}
+
+
+
+
+
+ {{ scope.row.description }}
+
+
+
+
+
+ 保存
+ 取消
+
+
+
+ 修改
+
+
+ 删除
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/modules/satisfaction/communitySelfInsp/followUpDetail.vue b/src/views/modules/satisfaction/communitySelfInsp/followUpDetail.vue
new file mode 100644
index 000000000..9b3ef5734
--- /dev/null
+++ b/src/views/modules/satisfaction/communitySelfInsp/followUpDetail.vue
@@ -0,0 +1,202 @@
+
+
+
+
个人信息
+
+
+ 姓名:
+ {{ resiDetailObj.reporterName }}
+
+
+ 联系电话:
+ {{ resiDetailObj.reporterMobile }}
+
+
+
+
+ 在社区居住时间:
+ {{ resiDetailObj.resideDurationName }}
+
+
+
服务满意情况
+
+
+ 病有所医:
+
+
+
+
+
+
+
+
+
+ 不满意原因:
+
+
+
+
+
+ 病有所医:
+
+
+
+
+
+
+
+
+
+ 不满意原因:
+
+
+
+
+ 病有所医:
+
+
+
+
+
+
+
+
+
+ 不满意原因:
+
+
+
+
+ 病有所医:
+
+
+
+
+
+
+
+
+
+ 不满意原因:
+
+
+
+
+ 病有所医:
+
+
+
+
+
+
+
+
+
+ 不满意原因:
+
+
+
+
+ 病有所医:
+
+
+
+
+
+
+
+
+
+ 不满意原因:
+
+
+
+
+ 病有所医:
+
+
+
+
+
+
+
+
+
+ 不满意原因:
+
+
+
+
+ 病有所医:
+
+
+
+
+
+
+
+
+
+ 不满意原因:
+
+
+
+
+ 取消
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/satisfaction/communitySelfInsp/formList.vue b/src/views/modules/satisfaction/communitySelfInsp/formList.vue
index 639f7cea8..866b542f4 100644
--- a/src/views/modules/satisfaction/communitySelfInsp/formList.vue
+++ b/src/views/modules/satisfaction/communitySelfInsp/formList.vue
@@ -18,7 +18,9 @@
-
+ 查看
+ 回访记录
+
-
-
+
+
-
+
+
+
+
+
+
+
+
-
+
diff --git a/src/views/modules/satisfaction/satisfactionProvince/index.vue b/src/views/modules/satisfaction/satisfactionProvince/index.vue
new file mode 100644
index 000000000..e07cccf7d
--- /dev/null
+++ b/src/views/modules/satisfaction/satisfactionProvince/index.vue
@@ -0,0 +1,416 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+ 导入
+ 下载导入模板
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file