参数修改

This commit is contained in:
zzyuan 2025-11-27 17:17:23 +08:00
parent 9dd303cf56
commit 341bd0dcd0
1 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@
</el-table-column> </el-table-column>
<el-table-column label="完成进度" align="center" prop="taskProcess" :show-overflow-tooltip="true"> <el-table-column label="完成进度" align="center" prop="taskProcess" :show-overflow-tooltip="true">
<template slot-scope="scope"> <template slot-scope="scope">
<el-progress :percentage="Math.ceil((scope.row.verifyCount/scope.row.verifyAllCount)*100)" :format="format"></el-progress> <el-progress :percentage="Math.ceil((scope.row.verifyCount/scope.row.verifyAllCount)*100)"></el-progress>
</template> </template>
</el-table-column> </el-table-column>
@ -469,7 +469,7 @@
}, },
getDetailList(){ getDetailList(){
let param = { let param = {
bathId:this.rowData.bathId, batchId:this.rowData.batchId,
name:this.detailParams.name, name:this.detailParams.name,
certificateNo:this.detailParams.certificateNo, certificateNo:this.detailParams.certificateNo,
certificateType:this.detailParams.certificateType, certificateType:this.detailParams.certificateType,