Commit 347455e8 by liangzhen

暂存

1 parent faac7d93
......@@ -26,7 +26,7 @@
<div class="left flex-column">
<p class="tableTitle">
检查内容
<i class="el-icon-full-screen" @click="dialogFullScreen = !dialogFullScreen"></i>
</p>
<el-tabs v-model="activeName" @tab-click="handleClick">
<el-tab-pane
......@@ -69,7 +69,7 @@
</el-tabs>
</div>
<div class="right flex-column">
<p class="tableTitle">检查项</p>
<p class="tableTitle">检查项 <i class="el-icon-full-screen" @click="dialogFullScreen = !dialogFullScreen"></i></p>
<div :class="dialogFullScreen ? 'rightscollBig' : 'rightscoll'">
<div class="rightContent" v-for="item in questionList" :key="item.questionId">
<h3>{{ item.questionId }}.{{ item.quesCheckItem }}</h3>
......@@ -871,6 +871,7 @@ export default {
padding-top: 5px;
padding-bottom: 0;
min-height: 0;
height: 100%;
.top {
width: 70%;
margin: 0 auto;
......@@ -976,6 +977,10 @@ export default {
font-weight: 600;
font-size: 15px;
margin: 0;
display: flex;
justify-content: space-between;
align-items: center;
padding-right: 20px;
}
.rightContent {
......
......@@ -11,11 +11,11 @@
:value="item"
/>
</el-select>
<!-- 评估形式:
评估形式:
<el-checkbox-group v-model="ruleForm.type" class="inputnf">
<el-checkbox label="0">自查</el-checkbox>
<el-checkbox label="1">互查</el-checkbox>
</el-checkbox-group> -->
</el-checkbox-group>
</div>
<div class="pc child">
<div class="left">
......@@ -133,40 +133,40 @@ export default {
let res = await projectInfoSy(params);
// this.info = res.data;
if(this.ruleForm.batchYear==2024){
this.info={
"pcFqCount": 0,
"proWscCount": 0,
"proDpgCount": 0,
"proYzgCount": 0,
"proXzgCount": 0,
"proYgdCount": 53,
"quesZgwcCount":112,
"pcWcCount": 3,
"quesCount": 112,
"quesWzgCount": 0,
"pcCount": 3,
"proCount": 53,
"quesZgbhgCount": 0
}
}else{
this.info={
"pcFqCount": 0,
"proWscCount": 0,
"proDpgCount": 0,
"proYzgCount": 0,
"proXzgCount": 0,
"proYgdCount": 0,
"quesZgwcCount": 0,
"pcWcCount": 0,
"quesCount": 0,
"quesWzgCount": 0,
"pcCount": 0,
"proCount": 0,
"quesZgbhgCount": 0
}
}
this.info = res.data;
// if(this.ruleForm.batchYear==2024){
// this.info={
// "pcFqCount": 0,
// "proWscCount": 0,
// "proDpgCount": 0,
// "proYzgCount": 0,
// "proXzgCount": 0,
// "proYgdCount": 53,
// "quesZgwcCount":112,
// "pcWcCount": 3,
// "quesCount": 112,
// "quesWzgCount": 0,
// "pcCount": 3,
// "proCount": 53,
// "quesZgbhgCount": 0
// }
// }else{
// this.info={
// "pcFqCount": 0,
// "proWscCount": 0,
// "proDpgCount": 0,
// "proYzgCount": 0,
// "proXzgCount": 0,
// "proYgdCount": 0,
// "quesZgwcCount": 0,
// "pcWcCount": 0,
// "quesCount": 0,
// "quesWzgCount": 0,
// "pcCount": 0,
// "proCount": 0,
// "quesZgbhgCount": 0
// }
// }
},
},
};
......
......@@ -26,7 +26,7 @@
<div class="left flex-column">
<p class="tableTitle">
检查内容
<i class="el-icon-full-screen" @click="dialogFullScreen = !dialogFullScreen"></i>
</p>
<el-tabs v-model="activeName" @tab-click="handleClick">
<el-tab-pane
......@@ -69,7 +69,7 @@
</el-tabs>
</div>
<div class="right flex-column">
<p class="tableTitle">检查项</p>
<p class="tableTitle">检查项 <i class="el-icon-full-screen" @click="dialogFullScreen = !dialogFullScreen"></i></p>
<div :class="dialogFullScreen ? 'rightscollBig' : 'rightscoll'">
<div class="rightContent" v-for="item in questionList" :key="item.questionId">
<h3>{{ item.questionId }}.{{ item.quesCheckItem }}</h3>
......@@ -873,6 +873,7 @@ export default {
padding-top: 5px;
padding-bottom: 0;
min-height: 0;
height: 100%;
.top {
width: 70%;
margin: 0 auto;
......@@ -978,6 +979,11 @@ export default {
font-weight: 600;
font-size: 15px;
margin: 0;
display: flex;
justify-content: space-between;
align-items: center;
padding-right: 20px;
}
.rightContent {
......
......@@ -212,7 +212,8 @@ export default {
<style lang="scss" scoped>
.layout {
width: 100%;
height: calc(100vh - 100px);
// height: calc(100vh - 50px);
height: 100%;
position: relative;
background: #fff;
display: flex;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!