洋浦中学 工作台项目阶段代码提交

init
gongdi 4 years ago
parent 0053d851b2
commit ce9033290e

@ -197,11 +197,11 @@
min-height: 2.5rem;
display: flex;
.info-left {
width: 20%;
width: 25%;
text-align: right;
}
.info-right {
width: 80%;
width: 75%;
text-align: left;
display: flex;
flex-direction: column;

@ -22,11 +22,13 @@
<div class="info-row-style">
<div class="info-left">结束时间</div>
<div class="info-right">
<div class="left-style">{{applyInfo.end_time}}</div>
<div class="right-style">
<div class="part-left">合计</div>
<div class="part-right">{{applyInfo.total_hours + '小时' + '('+applyInfo.total_days+'工作日'+')'}}</div>
</div>
{{applyInfo.end_time}}
</div>
</div>
<div class="info-row-style">
<div class="info-left">合计</div>
<div class="info-right">
{{applyInfo.total_hours + '小时' + '('+applyInfo.total_days+'工作日'+')'}}
</div>
</div>
<div class="info-row-style">
@ -110,11 +112,12 @@
}], (result) => {
let res = result[0].data;
if (res.code === 2000) {
let dataBox = res.data;
if(dataBox.run){
this.applyInfo = dataBox.run;
this.fileList = JSON.parse(dataBox.run.attachment_json);
if(dataBox.run.attachment_json !== ""){
this.fileList = JSON.parse(dataBox.run.attachment_json);
}
}
let typeId = dataBox.run.type_id;
this.typeStr = this.getTypeStr(typeId);
@ -130,7 +133,6 @@
})
},
getTypeStr:function (typeId) {
console.log(typeId)
let str = "";
switch (typeId){
case 1:

@ -200,6 +200,11 @@
}
}
}
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE 10+ */
::-webkit-scrollbar {
display: none; /* Chrome Safari */
}
}
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE 10+ */

@ -90,7 +90,7 @@
}
.school-calendar-content-style{
width: 100%;
height: 350px;
/*min-height: 350px;*/
margin-top: 10px;
/deep/ .ant-tabs-bar{
display: none !important;

@ -91,7 +91,7 @@
}
.school-calendar-content-style{
width: 100%;
height: 350px;
/* height: 350px;*/
margin-top: 10px;
/deep/ .ant-tabs-bar{
display: none !important;

@ -17,7 +17,7 @@
</script>
<style scoped lang="scss">
.party-center-team-building-style {
width: 605px;
width: 605px !important;
height: 400px !important;
}
</style>

@ -17,7 +17,7 @@
</script>
<style scoped lang="scss">
.party-center-team-help-style {
width: 605px;
width: 605px !important;
height: 400px !important;
}
</style>
Loading…
Cancel
Save