Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
DC-TOM
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘照晖
DC-TOM
Commits
ec65a27d
Commit
ec65a27d
authored
May 31, 2025
by
liqiuyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(*): 我的待办增加完成时间
parent
5061aa12
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
myAgency.vue
src/views/closeManage/myAgency.vue
+5
-0
myDone.vue
src/views/closeManage/myDone.vue
+6
-0
No files found.
src/views/closeManage/myAgency.vue
View file @
ec65a27d
...
...
@@ -995,6 +995,11 @@ const changeBag = (data)=>{
const
tableData
=
ref
([]);
const
tableColumns
=
ref
([
{
prop
:
'index'
,
label
:
'序号'
,
width
:
'6%'
},
{
prop
:
'workTicketNo'
,
label
:
'编号'
,
...
...
src/views/closeManage/myDone.vue
View file @
ec65a27d
...
...
@@ -1050,6 +1050,11 @@ const changeBag = (data)=>{
const
tableData
=
ref
([]);
const
tableColumns
=
ref
([
{
prop
:
'index'
,
label
:
'序号'
,
width
:
'6%'
},
{
prop
:
'workTicketNo'
,
label
:
'编号'
,
...
...
@@ -1086,6 +1091,7 @@ const tableColumns = ref([
{
prop
:
'createTime'
,
label
:
'发生时间'
,
width
:
'10%'
},
{
prop
:
'desc'
,
label
:
'闭环状态'
,
width
:
'10%'
},
{
prop
:
'handleUser'
,
label
:
'处理人'
,
width
:
'10%'
},
{
prop
:
'finishTime'
,
label
:
'完成时间'
,
width
:
'10%'
},
{
prop
:
'level'
,
label
:
'级别'
,
width
:
'5%'
},
{
prop
:
"operation"
,
...
...
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