liuyifan 5 yıl önce
ebeveyn
işleme
b8399603f2

+ 2 - 2
WebUI/CallCenterWeb.UI/js/notification/appealOrder.js

@@ -169,7 +169,7 @@ function formatterAppealState(val, row) {
169 169
 
170 170
 //操作
171 171
 function formatterOperation(val, row) {
172
-    return '<a href="javascript:;" class="deal-with" authorize="yes" id="HY_dealWith_' + row.F_Id + '" onclick="btn_dealWith(\'' + row.F_Id + '\')" title="处理">处理</a>';
172
+    return '<a href="javascript:;" class="btn-deal-with" authorize="yes" id="HY_dealWith_' + row.F_Id + '" onclick="btn_dealWith(\'' + row.F_Id + '\')" title="处理">处理</a>';
173 173
 }
174 174
 
175 175
 //处理申诉
@@ -182,4 +182,4 @@ function btn_dealWith(ids) {
182 182
         area: ['40%', '30%'],
183 183
         content: '../CommonHtml/dealWithAppeal.html?ids=' + did
184 184
     });
185
-}
185
+}