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
9e695c0e
authored
Aug 22, 2024
by
GoldenZqqq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 时间显示格式修复;popover内通过按钮颜色与外部保持一致
parent
8b35ee53
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/views/bpm/processInstance/detail/index_new.vue
+3
-3
No files found.
src/views/bpm/processInstance/detail/index_new.vue
View file @
9e695c0e
...
@@ -107,7 +107,7 @@
...
@@ -107,7 +107,7 @@
<el-form-item>
<el-form-item>
<el-button
<el-button
:disabled=
"formLoading"
:disabled=
"formLoading"
type=
"
primary
"
type=
"
success
"
@
click=
"handleAudit(true)"
@
click=
"handleAudit(true)"
>
>
通过
通过
...
@@ -231,10 +231,10 @@
...
@@ -231,10 +231,10 @@
/>
/>
<!-- TODO:暂无该字段 -->
<!-- TODO:暂无该字段 -->
<div
v-if=
"activity.receiveTime"
class=
"text-#a5a5a5 text-12px"
>
<div
v-if=
"activity.receiveTime"
class=
"text-#a5a5a5 text-12px"
>
接收时间:{{
activity.receiveTime
}}
接收时间:{{
formatDate(activity.receiveTime)
}}
</div>
</div>
<div
v-if=
"activity.createTime"
class=
"text-#a5a5a5 text-12px"
>
<div
v-if=
"activity.createTime"
class=
"text-#a5a5a5 text-12px"
>
审批时间:{{
activity.createTime
}}
审批时间:{{
formatDate(activity.createTime)
}}
</div>
</div>
<div
v-if=
"activity.opinion"
class=
"text-#a5a5a5 text-12px w-100%"
>
<div
v-if=
"activity.opinion"
class=
"text-#a5a5a5 text-12px w-100%"
>
<div
class=
"mb-5px"
>
审批意见:
</div>
<div
class=
"mb-5px"
>
审批意见:
</div>
...
...
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