src/views/dmx/knowledgeLib/index.vue
@@ -309,11 +309,8 @@ <div style="display: flex; align-items: center"> <div style="width: 100px"> <a-popover title="" v-if="record.run == '4'"> <a-tag :loading="record.loading" :color="'blue'" border >{{ $t('dmx.list.complete') }}</a-tag <a-tag :loading="record.loading" :color="'red'" border >失败</a-tag > <template #content> <p>流程开始于:{{ record.process_begin_at }}</p>