diff --git a/src/views/modules/communityService/fuwujilu/addForm.vue b/src/views/modules/communityService/fuwujilu/addForm.vue index d3243c35c..71a5fe731 100644 --- a/src/views/modules/communityService/fuwujilu/addForm.vue +++ b/src/views/modules/communityService/fuwujilu/addForm.vue @@ -14,7 +14,7 @@ > -
+
企事业单位巡查详情
-
+
-
场所类型: {{ eventDetailData.placeTypeName }} @@ -31,12 +29,13 @@ 联系电话: {{ eventDetailData.mobile }}
-
场所区域: - {{ eventDetailData.agencyName+eventDetailData.gridName }} + {{ + eventDetailData.agencyName + eventDetailData.gridName + }}
场所地址: @@ -46,20 +45,18 @@ 负责人: {{ eventDetailData.personInCharge }}
-
-
- +
-
- 关闭 +
+ 关闭
@@ -72,47 +69,43 @@ import cptCard from "@/views/modules/visual/cpts/card"; import { requestPost } from "@/js/dai/request"; import record from "@/views/modules/shequzhili/tuceng/anquan/xuncha/cpts/record"; - export default { name: "dialogInfo", props: { enterpriseId: { type: String, - required: 'true' + required: "true", }, }, components: { cptCard, - record + record, }, - data () { + data() { return { loading: false, - pageType: 'dispose', + pageType: "dispose", eventDetailData: {}, enterpriseInfo: {}, // enterpriseId: '', - - }; }, - async mounted () { - this.loading = false + async mounted() { + this.loading = false; - await this.loadInfo() + await this.loadInfo(); - this.loading = true + this.loading = true; }, methods: { - async loadInfo () { - + async loadInfo() { const url = "/gov/org/enterprise/detail/" + this.enterpriseId; // const url = "http://yapi.elinkservice.cn/mock/245/gov/project/icEvent/detail"; @@ -120,28 +113,24 @@ export default { const { data, code, msg } = await requestPost(url); if (code === 0) { - this.eventDetailData = { ...data }; - } else { this.$message.error(msg); } }, - handleClose () { + handleClose() { this.pageType = ""; - this.$emit("handleClose") - + this.$emit("handleClose"); }, - handleOk () { + handleOk() { this.pageType = ""; - this.pageNo = 1 + this.pageNo = 1; }, - handleEditSuccess () { + handleEditSuccess() { this.handleClose(); - }, }, }; @@ -223,4 +212,24 @@ export default { .div_record { // padding-bottom: 30px; } + +/deep/ .el-table { + color: #ffffff; + border-color: rgba(#000, 0.1) !important; + + th { + background: rgba(8, 37, 134, 0.85) !important; + } + tr { + background: rgba(16, 75, 164, 0.85) !important; + + &:hover, + td { + background: rgba(16, 75, 164, 0.85) !important; + } + .el-button { + color: #e4dc00; + } + } +} diff --git a/src/views/modules/visual/command/index.vue b/src/views/modules/visual/command/index.vue index 60de244ed..1b2fa81c7 100644 --- a/src/views/modules/visual/command/index.vue +++ b/src/views/modules/visual/command/index.vue @@ -466,7 +466,9 @@ export default { ) { this.serviceDefaultData = { serviceOrgType: - info.placeType == "ic_user_volunteer" ? "" : info.placeType, + info.placeType == "volunteer" + ? "ic_user_volunteer" + : info.placeType, serviceOrgId: info.id, }; } else if (info.placeType == "grid") {