浏览代码

修复类别bug

laiguoran 4 年之前
父节点
当前提交
2ba3a403c7
共有 1 个文件被更改,包括 1 次插入1 次删除
  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');
             });