From 00ee1e49cac2ec8a8a1f476b48dd7e60166bccbe Mon Sep 17 00:00:00 2001 From: chenjingjing <chenjingjing@LAPTOP-E51P2139> Date: 星期五, 28 十二月 2018 11:24:41 +0800 Subject: [PATCH] 未审批详情添加删除,修改界面 --- gx_tieta/WebRoot/pages/js/pages/index-common.js | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/gx_tieta/WebRoot/pages/js/pages/index-common.js b/gx_tieta/WebRoot/pages/js/pages/index-common.js index 6a683c0..abeab81 100644 --- a/gx_tieta/WebRoot/pages/js/pages/index-common.js +++ b/gx_tieta/WebRoot/pages/js/pages/index-common.js @@ -7,6 +7,10 @@ name: '鏈烘埧鍋滅數' ,cla: 'repair-pie' }, + { + name: '鏈烘埧缁埅鑳藉姏' + ,cla: 'endur-pie' + }, { name: '鐢垫睜鐘舵��' ,cla: 'brdn-pie' @@ -18,10 +22,6 @@ { name: '鍗曚綋瀹归噺鍋ュ悍鐜�' ,cla: 'health-pie' - }, - { - name: '鏈烘埧缁埅鑳藉姏' - ,cla: 'endur-pie' } ]; @@ -45,10 +45,12 @@ var data = rs.data[0]; var rsStatus = formaterPieStauts(data); pieItems = getPieList(rsStatus); + }else { + pieItems = getPieList([1, 1, 1, 1]); } } }); - + //console.log(pieItems); return pieItems; } -- Gitblit v1.9.1