Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
853dab7f
authored
Mar 04, 2023
by
gexinzhineng/gxzn27
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
搜索日期显示不全
parent
8e575f35
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
src/views/bpm/group/group.data.ts
+1
-0
src/views/bpm/oa/leave/leave.data.ts
+1
-0
src/views/bpm/task/todo/todo.data.ts
+1
-0
No files found.
src/views/bpm/group/group.data.ts
View file @
853dab7f
...
...
@@ -16,6 +16,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
primaryType
:
'id'
,
primaryTitle
:
'编号'
,
action
:
true
,
searchSpan
:
8
,
columns
:
[
{
title
:
'组名'
,
...
...
src/views/bpm/oa/leave/leave.data.ts
View file @
853dab7f
...
...
@@ -16,6 +16,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
primaryTitle
:
'申请编号'
,
action
:
true
,
actionWidth
:
'260'
,
searchSpan
:
8
,
columns
:
[
{
title
:
t
(
'common.status'
),
...
...
src/views/bpm/task/todo/todo.data.ts
View file @
853dab7f
...
...
@@ -7,6 +7,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
primaryKey
:
'id'
,
primaryType
:
null
,
action
:
true
,
searchSpan
:
8
,
columns
:
[
{
title
:
'任务编号'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment