-
{{item.rotaName}}
-
-
-
- {{person.staff_name}}
-
-
-
{{'<' + person.position + '>'}}
-
{{person.telephone}}
+
+
+
{{item.rotaName}}
+
+
+
+ {{person.staff_name}}
+
+
+
{{'<' + person.position + '>'}}
+
{{person.telephone}}
+
-
-
+
@@ -55,10 +57,11 @@
import a from '../../../assets/images/dutyMember/duty1.png';
import {Spin, Empty} from 'ant-design-vue';
import ImgPreview from '../../../common/imgPreview.vue'
- export default{
- data(){
+
+ export default {
+ data() {
return {
- listScroll:this.StaticParams.scrollOption,
+ listScroll: this.StaticParams.scrollOption,
showData: false,
spinning: false,
weekList: [
@@ -162,7 +165,7 @@
dutyList: [],
}
},
- mounted(){
+ mounted() {
this.getDataexReport();
},
methods: {
@@ -188,16 +191,17 @@
if (result[0].data.success) {
let dataList = JSON.parse(result[0].data.result);
this.dutyList.push(...this.buildJsonList(dataList));
- console.log("this.dutyList:",this.dutyList)
+ // console.log("this.dutyList:", this.dutyList)
+ // console.log('json', JSON.parse(this.dutyList[0].dutyList[0].id_photo_json))
}
})
},
- getImgObj:function (obj) {
- console.log("obj:",obj)
+ getImgObj: function (obj) {
+ // console.log("obj:", obj)
let json = obj.id_photo_json;
- if(json && json !== ""){
+ if (json && json !== "") {
return JSON.parse(json)
- }else {
+ } else {
return {}
}
// return JSON.parse(json);
@@ -254,7 +258,7 @@
display: flex;
flex-direction: column;
margin-top: 5px;
- /deep/ .ant-spin-container{
+ /deep/ .ant-spin-container {
width: 100%;
height: 100%;
.week-content-style {
@@ -274,7 +278,7 @@
text-align: center;
}
}
- .content-list-box-style{
+ .content-list-box-style {
width: 100%;
height: 175px;
padding: 2px 0;
@@ -333,7 +337,7 @@
}
}
}
- .no-data-content-style{
+ .no-data-content-style {
width: 100%;
height: calc(100% - 50px);
padding: 2px 0;
diff --git a/src/views/screenAdaptation/pages/adminCenter/mainCenter/meetingDynamic.vue b/src/views/screenAdaptation/pages/adminCenter/mainCenter/meetingDynamic.vue
index f02ad01..0af0c18 100644
--- a/src/views/screenAdaptation/pages/adminCenter/mainCenter/meetingDynamic.vue
+++ b/src/views/screenAdaptation/pages/adminCenter/mainCenter/meetingDynamic.vue
@@ -24,8 +24,14 @@
{{item.theme}}
进行中
@@ -70,7 +76,8 @@
"query": {
"query_id": "query_xingzheng_huiyi",
"query_param": [
- this.BaseConfig.person_info_my.bureau_id + ""
+ // this.BaseConfig.person_info_my.bureau_id + ""
+ "900008135"
]
},
"query_cache": 0,
@@ -83,6 +90,7 @@
params: param,
method: "post",
}], (result) => {
+ console.log('会议动态', result)
this.showData = true;
this.spinning = false;
if (result[0].data.success) {
@@ -112,12 +120,23 @@
width: 100%;
height: 400px !important;
position: relative;
+ .meeting-dynamic-box-style {
+ width: 100%;
+ height: 100%;
+ .ant-spin-container{
+ overflow-x: hidden;
+ }
+ }
.meeting-dynamic-content-style {
width: 100%;
height: 360px !important;
display: flex;
flex-direction: column;
margin-top: 5px;
+ overflow-x: hidden !important;
+ /deep/ .__panel {
+ overflow-x: visible !important;
+ }
.item-row-style {
width: 100%;
height: 80px;
@@ -190,7 +209,8 @@
}
}
.content-right-style {
- width: calc(100% - 200px);
+ /*width: calc(100% - 200px);*/
+ width: 100%;
height: 70px;
transform: skewX(-20deg);
background-image: linear-gradient(#806f44, #40424d);
@@ -256,6 +276,23 @@
height: 35px;
line-height: 35px;
transform: skewX(20deg);
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ }
+ .info_text_person_names {
+ display: inline-block;
+ width: 270px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ }
+ .info_text_building_info {
+ display: inline-block;
+ width: 50px;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
}
}
.state-style {
diff --git a/src/views/screenAdaptation/pages/monitorCenter/schoolDaily/calendar/schoolCalendarFromNew.vue b/src/views/screenAdaptation/pages/monitorCenter/schoolDaily/calendar/schoolCalendarFromNew.vue
index 5080eff..49fbffa 100644
--- a/src/views/screenAdaptation/pages/monitorCenter/schoolDaily/calendar/schoolCalendarFromNew.vue
+++ b/src/views/screenAdaptation/pages/monitorCenter/schoolDaily/calendar/schoolCalendarFromNew.vue
@@ -19,7 +19,7 @@
地点
对象
-