-
-
-
项目名称:{{ list.projectName }}
-
项目地点:{{ list.projectAddress}}
-
建筑面积:{{ list.projectAcreage}}
-
建设单位:{{ list.constructionUnit}}
-
监理单位:{{ list.supervisorUnit}}
-
设计单位:德国gmp建筑师事务所 (方案设计)
-
中国建筑第四工程局有限公司 (施工图设计)
-
总包单位:{{ list.bidWinner}}
-
+
+
+
项目名称:{{ list.projectName }}
+
项目地点:{{ list.projectAddress }}
+
建筑面积:{{ list.projectAcreage }}
+
建设单位:{{ list.constructionUnit }}
+
监理单位:{{ list.supervisorUnit }}
+
设计单位:德国gmp建筑师事务所 (方案设计)
+
+ 中国建筑第四工程局有限公司 (施工图设计)
+
+
总包单位:{{ list.bidWinner }}
+
@@ -21,28 +23,26 @@
import Card from '../components/Card'
import { listProjectInfo } from '@/assets/js/api/zhongjianFourth'
-
export default {
components: { Card },
data: () => ({
- list:{},
+ list: {}
}),
created() {
this.projectSn = this.$store.state.projectSn
},
- mounted(){
+ mounted() {
this.getList()
},
methods: {
/** 查询列表 */
getList() {
-
- listProjectInfo({ projectSn: this.projectSn }).then(res => {
- this.list = res.result;
- console.log('项目信息11111: ', this.list);
+ listProjectInfo({ projectSn: this.projectSn }).then((res) => {
+ this.list = res.result
+ console.log('项目信息11111: ', this.list)
})
- },
- },
+ }
+ }
}
@@ -82,7 +82,7 @@ export default {
.value {
width: 75%;
}
- div{
+ div {
margin: 14px 10px 0 0;
}
}
diff --git a/src/views/projectAdmin/fourEngin/command/leftThree.vue b/src/views/projectAdmin/fourEngin/command/leftThree.vue
index 5ecc63a0..533233e8 100644
--- a/src/views/projectAdmin/fourEngin/command/leftThree.vue
+++ b/src/views/projectAdmin/fourEngin/command/leftThree.vue
@@ -4,10 +4,12 @@
-

+
- {{ pollingData.constructionRatio || 0 }}
-
+ {{
+ pollingData.constructionRatio || 0
+ }}
+ %
@@ -17,7 +19,6 @@
{{ pollingData.constructionDay || 0 }}/
{{ pollingData.totalDuration || 0 }}
-->
-