Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
e8769d0d0e14b0483e7506529c613f00ecdfb147
Authored by
ww
2023-04-17 11:18:39 +0800
1 parent
26d30614
perf: DEFECT-1167 任务中心筛选描述修改
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/task/center/config/index.ts
src/views/task/center/config/index.ts
View file @
e8769d0
...
...
@@ -44,7 +44,7 @@ export enum TaskStatusEnum {
44
44
45
45
export enum TaskStatusNameEnum {
46
46
DEACTIVATE = '已停用',
47
-
NORMAL = '
正常
',
47
+
NORMAL = '
已启用
',
48
48
}
49
49
50
50
export const formSchemas: FormSchema[] = [
...
...