diff --git a/src/assets/scss/pages/caiji.scss b/src/assets/scss/pages/caiji.scss index 5b9e9d6d..f886d62c 100644 --- a/src/assets/scss/pages/caiji.scss +++ b/src/assets/scss/pages/caiji.scss @@ -99,7 +99,7 @@ font-family: Source Han Serif SC; font-weight: 400; color: #333333; - line-height: 30px; + text-align: left; .content_long{ @@ -108,9 +108,16 @@ align-items: flex-start; .content_title{ - flex:0 0 85px; + min-width: 85px; + // flex:0 0 85px; + flex-shrink: 0; + text-align: right; } } + + .marginT10{ + margin-top:10px; + } } .main { diff --git a/src/views/modules/base/epidemic/natFocus/natFocusList.vue b/src/views/modules/base/epidemic/natFocus/natFocusList.vue index 011cbc1b..c8215e63 100644 --- a/src/views/modules/base/epidemic/natFocus/natFocusList.vue +++ b/src/views/modules/base/epidemic/natFocus/natFocusList.vue @@ -316,7 +316,7 @@ { this.$refs.ref_form_edit.initForm('edit', row) }) }, handleDetail (row) { + this.editFormTitle = "查看核酸检测关注名单" this.editFormShow = true this.$nextTick(() => { this.$refs.ref_form_edit.initForm('detail', row) diff --git a/src/views/modules/base/epidemic/veroFocus/veroFocusList.vue b/src/views/modules/base/epidemic/veroFocus/veroFocusList.vue index 20341268..4c65d7c9 100644 --- a/src/views/modules/base/epidemic/veroFocus/veroFocusList.vue +++ b/src/views/modules/base/epidemic/veroFocus/veroFocusList.vue @@ -317,7 +317,7 @@ { this.$refs.ref_form_edit.initForm('edit', row) @@ -679,6 +681,7 @@ export default { }, handleDetail (row) { + this.editFormTitle = "查看疫苗接种关注名单" this.editFormShow = true this.$nextTick(() => { this.$refs.ref_form_edit.initForm('detail', row) diff --git a/src/views/modules/visual/heart/index.vue b/src/views/modules/visual/heart/index.vue index 5c92b69c..9e7d4177 100644 --- a/src/views/modules/visual/heart/index.vue +++ b/src/views/modules/visual/heart/index.vue @@ -104,7 +104,7 @@ export default { }, { align: "center", - width: "30", + width: "30%", }, ], header: ["序号", "网格名称", "活力值"], @@ -131,7 +131,7 @@ export default { }, { align: "center", - width: "20", + width: "20%", }, ], header: ["序号", "党员姓名", "所属网格", "积分总数"], @@ -158,7 +158,7 @@ export default { }, { align: "center", - width: "20", + width: "20%", }, ], header: ["序号", "居民姓名", "所属网格", "积分总数"], diff --git a/src/views/pages/caijisuccess.vue b/src/views/pages/caijisuccess.vue index 469047a9..3d5a82ca 100644 --- a/src/views/pages/caijisuccess.vue +++ b/src/views/pages/caijisuccess.vue @@ -9,32 +9,33 @@
提交成功
请截图保存,方便核验人员查看
-
+
所属社区:
{{formData.shequName}}
-
+
所属房屋:
-
{{formData.address}}
+ +
所属房屋:所属房屋:所属房屋:所属房屋:
-
- 房主姓名: - {{formData.houseHolderName}} +
+
房主姓名:
+
{{formData.houseHolderName}}
-
- 成员{{index+1}}: - {{item.name}} +
+
成员{{index+1}}:
+
{{item.name}}
-
- 身份证号: - {{item.idNum}} +
+
身份证号:
+
{{item.idNum}}
-
- 手机号: - {{item.mobile}} +
+
手机号:
+
{{item.mobile}}
@@ -75,37 +76,36 @@ export default { let query = this.$route.query this.formData = query.formData - // this.formData = { - // address: "金玉良缘1花好月圆1单元3123123", - // buildId: "1494482424728395778", - // buildName: "花好月圆", - // customerId: "45687aa479955f9d06204d415238f7cc", - // homeId: "other", - // homeName: "3123123", - // houseHolderName: "张三", - // houseType: "1", - // memberList: [ - // { - // customerId: "45687aa479955f9d06204d415238f7cc", - // domicilePlace: "23123", - // heSuanCount: "2", - // idNum: "312312", - // mobile: "15111111111", - // name: "张三", - // }, - // { - // customerId: "45687aa479955f9d06204d415238f7cc", - // domicilePlace: "123123", - // heSuanCount: null, - // idNum: "王二麻", - // mobile: "3123123123", - // name: "李四", - // } - // ] - - - - // } + this.formData = { + shequName: '清江路社区', + address: "金玉良缘1花好月圆1单元3123123金玉良缘1花好月圆1单元3123123", + buildId: "1494482424728395778", + buildName: "花好月圆", + customerId: "45687aa479955f9d06204d415238f7cc", + homeId: "other", + homeName: "3123123", + houseHolderName: "张三", + houseType: "1", + memberList: [ + { + customerId: "45687aa479955f9d06204d415238f7cc", + domicilePlace: "23123", + heSuanCount: "2", + idNum: "312312", + mobile: "15111111111", + name: "张三", + }, + { + customerId: "45687aa479955f9d06204d415238f7cc", + domicilePlace: "123123", + heSuanCount: null, + idNum: "王二麻", + mobile: "3123123123", + name: "李四", + } + ] + + } console.log(this.formData) },