|
@@ -93,7 +93,7 @@
|
|
|
<span v-else>--</span>
|
|
<span v-else>--</span>
|
|
|
</template>
|
|
</template>
|
|
|
<template #action="scope">
|
|
<template #action="scope">
|
|
|
- <div class="action-container" v-if="scope.row.fixStatus === FIX_STATUS.TO_BE_RECTIFIED">
|
|
|
|
|
|
|
+ <div class="action-container">
|
|
|
<ActionButton
|
|
<ActionButton
|
|
|
text="查看"
|
|
text="查看"
|
|
|
@click="
|
|
@click="
|
|
@@ -117,25 +117,6 @@
|
|
|
@click="handleAddFixer(scope.row.id, scope.row.fixerList)"
|
|
@click="handleAddFixer(scope.row.id, scope.row.fixerList)"
|
|
|
/>
|
|
/>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="action-container" v-else>
|
|
|
|
|
- <ActionButton
|
|
|
|
|
- text="查看"
|
|
|
|
|
- @click="
|
|
|
|
|
- handleViewTask(item.id, 'item', scope.row.fixTaskId, scope.row.deptId, scope.row.id)
|
|
|
|
|
- "
|
|
|
|
|
- />
|
|
|
|
|
- <ActionButton
|
|
|
|
|
- text="去整改"
|
|
|
|
|
- @click="
|
|
|
|
|
- handleRectification(
|
|
|
|
|
- scope.row.id,
|
|
|
|
|
- item.id,
|
|
|
|
|
- scope.row.fixTaskId,
|
|
|
|
|
- item.tableData[0].disasterReportRecordDetailList,
|
|
|
|
|
- )
|
|
|
|
|
- "
|
|
|
|
|
- />
|
|
|
|
|
- </div>
|
|
|
|
|
</template>
|
|
</template>
|
|
|
</BasicTable>
|
|
</BasicTable>
|
|
|
</div>
|
|
</div>
|