From c2c7a0e166563d1bdb824c2b5862415cf4b7505e Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Fri, 10 Sep 2021 08:58:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/css/vc-ui.css | 4 ++++ .../newOaWorkflowDoing.html | 24 ++++++++++++------- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/public/css/vc-ui.css b/public/css/vc-ui.css index 78b3c2606..003ddcf80 100755 --- a/public/css/vc-ui.css +++ b/public/css/vc-ui.css @@ -2052,4 +2052,8 @@ a:hover { overflow-x: scroll; -webkit-backface-visibility: hidden; -webkit-overflow-scrolling: touch; +} + +.font-red{ + color: red; } \ No newline at end of file diff --git a/public/pages/property/newOaWorkflowDoing/newOaWorkflowDoing.html b/public/pages/property/newOaWorkflowDoing/newOaWorkflowDoing.html index a0bdea811..da123086a 100644 --- a/public/pages/property/newOaWorkflowDoing/newOaWorkflowDoing.html +++ b/public/pages/property/newOaWorkflowDoing/newOaWorkflowDoing.html @@ -11,37 +11,43 @@
报修待办({{newOaWorkflowDoingInfo.repair}}) + @click="_toGo('/admin.html#/pages/property/repairDispatchManage')">报修待办({{newOaWorkflowDoingInfo.repair}})
投诉待办({{newOaWorkflowDoingInfo.complaint}}) + @click="_toGo('/admin.html#/pages/common/myAuditComplaints')">投诉待办({{newOaWorkflowDoingInfo.complaint}})
采购待办({{newOaWorkflowDoingInfo.purchase}}) + @click="_toGo('/admin.html#/pages/admin/myAuditOrders')">采购待办({{newOaWorkflowDoingInfo.purchase}})
物品领用待办({{newOaWorkflowDoingInfo.collection}}) + @click="_toGo('/admin.html#/pages/admin/myItemOutAuditOrders')">物品领用待办({{newOaWorkflowDoingInfo.collection}})
合同起草待办({{newOaWorkflowDoingInfo.contractApply}}) + @click="_toGo('/admin.html#/pages/admin/contractApplyAuditOrders')">合同起草待办({{newOaWorkflowDoingInfo.contractApply}})
合同变更待办({{newOaWorkflowDoingInfo.contractChange}}) + @click="_toGo('/admin.html#/pages/admin/contractChangeAuditOrders')">合同变更待办({{newOaWorkflowDoingInfo.contractChange}})
@@ -49,13 +55,15 @@
调拨待办({{newOaWorkflowDoingInfo.allocation}}) + @click="_toGo('/admin.html#/pages/admin/allocationStorehouseAuditOrders')">调拨待办({{newOaWorkflowDoingInfo.allocation}})
{{item.flowName}}待办(0) + @click="_toGoA(item)">{{item.flowName}}待办({{item.undoCount}})