From 6a609ac5a6e05b5bd2f2fb159604ad26200ff185 Mon Sep 17 00:00:00 2001 From: vapao Date: Mon, 25 Oct 2021 14:22:39 +0800 Subject: [PATCH] fix issue --- spug_web/src/pages/deploy/app/Ext1Setup3.js | 2 +- spug_web/src/pages/deploy/request/Table.js | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/spug_web/src/pages/deploy/app/Ext1Setup3.js b/spug_web/src/pages/deploy/app/Ext1Setup3.js index daa429b..9e9086a 100644 --- a/spug_web/src/pages/deploy/app/Ext1Setup3.js +++ b/spug_web/src/pages/deploy/app/Ext1Setup3.js @@ -50,7 +50,7 @@ export default observer(function () { - info['versions'] = e.target.value} placeholder="请输入部署目标路径"/> + info['versions'] = e.target.value} placeholder="请输入保存的版本数量"/> diff --git a/spug_web/src/pages/deploy/request/Table.js b/spug_web/src/pages/deploy/request/Table.js index 6a92674..280b298 100644 --- a/spug_web/src/pages/deploy/request/Table.js +++ b/spug_web/src/pages/deploy/request/Table.js @@ -77,6 +77,10 @@ function ComTable() { dataIndex: 'created_at', sorter: (a, b) => a['created_at'].localeCompare(b['created_at']), hide: true + }, { + title: '发布时间', + dataIndex: 'do_at', + hide: true }, { title: '备注', dataIndex: 'desc',