From c1e7b8ff017238863b835eeb652fe70a1a921f4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=A5=E6=B5=B7?= Date: Sat, 25 Nov 2023 10:27:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BB=A3=E7=A0=81=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=A1=B5=E9=AB=98=E4=BA=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/script/list.vue | 12 ++++++++++-- src/apps/taskline/list.vue | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/apps/script/list.vue b/src/apps/script/list.vue index dbc8c77..b57d868 100644 --- a/src/apps/script/list.vue +++ b/src/apps/script/list.vue @@ -48,7 +48,8 @@ export default class ScriptList extends Vue { public tableColumns = [ { colKey: 'Name', title: '名称', ellipsis: true }, { colKey: 'CommandType', title: '类型', ellipsis: true }, - { colKey: 'Content', title: '脚本', ellipsis: true }, + { colKey: 'WorkDirectory', title: '执行路径', ellipsis: true }, + { colKey: 'Timeout', title: '超时', ellipsis: true }, { colKey: 'Operation', title: '操作', width: "110px" }, ] } @@ -77,7 +78,7 @@ export default class ScriptList extends Vue { 新建脚本 - + + diff --git a/src/apps/taskline/list.vue b/src/apps/taskline/list.vue index f732b47..642b1f4 100644 --- a/src/apps/taskline/list.vue +++ b/src/apps/taskline/list.vue @@ -34,7 +34,7 @@ export default class TasklineList extends Vue { this.historyList = res.Items } - // 侧边栏开关 + // 展开详情 public expanded = false