src/views/eam/base/EamMaintenanceStandardList.vue
@@ -113,6 +113,14 @@ <a @click.stop="event=>event.stopPropagation()">删除</a> </a-popconfirm> </template> <template v-if="record.standardStatus != 'WAIT_SUBMIT'"> <a-divider type="vertical"/> <a-popconfirm title="确定删除吗?" @confirm="() => handleDelete(record.id)"> <a @click.stop="event=>event.stopPropagation()">删除</a> </a-popconfirm> </template> </span> </a-table>