From d4651a421ff126770d4d9ebee88f5acc5926d761 Mon Sep 17 00:00:00 2001 From: marvzhang Date: Thu, 13 Feb 2020 13:42:56 +0800 Subject: [PATCH] fixed https://github.com/crawlab-team/crawlab/issues/505 --- frontend/src/views/spider/SpiderList.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/spider/SpiderList.vue b/frontend/src/views/spider/SpiderList.vue index bbfbee75..3a1d38ca 100644 --- a/frontend/src/views/spider/SpiderList.vue +++ b/frontend/src/views/spider/SpiderList.vue @@ -399,7 +399,8 @@ export default { { name: 'type', label: 'Spider Type', width: '120', sortable: true }, { name: 'last_status', label: 'Last Status', width: '120' }, { name: 'last_run_ts', label: 'Last Run', width: '140' }, - // { name: 'update_ts', label: 'Update Time', width: '140' }, + { name: 'update_ts', label: 'Update Time', width: '140' }, + { name: 'create_ts', label: 'Create Time', width: '140' }, { name: 'remark', label: 'Remark', width: '140' } ], spiderFormRules: {