bug修改

fencang
anthonywj 3 years ago
parent 1cea6b08f4
commit ca7a6beaa0

@ -72,24 +72,24 @@
<span>{{ scope.row.actDate }}</span> <span>{{ scope.row.actDate }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <!-- <el-table-column-->
label="审核时间" <!-- label="审核时间"-->
prop="actDate" <!-- prop="actDate"-->
width="150" <!-- width="150"-->
show-overflow-tooltip="true" <!-- show-overflow-tooltip="true"-->
> <!-- >-->
<template slot-scope="scope"> <!-- <template slot-scope="scope">-->
<i class="el-icon-time"></i> <!-- <i class="el-icon-time"></i>-->
<span>{{ scope.row.auditTime }}</span> <!-- <span>{{ scope.row.auditTime }}</span>-->
</template> <!-- </template>-->
</el-table-column> <!-- </el-table-column>-->
<el-table-column label="校验状态" prop="contrastStatus" width="120"> <!-- <el-table-column label="校验状态" prop="contrastStatus" width="120">-->
<template slot-scope="scope"> <!-- <template slot-scope="scope">-->
<el-tag :type="(scope.row.contrastStatus === 1) | statusFilterType"> <!-- <el-tag :type="(scope.row.contrastStatus === 1) | statusFilterType">-->
{{ erpCheckStatus[scope.row.contrastStatus] }} <!-- {{ erpCheckStatus[scope.row.contrastStatus] }}-->
</el-tag> <!-- </el-tag>-->
</template> <!-- </template>-->
</el-table-column> <!-- </el-table-column>-->
<el-table-column label="操作" fixed="right" width="150"> <el-table-column label="操作" fixed="right" width="150">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button <el-button

Loading…
Cancel
Save