luolei 5 年之前
父節點
當前提交
1b95989c16
共有 3 個文件被更改,包括 0 次插入21 次删除
  1. 0 7
      src/js/qcList.js
  2. 0 7
      src/js/qcListDept.js
  3. 0 7
      src/js/qcListPerson.js

+ 0 - 7
src/js/qcList.js

@@ -164,14 +164,7 @@ function renderTab(data,hisId){
     let str = ``
     let hasSelectAll = true;
     if(data.length===0){
-<<<<<<< HEAD
-      $('tbody').html(`<tr><td colspan="18" style="text-align: center;color: #aaa">
-          <img style="margin-top:50px;width:100px;" src="${require('../images/empty.png')}" />
-          <p style="margin-top:20px;margin-bottom:30px;color:#ccc;position:relative;left:5px;">暂无数据~</p>
-      </td></tr>`)
-=======
       $('tbody').html(emptyBox())
->>>>>>> byll
       return;
     }
     for(let i = 0; i < data.length; i++){

+ 0 - 7
src/js/qcListDept.js

@@ -184,14 +184,7 @@ function renderTab(data){
     let str = ``
     let hasSelectAll = true;
     if(data.length===0){
-<<<<<<< HEAD
-      $('tbody').html(str?str:`<tr><td colspan="18" style="text-align: center;color: #aaa">
-          <img style="margin-top:50px;width:100px;" src="${require('../images/empty.png')}" />
-          <p style="margin-top:20px;margin-bottom:30px;color:#ccc;position:relative;left:5px;">暂无数据~</p>
-      </td></tr>`)
-=======
       $('tbody').html(str?str:emptyBox())
->>>>>>> byll
       return;
     }
     for(let i = 0; i < data.length; i++){

+ 0 - 7
src/js/qcListPerson.js

@@ -183,14 +183,7 @@ function renderTab(data){
     let str = ``
     let hasSelectAll = true;
     if(data.length===0){
-<<<<<<< HEAD
-        $('tbody').html(str?str:`<tr><td colspan="18" style="text-align: center;color: #aaa">
-            <img style="margin-top:50px;width:100px;" src="${require('../images/empty.png')}" />
-            <p style="margin-top:20px;margin-bottom:30px;color:#ccc;position:relative;left:5px;">暂无数据~</p>
-        </td></tr>`)
-=======
         $('tbody').html(str?str:emptyBox())
->>>>>>> byll
         return;
     }
     for(let i = 0; i < data.length; i++){