Skip to content

admin的dashboard展示需要上线个数为1,点开tab,展示暂无数据 #802

@yunxixi

Description

@yunxixi

SQLe Version

Version:
"main-ee b083bde"

Describe the bug
可以创建工单的用户创建一个工单,默认审批流程;
sql语句大概:如下:(有语法错误)

reate table test(id int primary key,name varchar(10));

insert into test (id, name) values(1,'tom');
insert into test (id, name) values(2,'jack');
insert into test (id, name) values(3,'ketty');

admin用户审批;
admin上线为定时上线,设置一个时间点;
查看工作台,看到需要上线有个红色的icon提示为1
image
查看创建工单的用户;
image

To Reproduce

Expected behavior

Suggestion

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingverifiedthe issue all pr is verified

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions