|
|
|
@ -131,7 +131,7 @@ |
|
|
|
</el-dropdown-menu> |
|
|
|
</el-dropdown> |
|
|
|
</div> |
|
|
|
<div class="listBtn" v-if="true"> |
|
|
|
<div class="listBtn" v-if="false"> |
|
|
|
<el-button type="primary" class="commonbutton" @click="btnTest">test</el-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -1716,7 +1716,10 @@ export default { |
|
|
|
if (e.prop) { |
|
|
|
if (e.prop == 'sn') { |
|
|
|
td = `<td>${i + 1}</td>` |
|
|
|
} else if (['isReportPrint','isVip', 'isUpload', 'isUploadAppoint', 'isReceiveReport', 'isPushThirdResult'].includes(e.prop)) { |
|
|
|
}else if(e.prop == 'completeFlag'){ |
|
|
|
newRow[e.prop] = dddw(this.dict.completeFlag, "id", newRow[e.prop], "displayName") |
|
|
|
td = `<td>${newRow[e.prop]||''}</td>` |
|
|
|
} else if (['isReportPrint','isVip', 'isUpload', 'isUploadAppoint', 'isReceiveReport', 'isPushThirdResult','isLock'].includes(e.prop)) { |
|
|
|
if (newRow[e.prop] == 'Y') { |
|
|
|
td = `<td>√</td>` |
|
|
|
} else { |
|
|
|
|