| | |
| | | // see http://vuejs-templates.github.io/webpack for documentation. |
| | | |
| | | const path = require("path"); |
| | | let url = 'http://192.168.0.140:8081' |
| | | // let url = 'http://192.168.0.140:8081' |
| | | let url = 'http://39.96.92.240:9090' |
| | | |
| | | module.exports = { |
| | | dev: { |
| | |
| | | <head> |
| | | <meta charset="utf-8"> |
| | | <meta name="viewport" content="width=device-width,initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> |
| | | <title>视频管理</title> |
| | | <title>石家庄人社局业务运行数据分析平台</title> |
| | | <link rel="icon" type="image/x-icon" href="./src/assets/img/logo.ico" /> |
| | | </head> |
| | | |
| | |
| | | "dependencies": { |
| | | "axios": "^0.26.1", |
| | | "echarts": "^4.7.0", |
| | | "element-ui": "^2.15.6", |
| | | "element-ui": "^2.15.8",
|
| | | "lib-flexible": "^0.3.2", |
| | | "mavon-editor": "^2.8.3", |
| | | "moment": "^2.29.2", |
| | |
| | | |
| | | // 37. 查询营商政策五个统计数量接口 |
| | | export const getCount = params=> { |
| | | return postRequest('/ybg/webservice/app/policy/getCount.do',params) |
| | | return postRequest('/webservice/app/policy/getCount.do',params) |
| | | } |
| | | |
| | | //38.查询营商政策和相关报道列表接口 |
| | | export const getList = (params) => { |
| | | return postRequest('/ybg/webservice/app/policy/getList.do',params) |
| | | return postRequest('/webservice/app/policy/getList.do',params) |
| | | } |
| | | |
| | | //39.查询营商政策详情接口 |
| | | export const getDetail = (params) => { |
| | | return postRequest('/ybg/webservice/app/policy/getDetail.do',params) |
| | | return postRequest('/webservice/app/policy/getDetail.do',params) |
| | | } |
| | |
| | | |
| | | // 后台用户相关 |
| | | export const login = params => { |
| | | return postRequest('/ybg/webservice/phone/login.do', params); |
| | | return postRequest('/webservice/phone/login.do', params); |
| | | } |
| | | export const getAdminIndex = params => { |
| | | return getRequest('/getAdminIndex', params); |
| | |
| | | // 首页接口 |
| | | // 18. 查询首页养老保险参保人数,社保卡人数接口 |
| | | export const getInsured = (params) => { |
| | | return postRequest('/ybg/webservice/app/homepage/getInsured.do', params) |
| | | return postRequest('/webservice/app/homepage/getInsured.do', params) |
| | | } |
| | | // 19. 查询首页市直单位数据接口 |
| | | export const getInstitution = (params) => { |
| | | return postRequest('/ybg/webservice/app/homepage/getInstitution.do', params) |
| | | return postRequest('/webservice/app/homepage/getInstitution.do', params) |
| | | } |
| | | // 20. 查询人均可支配收入数据接口 |
| | | export const getIncome = (params) => { |
| | | return postRequest('/ybg/webservice/app/homepage/getIncome.do', params) |
| | | return postRequest('/webservice/app/homepage/getIncome.do', params) |
| | | } |
| | | // 21. 查询欠薪追缴数据接口 |
| | | export const getMigrant = (params) => { |
| | | return postRequest('/ybg/webservice/app/homepage/getMigrant.do', params) |
| | | return postRequest('/webservice/app/homepage/getMigrant.do', params) |
| | | } |
| | | // 22. 查询创业担保贷款数据接口 |
| | | export const getLoan = (params) => { |
| | | return postRequest('/ybg/webservice/app/homepage/getLoan.do', params) |
| | | return postRequest('/webservice/app/homepage/getLoan.do', params) |
| | | } |
| | | // 23. 查询人才建设数据接口 |
| | | export const getPersonnel = (params) => { |
| | | return postRequest('/ybg/webservice/app/homepage/getPersonnel.do', params) |
| | | return postRequest('/webservice/app/homepage/getPersonnel.do', params) |
| | | } |
| | | // 24. 查询首页就业数据表格接口 |
| | | export const getLabourTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/homepage/getLabourTable.do', params) |
| | | return postRequest('/webservice/app/homepage/getLabourTable.do', params) |
| | | } |
| | | // 25. 查询首页就业数据折线图接口 |
| | | export const getLabourChart = (params) => { |
| | | return postRequest('/ybg/webservice/app/homepage/getLabourChart.do', params) |
| | | return postRequest('/webservice/app/homepage/getLabourChart.do', params) |
| | | } |
| | | // 26. 查询首页养老、工伤、失业保险折线图接口 |
| | | export const getInsuranceChart = (params) =>{ |
| | | return postRequest('/ybg/webservice/app/homepage/getInsuranceChart.do',params) |
| | | return postRequest('/webservice/app/homepage/getInsuranceChart.do',params) |
| | | } |
| | | // 27. 查询首页城镇职工养老表格数据接口 |
| | | export const getTownTable = (params) =>{ |
| | | return postRequest('/ybg/webservice/app/homepage/getTownTable.do',params) |
| | | return postRequest('/webservice/app/homepage/getTownTable.do',params) |
| | | } |
| | | //28.查询首页工伤、失业保险表格数据接口 |
| | | export const getInsurTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/homepage/getInsurTable.do',params) |
| | | return postRequest('/webservice/app/homepage/getInsurTable.do',params) |
| | | } |
| | | |
| | | //40.退出登录接口 |
| | | export const logout = (params) => { |
| | | return postRequest('/ybg/webservice/phone/logout.do',params) |
| | | return postRequest('/webservice/phone/logout.do',params) |
| | | } |
| | |
| | | |
| | | //2.查询劳动就业表格数据接口 |
| | | export const getLabourTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/employment/getLabourTable.do',params) |
| | | return postRequest('/webservice/app/employment/getLabourTable.do',params) |
| | | } |
| | | |
| | | //3.查询劳动就业折线图数据接口 |
| | | export const getLabourLine = (params) => { |
| | | return postRequest('/ybg/webservice/app/employment/getLabourLine.do',params) |
| | | return postRequest('/webservice/app/employment/getLabourLine.do',params) |
| | | } |
| | | |
| | | //4.查询创业担保贷款统计表数据接口 |
| | | export const getLoanTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/employment/getLoanTable.do',params) |
| | | return postRequest('/webservice/app/employment/getLoanTable.do',params) |
| | | } |
| | | |
| | | //5.查询人力资源服务产业园统计表数据接口 |
| | | export const getParkTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/employment/getParkTable.do',params) |
| | | return postRequest('/webservice/app/employment/getParkTable.do',params) |
| | | } |
| | | |
| | | //6.查询就业情况统计表数据接口 |
| | | export const getEmployTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/employment/getEmployTable.do', params) |
| | | return postRequest('/webservice/app/employment/getEmployTable.do', params) |
| | | } |
| | | |
| | | //7.毕业生统计表格数据接口 |
| | | export const getGraduateTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/employment/getGraduateTable.do', params) |
| | | return postRequest('/webservice/app/employment/getGraduateTable.do', params) |
| | | } |
| | | |
| | | // 8.查询职业培训统计表格数据接口 |
| | | export const getTrainTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/employment/getTrainTable.do', params) |
| | | return postRequest('/webservice/app/employment/getTrainTable.do', params) |
| | | } |
| | | |
| | | //9.查询职业培训统计图表数据接口 |
| | | export const getTrainChart = (params) => { |
| | | return postRequest('/ybg/webservice/app/employment/getTrainChart.do', params) |
| | | return postRequest('/webservice/app/employment/getTrainChart.do', params) |
| | | } |
| | |
| | | import {getRequest, postRequest} from "../libs/axios"; |
| | | |
| | | export const getWorkerTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/labour/getWorkerTable.do') |
| | | return postRequest('/webservice/app/labour/getWorkerTable.do') |
| | | } |
| | |
| | | |
| | | // 31. 查询居民人均可支配收入表格数据接口 |
| | | export const getIncomeTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/asset/getIncomeTable.do',params) |
| | | return postRequest('/webservice/app/asset/getIncomeTable.do',params) |
| | | } |
| | | // 32. 查询居民可支配收入分析图数据接口 |
| | | export const getIncomeLine = (params) => { |
| | | return postRequest('/ybg/webservice/app/asset/getIncomeLine.do',params) |
| | | return postRequest('/webservice/app/asset/getIncomeLine.do',params) |
| | | } |
| | | //33.查询居民人均可支配收入表格数据接口 |
| | | export const getAchievementTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/asset/getAchievementTable.do',params) |
| | | return postRequest('/webservice/app/asset/getAchievementTable.do',params) |
| | | } |
| | |
| | | |
| | | // 29. 查询事业单位人员情况表格数据接口 |
| | | export const getPersonTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/personnel/getPersonTable.do', params) |
| | | return postRequest('/webservice/app/personnel/getPersonTable.do', params) |
| | | } |
| | | // 查询事业年度变化情况折线图数据接口 |
| | | export const getUnitLine = (params) => { |
| | | return postRequest('/ybg/webservice/app/personnel/ getUnitLine.do', params) |
| | | return postRequest('/webservice/app/personnel/ getUnitLine.do', params) |
| | | } |
| | | |
| | | |
| | | //30.查询人才绿卡购房补贴表格数据接口 |
| | | export const getPersonCardTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/personnel/getPersonCardTable.do', params) |
| | | return postRequest('/webservice/app/personnel/getPersonCardTable.do', params) |
| | | } |
| | |
| | | |
| | | //10.查询历年社会保险参保人员分析图数据接口 |
| | | export const getPersonChart = (params) => { |
| | | return postRequest('/ybg/webservice/app/social/getPersonChart.do', params) |
| | | return postRequest('/webservice/app/social/getPersonChart.do', params) |
| | | } |
| | | |
| | | //11.查询社会保险参保人员统计表数据接口 |
| | | export const getPersonTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/social/getPersonTable.do', params) |
| | | return postRequest('/webservice/app/social/getPersonTable.do', params) |
| | | } |
| | | |
| | | //34.查询社会保障基金统计表数据接口 |
| | | export const getStatisticsTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/social/getStatisticsTable.do', params) |
| | | return postRequest('/webservice/app/social/getStatisticsTable.do', params) |
| | | } |
| | | |
| | | //12.查询职工养老保险参保人数数据接口 |
| | | export const getSecurityTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/social/getSecurityTable.do', params) |
| | | return postRequest('/webservice/app/social/getSecurityTable.do', params) |
| | | } |
| | | |
| | | //13.查询近一年职工养老保险参保人数折线图数据接口 |
| | | export const getSecurityDetailChart = (params) => { |
| | | return postRequest('/ybg/webservice/app/social/getSecurityDetailChart.do', params) |
| | | return postRequest('/webservice/app/social/getSecurityDetailChart.do', params) |
| | | } |
| | | |
| | | //14.查询社会保险参保人数表格数据接口 |
| | | export const getInsuranceTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/social/getInsuranceTable.do', params) |
| | | return postRequest('/webservice/app/social/getInsuranceTable.do', params) |
| | | } |
| | | |
| | | //15.查询社保征缴收入明细总览表格数据接口 |
| | | export const getFundincomeTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/social/getFundincomeTable.do', params) |
| | | return postRequest('/webservice/app/social/getFundincomeTable.do', params) |
| | | } |
| | | |
| | | //16.查询社保征缴收入和参保人数平均值表格数据接口 |
| | | export const getAverageTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/social/getAverageTable.do', params) |
| | | return postRequest('/webservice/app/social/getAverageTable.do', params) |
| | | } |
| | | |
| | | //17.查询社保卡持卡人数数据接口 |
| | | export const getCardNumsTable = (params) => { |
| | | return postRequest('/ybg/webservice/app/social/getCardNumsTable.do',params) |
| | | return postRequest('/webservice/app/social/getCardNumsTable.do',params) |
| | | } |
| | | |
| | | // 35. 查询历年社保基金数据分析图数据接口 |
| | | export const getStatisticsChart = (params) => { |
| | | return postRequest('/ybg/webservice/app/social/getStatisticsChart.do',params) |
| | | return postRequest('/webservice/app/social/getStatisticsChart.do',params) |
| | | } |
| | |
| | | .content { |
| | | width: auto; |
| | | height: 100%; |
| | | padding: 10px; |
| | | /*padding: 10px;*/ |
| | | overflow-y: scroll; |
| | | box-sizing: border-box; |
| | | } |
| | |
| | | prop="area" |
| | | label="县(市、区)" |
| | | align="center" |
| | | width="220"> |
| | | min-width="140"> |
| | | <template slot-scope="scope"> |
| | | <div class="sanjiao-box"> |
| | | <div class="cell-content-box">{{scope.row.area}}</div> |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | width="280" |
| | | prop="january" |
| | | label="1月" |
| | | align="center"> |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | width="280" |
| | | prop="february" |
| | | label="2月" |
| | | align="center"> |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | width="280" |
| | | prop="march" |
| | | label="3月" |
| | | align="center"> |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | width="280" |
| | | prop="april" |
| | | label="4月" |
| | | align="center"> |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | width="280" |
| | | prop="may" |
| | | label="5月" |
| | | align="center"> |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | width="280" |
| | | prop="june" |
| | | label="6月" |
| | | align="center"> |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | width="280" |
| | | prop="july" |
| | | label="7月" |
| | | align="center"> |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | width="280" |
| | | prop="august" |
| | | label="8月" |
| | | align="center"> |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | width="280" |
| | | prop="september" |
| | | label="9月" |
| | | align="center"> |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | width="280" |
| | | prop="october" |
| | | label="10月" |
| | | align="center"> |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | width="280" |
| | | prop="november" |
| | | label="11月" |
| | | align="center"> |
| | |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | width="280" |
| | | prop="december" |
| | | label="12月" |
| | | align="center"> |
| | |
| | | </el-menu-item> |
| | | </div> |
| | | <div class="showIndex-right"> |
| | | <el-menu-item index="/businessPolicy"> |
| | | <!--<el-menu-item index="/businessPolicy"> |
| | | <div class="showIndex-block"> |
| | | <h1>营商政策</h1> |
| | | </div> |
| | | </el-menu-item> |
| | | </el-menu-item>--> |
| | | <el-menu-item> |
| | | <div class="showIndex-block"> |
| | | <div class="showIndex-block" @click="gotoTXL"> |
| | | <h1>通讯录</h1> |
| | | </div> |
| | | </el-menu-item> |
| | | <el-menu-item> |
| | | <div class="showIndex-block"> |
| | | <!--<el-menu-item> |
| | | <div class="showIndex-block" @click="gotoGZZB"> |
| | | <h1>工作周报</h1> |
| | | </div> |
| | | </el-menu-item> |
| | | </el-menu-item>--> |
| | | <el-menu-item> |
| | | <div class="showIndex-block"> |
| | | <div class="showIndex-block" @click="gotoWDZX"> |
| | | <h1>文档中心</h1> |
| | | </div> |
| | | </el-menu-item> |
| | |
| | | }, |
| | | mounted() { |
| | | this.$route.meta.routerParent && (this.activeIndex = '/' + this.$route.meta.routerParent) |
| | | window.passToken = this.passToken |
| | | window.passToken2 = this.passToken2 |
| | | window.passToken3 = this.passToken3 |
| | | }, |
| | | methods: { |
| | | passToken() { |
| | | return this.$store.state.user.token |
| | | }, |
| | | passToken2() { |
| | | return this.$store.state.user.token |
| | | }, |
| | | passToken3() { |
| | | return this.$store.state.user.token |
| | | }, |
| | | goOut() { |
| | | this.$confirm('是否退出系统, 是否继续?', '提示', { |
| | | confirmButtonText: '确定', |
| | |
| | | }) |
| | | }) |
| | | |
| | | }, |
| | | gotoTXL() { |
| | | window.android.passToken(this.$store.state.user.token) |
| | | }, |
| | | gotoGZZB() { //跳转工作周报 |
| | | window.android.passToken2(this.$store.state.user.token) |
| | | }, |
| | | gotoWDZX() { //文档中心 |
| | | window.android.passToken3(this.$store.state.user.token) |
| | | } |
| | | }, |
| | | }; |
| | |
| | | .login-container { |
| | | width: 10rem; |
| | | height: 6.5625rem; |
| | | background: url(../assets/images/login/loginBackground@2x.png) no-repeat; |
| | | background: url(../assets/images/login/loginBackground.jpg) no-repeat; |
| | | background-size: 100%; |
| | | position: relative; |
| | | } |
| | |
| | | .title { |
| | | width: 13.0612rem; |
| | | height: 0.5rem; |
| | | background: url(../assets/images/login/top@2x.png) no-repeat; |
| | | background: url(../assets/images/login/top.png) no-repeat; |
| | | background-size: 100%; |
| | | position: absolute; |
| | | left: -1.5306rem; |
| | |
| | | position: absolute; |
| | | width: 0.3438rem; |
| | | height: 0.3359rem; |
| | | background: url(../assets/images/login/header@2x.png) no-repeat; |
| | | background: url(../assets/images/login/header.png) no-repeat; |
| | | background-size: 100%; |
| | | border-right: 0.0039rem dashed #51d2ff; |
| | | } |
| | |
| | | width: 0.3438rem; |
| | | height: 0.3359rem; |
| | | border-right: 0.0039rem dashed #51d2ff; |
| | | background: url(../assets/images/login/lock@2x_1.png) no-repeat; |
| | | background: url(../assets/images/login/lock_1.png) no-repeat; |
| | | background-size: 100%; |
| | | } |
| | | |
| | | .loginBox { |
| | | width: 3.125rem; |
| | | height: 3.1979rem; |
| | | background: url(../assets/images/login/loginBorder@2x.png); |
| | | background: url(../assets/images/login/loginBorder.png); |
| | | background-size: 100%; |
| | | position: relative; |
| | | margin: 0 auto; |
| | |
| | | <h1>市值事业单位</h1> |
| | | <div class="danwei-box"> |
| | | <h2 class="rightMargin"><font class="bigger">{{ Institution.shizhi }}</font>家</h2> |
| | | <h2 class="rightMargin"><font class="bigger">{{ Institution.shizhiren }}</font>人</h2> |
| | | <h2 class="rightMargin"><font class="bigger">{{ Institution.shizhiren }}</font>万人</h2> |
| | | </div> |
| | | </div> |
| | | <div class="inside-left2"> |
| | | <h1>县(市、区)</h1> |
| | | <div class="danwei-box"> |
| | | <h2 class="rightMargin"><font class="bigger">{{ Institution.xian }}</font>家</h2> |
| | | <h2 class="rightMargin"><font class="bigger">{{ Institution.xianren }}</font>人</h2> |
| | | <h2 class="rightMargin"><font class="bigger">{{ Institution.xianren }}</font>万人</h2> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | </div> |
| | | <template> |
| | | <div class="content"> |
| | | <h1>{{ item.dataType | dataFilter }}</h1> |
| | | <h1 style="text-align: left">{{ item.dataType | dataFilter }}</h1> |
| | | </div> |
| | | </template> |
| | | </el-tooltip> |
| | | </div> |
| | | <div class="title-flex"> |
| | | <div class="title"> |
| | | <h1>{{ item.monthData }}</h1> |
| | | <h1 style="text-align: left">{{ item.monthData }}</h1> |
| | | </div> |
| | | <div class="title"> |
| | | <h1>{{ item.yearData }}</h1> |
| | | </div> |
| | | <div class="title"> |
| | | <h1 class="fontColor">{{ item.finishRate }}</h1> |
| | | <h1 class="fontColorBlue">{{ item.finishRate }}</h1> |
| | | </div> |
| | | <div class="title"> |
| | | <h1>{{ item.plan }}</h1> |
| | |
| | | } |
| | | }, |
| | | mounted() { |
| | | console.log(this.$store.state.user.token, 'state=======') |
| | | this.jiuyeshujuEcharts() |
| | | this.chengzhenZhigongYanglaoEcharts() |
| | | this.shiyeBaoxianEcharts() |
| | |
| | | position: relative; |
| | | |
| | | img { |
| | | width: 0.3125rem /* 80/256 */ |
| | | width: 0.2890625rem /* 74/256 */ |
| | | ; |
| | | height: 0.3125rem /* 80/256 */ |
| | | height: 0.2890625rem /* 74/256 */ |
| | | ; |
| | | } |
| | | |
| | |
| | | text-align: center; |
| | | font-size: $fontSize-24; |
| | | line-height: 1.3; |
| | | font-family: Source Han Sans CN, Source Han Sans CN-Light; |
| | | font-weight: 300; |
| | | } |
| | | |
| | | h2 { |
| | |
| | | |
| | | .inside-box-block { |
| | | display: flex; |
| | | width: 50%; |
| | | justify-content: center; |
| | | width: calc(50% - 30px); |
| | | justify-content: left; |
| | | align-items: center; |
| | | |
| | | &:nth-child(1){ |
| | | margin-left: 30px; |
| | | } |
| | | &:nth-child(3){ |
| | | margin-left: 30px; |
| | | } |
| | | .line-center { |
| | | display: flex; |
| | | flex-direction: column; |
| | |
| | | font-size: $fontSize-20; |
| | | color: $color-dark; |
| | | text-align: center; |
| | | font-family: Source Han Sans CN, Source Han Sans CN-Bold; |
| | | font-weight: 700; |
| | | } |
| | | } |
| | | } |
| | |
| | | font-size: $fontSize-32; |
| | | color: $color-blue; |
| | | position: relative; |
| | | font-family: Source Han Sans CN, Source Han Sans CN-Regular; |
| | | font-weight: 400; |
| | | |
| | | &:after { |
| | | content: ''; |
| | |
| | | } |
| | | |
| | | .shuju-table { |
| | | width: 3.1328125rem /* 802/256 */; |
| | | height: 1.2109375rem /* 310/256 */; |
| | | width: 3.1328125rem /* 802/256 */ |
| | | ; |
| | | height: 1.2109375rem /* 310/256 */ |
| | | ; |
| | | display: flex; |
| | | flex-direction: column; |
| | | |
| | |
| | | display: flex; |
| | | |
| | | .biao-title { |
| | | width: 0.859375rem /* 220/256 */; |
| | | width: 0.859375rem /* 220/256 */ |
| | | ; |
| | | } |
| | | |
| | | .title-flex { |
| | |
| | | .fontColorBlue { |
| | | color: $color-blue; |
| | | } |
| | | |
| | | .fontColorRed { |
| | | color: #FF3939; |
| | | } |
| | |
| | | color: $color-white; |
| | | text-align: right; |
| | | line-height: 1.5; |
| | | font-family: Source Han Sans CN, Source Han Sans CN-Light; |
| | | font-weight: 300; |
| | | @include ellipsis() |
| | | } |
| | | |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | // 城市职工养老第2,3条数据 |
| | | .chengzhen_scroll { |
| | | &:nth-of-type(2) { |
| | |
| | | align="center" |
| | | prop="dataType" |
| | | label="指标名称" |
| | | min-width="125" |
| | | fixed="left"> |
| | | </el-table-column> |
| | | <el-table-column |
| | |
| | | label="12月"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | fixed="right" |
| | | prop="plan" |
| | | align="center" |
| | | label="省厅计划"> |
| | | </el-table-column> |
| | | <el-table-column |
| | | fixed="right" |
| | | prop="finish" |
| | | align="center" |
| | | label="当前完成率"> |
| | |
| | | color: $color-white; |
| | | text-align: center; |
| | | line-height: 2.5; |
| | | font-family: Source Han Sans CN, Source Han Sans CN-Regular; |
| | | font-weight: 400; |
| | | } |
| | | } |
| | | .laogongJiuyeEcharts{ |