Explorar el Código

修复类别bug

laiguoran hace 4 años
padre
commit
2ba3a403c7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/public/js/category.js

+ 1 - 1
app/public/js/category.js

@@ -146,7 +146,7 @@ function bindCategoryValueControl() {
                 const delTr = $('tr[vid=' + delVid + ']');
                 delTr.addClass('table-danger');
                 $('input', delTr).attr('disabled', '');
-                delTr.children()[1].innerText = '移动到其他项';
+                delTr.children()[2].innerText = '移动到其他项';
                 $('tr[vid=' + tarVid + ']').children()[2].innerText = tarValue.relaTenders.length + tarValue.newTenders.length;
                 $('#del-cate-value').modal('hide');
             });