admin/.env.development
@@ -3,7 +3,7 @@ # VUE_APP_API_URL = 'https://atwl.ahzyssl.com/zhyq_interface' #VUE_APP_API_URL = 'http://192.168.1.45:10010' VUE_APP_API_URL = 'http://192.168.1.45:10010' #VUE_APP_API_URL = 'http://192.168.0.7/system_gateway' admin/src/components/common/CommonHeader.vue
@@ -26,9 +26,9 @@ <img src="@/assets/icons/ic_3.jpg" alt=""> <img src="@/assets/icons/ic_4.jpg" alt=""> <img src="@/assets/icons/ic_5.jpg" alt=""> <img src="@/assets/icons/ic_6.jpg" alt=""> <!-- <img src="@/assets/icons/ic_6.jpg" alt="">--> <img src="@/assets/icons/ic_7.jpg" alt=""> <img src="@/assets/icons/ic_8.jpg" alt=""> <!-- <img src="@/assets/icons/ic_8.jpg" alt="">--> </div> <el-dropdown v-if="isLogined" trigger="click"> <span class="el-dropdown-link" style="cursor: pointer; color: rgba(255,255,255,.56);"> admin/src/views/business/admissionStatistics.vue
@@ -167,19 +167,22 @@ getReportLists() { getReportList({ dateStr: this.date1, isGroupBy: this.isGroupBy, type: 1 }) .then(res => { if (!res || res.length === 0) { if (res.length === 0) { this.column = [] this.list = [] return } this.column = res[0] this.list = res.slice(1).map(row => { const obj = {}; this.column.forEach((header, index) => { obj[header] = row[index]; }); return obj; this.column = res[0] this.list = res.slice(1).map(row => { const obj = {}; this.column.forEach((header, index) => { obj[header] = row[index]; }); return obj; }); // if (res.length === 0) { // this.column = [] // this.list = [] @@ -501,7 +504,7 @@ .main_table { display: flex; align-items: flex-start; align-items: start; justify-content: space-between; margin-top: 10px; .main_table_list { admin/src/views/business/carStatistics.vue
@@ -174,12 +174,6 @@ return } if (!res || res.length === 0) { this.column = [] this.list = [] return } this.column = res[0] this.list = res.slice(1).map(row => { @@ -296,7 +290,7 @@ }, xAxis: { type: 'category', data: names ||[] data: names }, yAxis: { type: 'value', @@ -531,7 +525,7 @@ .main_table { display: flex; align-items: flex-start; align-items: start; justify-content: space-between; margin-top: 10px; .main_table_list { admin/src/views/index.vue
@@ -2,7 +2,7 @@ <div class="main_home"> <!-- <div style="position: fixed;z-index: 99999"><video style="height: 100px;width: 500px" src="rtsp://10.50.250.253:554/openUrl/K2y2vE4" controls></video></div> --> <div class="home_header"> <div class="mb10 fs17">{{timeInfo}}好ï¼{{ userInfo.realname }}</div> <div class="mb10 fs17">ä¸å好ï¼{{ userInfo.realname }}</div> <div class="fs13"> ä»å¤©æ¯ {{ nowDate }} {{ nowWeek }}ï¼æ¬¢è¿è®¿é®æºæ §ç©æµååºå®æ¶ä¸ä½åç³»ç» </div> @@ -233,7 +233,6 @@ return { tabPosition: 'right', colors, timeInfo: 'ä¸å', nowDate: '', nowWeek: '', headerData: {}, @@ -247,7 +246,7 @@ { name: '访客æ¥å¤', path: '', url: require('@/assets/icons/home_func1.png'), path: '/business/reportRecord' }, // { name: '鿣鿿', path: '', url: require('@/assets/icons/home_func2.png'), path: '/operation/danger/record' }, // { name: 'é¢çº¦ä¼è®®å®¤', path: '', url: require('@/assets/icons/home_func3.png'), path: '/meeting/bookings' }, { name: 'å ¬å¡è½¦é¢çº¦', path: '', url: require('@/assets/icons/home_func5.png'), path: '/operation/serviceCar/apprRecord' } { name: 'å ¬å¡è½¦é¢çº¦', path: '', url: require('@/assets/icons/home_func5.png'), path: '/operation/serviceCar/apprRecord' }, // { name: 'èå¤å·¥ä½å°', path: '', url: require('@/assets/icons/home_func4.png') }, // { name: 'é£å æ¶è´¹', path: '', url: require('@/assets/icons/8.png') } ], @@ -376,7 +375,6 @@ updateDate () { this.nowDate = dayjs().format('YYYYå¹´MæDæ¥') this.nowWeek = weeks[new Date().getDay()] this.timeInfo = new Date().getHours() < 12 ? 'ä¸å' : 'ä¸å' }, initData () { this.getWorkHead() @@ -413,9 +411,7 @@ arr.push({ name: '访客', value: this.headerData.inParkVisitUserNum }) arr.push({ name: 'å é¨åå·¥', value: this.headerData.todayInParkUserNum - this.headerData.inParkLwUserNum - this.headerData.inParkVisitUserNum - this.headerData.inParkDriverUserNum }) arr.push({ name: 'é¿æç¸å ³æ¹', value: this.headerData.inParkLwUserNum }) /* arr.push({ name: 'è´§è¿å¸æº', value: this.headerData.inParkDriverUserNum }) */ // arr.push({ name: 'è´§è¿å¸æº', value: this.headerData.inParkDriverUserNum }) arr.sort((a, b) => b.value - a.value) this.manningRatio = arr this.initEchart1() @@ -627,7 +623,7 @@ }) }, initEchart21 () { console.log('initEchart21', this.staticData.lwList) console.log('initEchart21',this.staticData.lwList) if (!document.getElementById('echart21')) { return } @@ -636,7 +632,7 @@ const that = this var le1 = that.staticData.internalList.length var le2 = that.staticData.lwList.length const end = Math.round(40 * ((le1 > 0 && le2 > 0 ? le1 : 1) / (le1 > 0 && le2 > 0 ? le2 : 1))) + 10 const end = Math.round(40 * ((le1>0&& le2>0?le1:1) / (le1>0&& le2>0?le2:1)))+10 myChart.setOption({ dataZoom: [ { @@ -704,7 +700,7 @@ yAxis: { type: 'category', inverse: true, data: that.staticData.lwList.map(i => i.name), data: that.staticData.lwList.map(i => i.name), axisLabel: { interval: 0 } admin/whyc_admin/avatar/man.pngBinary files differ
admin/whyc_admin/avatar/woman.pngBinary files differ
admin/whyc_admin/favicon.icoBinary files differ
admin/whyc_admin/index.html
ÎļþÒÑɾ³ý admin/whyc_admin/static/css/chunk-vendors.04c7bff3.css
ÎļþÒÑɾ³ý admin/whyc_admin/static/fonts/element-icons.535877f5.woffBinary files differ
admin/whyc_admin/static/fonts/element-icons.732389de.ttfBinary files differ
admin/whyc_admin/static/img/404-tip.4d90651f.pngBinary files differ
admin/whyc_admin/static/img/404.5c17595f.pngBinary files differ
admin/whyc_admin/static/img/bg@2x.db5d20c2.pngBinary files differ
admin/whyc_admin/static/img/bg_shenhe@2x.632406ea.pngBinary files differ
admin/whyc_admin/static/img/bg_shenhe_chexiao@2x.966d7ff8.pngBinary files differ
admin/whyc_admin/static/img/bg_shenhe_fail@2x.f31e62ff.pngBinary files differ
admin/whyc_admin/static/img/bg_shenhe_pass@2x.356d8eee.pngBinary files differ
admin/whyc_admin/static/img/default_homeimg.f3e4e5d0.pngBinary files differ
admin/whyc_admin/static/img/default_nodata.5d1df1bb.pngBinary files differ
admin/whyc_admin/static/img/department.0c08872e.svg
ÎļþÒÑɾ³ý admin/whyc_admin/static/img/dictionary.ad728d75.svg
ÎļþÒÑɾ³ý admin/whyc_admin/static/img/home_func1.2273dcea.pngBinary files differ
admin/whyc_admin/static/img/home_func5.d27eba52.pngBinary files differ
admin/whyc_admin/static/img/listener.fcf79708.svg
ÎļþÒÑɾ³ý admin/whyc_admin/static/img/log-login.5b08fa8b.svg
ÎļþÒÑɾ³ý admin/whyc_admin/static/img/log-opera.f8d4f877.svg
ÎļþÒÑɾ³ý admin/whyc_admin/static/img/log.f8f7b2f8.svg
ÎļþÒÑɾ³ý admin/whyc_admin/static/img/login_img@2x.cb2860d8.pngBinary files differ
admin/whyc_admin/static/img/man.6eaa0e37.pngBinary files differ
admin/whyc_admin/static/img/permission.14c1bcf1.svg
ÎļþÒÑɾ³ý admin/whyc_admin/static/img/position.8a867f13.svg
ÎļþÒÑɾ³ý admin/whyc_admin/static/img/pwd.f73be658.svg
ÎļþÒÑɾ³ý admin/whyc_admin/static/img/role.2a1931ed.svg
ÎļþÒÑɾ³ý admin/whyc_admin/static/img/shield.54851228.svg
ÎļþÒÑɾ³ý admin/whyc_admin/static/img/sousuo.069aa14f.pngBinary files differ
admin/whyc_admin/static/js/chunk-vendors.6d4f879a.js
ÎļþÒÑɾ³ý admin/whyc_admin/static/js/chunk-vendors.6d4f879a.js.map
ÎļþÒÑɾ³ý admin/whyc_admin/template/cars.xlsxBinary files differ
admin/whyc_admin/template/jkCustomerTemplate.xlsxBinary files differ
admin/whyc_admin/template/jkLineTemplate.xlsxBinary files differ
admin/whyc_admin/template/jkOrdersTemplate.xlsxBinary files differ
admin/whyc_admin/template/member.xlsxBinary files differ
admin/whyc_admin/template/oil.xlsxBinary files differ
admin/whyc_admin/template/traintime.xlsxBinary files differ