常熟吴彦祖 3 months ago
parent
commit
bb9ab1ca01
  1. 12
      src/views/modules/warehouse/ifsCallErrorLog.vue

12
src/views/modules/warehouse/ifsCallErrorLog.vue

@ -118,6 +118,16 @@
<span v-else>{{ scope.row[item.columnProp] }}</span> <span v-else>{{ scope.row[item.columnProp] }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column
header-align="center"
align="center"
width="100"
label="操作">
<template slot-scope="scope">
<a type="text" size="small" v-if="scope.row.processStatus === 'PENDING'" @click="handleRetry(scope.row)">重试</a>
</template>
</el-table-column>
</el-table> </el-table>
<!-- 分页 --> <!-- 分页 -->
@ -451,7 +461,7 @@ export default {
headerAlign: "center", headerAlign: "center",
align: "center", align: "center",
columnLabel: "操作", columnLabel: "操作",
columnWidth: 150,
columnWidth: 300,
columnSortable: false, columnSortable: false,
showOverflowTooltip: true, showOverflowTooltip: true,
fixed: "right" fixed: "right"

Loading…
Cancel
Save