|
@@ -320,10 +320,11 @@ function renderTab(data){
|
|
|
if(!item.hasSelect){
|
|
|
hasSelectAll = false
|
|
|
}
|
|
|
+ // <td class="recordScoreOperaBtn textCenter" style="opacity:${hasData('FUNC000017')?'1':'0.5'}">评分</td>
|
|
|
str += `
|
|
|
<tr data-index=${i}>
|
|
|
<td class="scoreOperaItem textCenter">${item.hasSelect ? `<img class="iconCheck" src=${iconCheck} />`:`<img class="iconCheck" src=${iconUnCheck} />`}</td>
|
|
|
- <td class="recordScoreOperaBtn textCenter" style="opacity:${hasData('FUNC000017')?'1':'0.5'}">评分</td>`
|
|
|
+ `
|
|
|
for(let j = 0; j < pageSet.length; j++){
|
|
|
if(pageSet[j].status == 1){
|
|
|
if(pageSet[j].val === "checkStatus" || pageSet[j].val === "mrStatus" ){
|
|
@@ -584,8 +585,7 @@ function getPageSet(){
|
|
|
}
|
|
|
|
|
|
function renderTabTitle(data){
|
|
|
- let str = ` <th class="textCenter" ></th>
|
|
|
- <th class="recordScoreOpera textCenter" style="width: 65px;">操作</th>`
|
|
|
+ let str = ` <th class="textCenter" ></th>`
|
|
|
for(let i = 0; i < data.length; i++){
|
|
|
const item = data[i]
|
|
|
if(item.status == 1){
|