地质所 沉降监测网建设项目
suerwei
2024-05-28 7852ccae5aeaeb365e8aa95bd2967c1ce18a1f6c
javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/info.html
@@ -77,6 +77,7 @@
                            </template>
                            {{project.code}}
                        </el-descriptions-item>
                        <el-descriptions-item>
                            <template slot="label">
                                <i class="el-icon-map-location"></i>
@@ -154,6 +155,9 @@
                    </div>
                </el-card>
            </el-col>
        </el-row>
        <el-row style="height: 200px;">
            <el-col :span="24">
@@ -260,7 +264,11 @@
                        emphasis: {
                            focus: 'series'
                        },
                        data: []
                        data: [],
                        itemStyle: {
                            // 修改柱子的颜色
                            color: '#e2b507'
                        }
                    },
                    {
                        name: '入库',
@@ -269,7 +277,11 @@
                        emphasis: {
                            focus: 'series'
                        },
                        data: []
                        data: [],
                        itemStyle: {
                            // 修改柱子的颜色
                            color: '#2992c6'
                        }
                    },
                ]