|
@@ -228,16 +228,6 @@
|
|
</el-tag>
|
|
</el-tag>
|
|
</template>
|
|
</template>
|
|
</template>
|
|
</template>
|
|
-
|
|
|
|
- <template #saveAgain="{ row }">
|
|
|
|
- <el-tag
|
|
|
|
-
|
|
|
|
- :type="`${row.saveAgain === 2 ? 'success' : row.saveAgain === 1 ? 'warning' : row.saveAgain === 3 ? 'danger' : 'info'}`"
|
|
|
|
- class="mx-1" effect="dark"
|
|
|
|
- >
|
|
|
|
- {{ row.saveAgain === 2 ? '已完成' : row.saveAgain === 1 ? '正在处理' : row.saveAgain === 3 ? '失败' : '待处理' }}
|
|
|
|
- </el-tag>
|
|
|
|
- </template>
|
|
|
|
</HcTable>
|
|
</HcTable>
|
|
<template #action>
|
|
<template #action>
|
|
<div class="lr-dialog-footer">
|
|
<div class="lr-dialog-footer">
|
|
@@ -712,7 +702,7 @@ const tableListColumn = ref([
|
|
{ key: 'reportNumber', name: '上报批次', width: 80, align: 'center' },
|
|
{ key: 'reportNumber', name: '上报批次', width: 80, align: 'center' },
|
|
{ key: 'fileUserIdAndName', name: '填报人', width: 190, align: 'center' },
|
|
{ key: 'fileUserIdAndName', name: '填报人', width: 190, align: 'center' },
|
|
{ key: 'waitingUserList', name: '任务人', align: 'center' },
|
|
{ key: 'waitingUserList', name: '任务人', align: 'center' },
|
|
- { key: 'saveAgain', name: 'saveAgain状态', width: 80, align: 'center' },
|
|
|
|
|
|
+
|
|
])
|
|
])
|
|
|
|
|
|
const tableListData = ref([])
|
|
const tableListData = ref([])
|