소스 검색

服务台的查看与查看详情合并文字

seimin 3 년 전
부모
커밋
32653c8b34
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      assets/js/controllers/desk/chartCtrl.js

+ 2 - 2
assets/js/controllers/desk/chartCtrl.js

@@ -767,7 +767,7 @@ app.controller('Wechatoperator', ['$rootScope', '$http', '$scope', '$modal', fun
767 767
     } else {
768 768
         $scope.handle = false;
769 769
     }
770
-    if ($scope.item.serviceState.name == "不受理" || $scope.item.serviceState.name == "未转换") {
770
+    if ($scope.item.serviceState.name == "已转换" || $scope.item.serviceState.name == "不受理" || $scope.item.serviceState.name == "未转换") {
771 771
         $scope.see = true;
772 772
     } else {
773 773
         $scope.see = false;
@@ -805,7 +805,7 @@ app.directive('wechatoperator', function () {
805 805
             // '<a ng-click="edit()" class="bianjifont">生成事件</a>' +
806 806
             '<a ng-click="handleFn()"  ng-show="{{handle&&chuli}}" class="bianjifont">处理</a>' +
807 807
             '<a ng-click="look()"  ng-show="{{see}}" class="bianjifont">查看</a>' +
808
-            '<a ng-click="look()"  ng-show="{{toHandle}}" class="bianjifont">查看详情</a>' +
808
+            // '<a ng-click="look()"  ng-show="{{toHandle}}" class="bianjifont">查看详情</a>' +
809 809
             '<a ng-click="seeIncident()"  ng-show="{{toHandle}}" class="bianjifont">查看事件</a>' +
810 810
             // '<a ng-click="look()" ng-show="{{handle}}"  tooltip="查看" tooltip-placement="right"><i class="ti-eye"></i></a>' +
811 811
             '</div>'