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 @@

- {{ this.$store.state.user.agencyName }} + {{ this.$store.state.user.agencyName }} {{ this.$store.state.user.agencyName.slice(0, 2) }}

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 @@ + + + \ 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 @@ + + + + + + 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