中建四局数据天机
This commit is contained in:
parent
7131b2a8bc
commit
c7790a80c2
@ -51,12 +51,12 @@ export default new Vuex.Store({
|
||||
BASEURL: baseUrl
|
||||
? baseUrl
|
||||
: window.location.protocol + "//" + window.location.host + "/", //正式环境
|
||||
// UPLOADURL:
|
||||
// window.location.protocol +
|
||||
// "//" +
|
||||
// window.location.host +
|
||||
// "/upload/image", //正式环境
|
||||
// FILEURL: window.location.protocol + "//" + window.location.host + "/image/", //正式环境
|
||||
UPLOADURL:
|
||||
window.location.protocol +
|
||||
"//" +
|
||||
window.location.host +
|
||||
"/upload/image", //正式环境
|
||||
FILEURL: window.location.protocol + "//" + window.location.host + "/image/", //正式环境
|
||||
//---------------------------------------------------------------------------------------------
|
||||
// BASEURL: baseUrl
|
||||
// ? baseUrl
|
||||
@ -107,8 +107,8 @@ export default new Vuex.Store({
|
||||
// FILEURL: 'http://118.121.198.147:23232/image/',//四川成润(正式)
|
||||
// UPLOADURL: 'http://121.196.214.246/api/upload/image',//金林湾
|
||||
// FILEURL: 'http://121.196.214.246/api/image/',//金林湾
|
||||
UPLOADURL: 'http://192.168.34.221:30012/upload/image',//郭圣雄本地
|
||||
FILEURL: 'http://192.168.34.221:30012/image/',//郭圣雄本地
|
||||
// UPLOADURL: 'http://192.168.34.221:30012/upload/image',//郭圣雄本地
|
||||
// FILEURL: 'http://192.168.34.221:30012/image/',//郭圣雄本地
|
||||
|
||||
ACCOUNTTYPE: [
|
||||
"系统管理员",
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
<div class="rowInfo">
|
||||
<!-- <span class="point"></span> -->
|
||||
<span>混凝土浇筑总量</span>
|
||||
<span style="color: #5ec2c8">30470.78³</span>
|
||||
<span style="color: #5ec2c8">32954.78³</span>
|
||||
<!-- 2022年总量 -->
|
||||
<!-- <span style="color: #5ec2c8">13150.5m³</span> -->
|
||||
</div>
|
||||
@ -43,6 +43,96 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
dataList: [
|
||||
{
|
||||
date: '2023/7/24',
|
||||
building: '十四层核心筒梁板',
|
||||
quantity: 24.5
|
||||
},
|
||||
{
|
||||
date: '2023/7/24',
|
||||
building: '十四层核心筒梁板',
|
||||
quantity: 24.5
|
||||
},
|
||||
{
|
||||
date: '2023/7/24',
|
||||
building: '十三层核心筒剪力墙柱',
|
||||
quantity: 241
|
||||
},
|
||||
{
|
||||
date: '2023/7/24',
|
||||
building: '十三层核心筒剪力墙柱',
|
||||
quantity: 241
|
||||
},
|
||||
{
|
||||
date: '2023/7/24',
|
||||
building: '5-7轴×E-J轴八层楼承板',
|
||||
quantity: 145
|
||||
},
|
||||
{
|
||||
date: '2023/7/24',
|
||||
building: '5-7轴×E-J轴八层楼承板',
|
||||
quantity: 145
|
||||
},
|
||||
{
|
||||
date: '2023/7/23',
|
||||
building: '5-7轴×E-J轴六至七层钢管柱',
|
||||
quantity: 45
|
||||
},
|
||||
{
|
||||
date: '2023/7/23',
|
||||
building: '5-7轴×E-J轴六至七层钢管柱',
|
||||
quantity: 45
|
||||
},
|
||||
{
|
||||
date: '2023/7/21',
|
||||
building: '2-4轴×B-J轴七层楼承板',
|
||||
quantity: 180
|
||||
},
|
||||
{
|
||||
date: '2023/7/21',
|
||||
building: '2-4轴×B-J轴七层楼承板',
|
||||
quantity: 180
|
||||
},
|
||||
{
|
||||
date: '2023/7/20',
|
||||
building: '4-7轴×F轴往南3.15米-J轴七层楼承板',
|
||||
quantity: 156
|
||||
},
|
||||
{
|
||||
date: '2023/7/20',
|
||||
building: '4-7轴×F轴往南3.15米-J轴七层楼承板',
|
||||
quantity: 156
|
||||
},
|
||||
{
|
||||
date: '2023/7/20',
|
||||
building: '十三层核心筒梁板',
|
||||
quantity: 24.5
|
||||
},
|
||||
{
|
||||
date: '2023/7/20',
|
||||
building: '十三层核心筒梁板',
|
||||
quantity: 24.5
|
||||
},
|
||||
{
|
||||
date: '2023/7/19',
|
||||
building: '十二层核心筒剪力墙柱',
|
||||
quantity: 241.5
|
||||
},
|
||||
{
|
||||
date: '2023/7/19',
|
||||
building: '十二层核心筒剪力墙柱',
|
||||
quantity: 241.5
|
||||
},
|
||||
{
|
||||
date: '2023/7/19',
|
||||
building: '4-7轴×B-F轴往南3.15米七层楼承板',
|
||||
quantity: 184.5
|
||||
},
|
||||
{
|
||||
date: '2023/7/19',
|
||||
building: '4-7轴×B-F轴往南3.15米七层楼承板',
|
||||
quantity: 184.5
|
||||
},
|
||||
{
|
||||
date: '2023/7/15',
|
||||
building: '十二层核心筒梁板',
|
||||
@ -1040,7 +1130,7 @@ export default {
|
||||
},
|
||||
series: [
|
||||
{
|
||||
data: [3589, 311.5, 3007.5, 1683.28, 1205, 3508, 4016, 0, 0, 0, 0, 0],
|
||||
data: [3589, 311.5, 3007.5, 1683.28, 1205, 3508, 6500, 0, 0, 0, 0, 0],
|
||||
type: 'line',
|
||||
smooth: true,
|
||||
color: '#f56c35'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user