Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BCDH-APP
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
首开风险隐患双控平台
BCDH-APP
Commits
880d1037
Commit
880d1037
authored
Aug 16, 2022
by
王李辉
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
消息列表待办事项状态位检查的工单删除操作功能
parent
09648864
Pipeline
#8707
passed with stage
in 5 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/views/messageCenter/waitEvent/index.vue
src/views/messageCenter/waitEvent/index.vue
+4
-1
No files found.
src/views/messageCenter/waitEvent/index.vue
View file @
880d1037
...
@@ -53,7 +53,7 @@
...
@@ -53,7 +53,7 @@
<div
class=
"message-content"
>
<div
class=
"message-content"
>
{{ item.content }},{{ item.createBy }}
{{ item.content }},{{ item.createBy }}
</div>
</div>
<div
class=
"bot_but"
>
<div
class=
"bot_but"
v-if=
" item.theme != '检查'"
>
<van-button
color=
"#33CCFF"
size=
"mini"
>
{{
<van-button
color=
"#33CCFF"
size=
"mini"
>
{{
item.status == 0 ? "立即处理" : "待办事项"
item.status == 0 ? "立即处理" : "待办事项"
}}
</van-button>
}}
</van-button>
...
@@ -179,6 +179,9 @@ export default {
...
@@ -179,6 +179,9 @@ export default {
},
},
touchstart
(
index
,
item
)
{
touchstart
(
index
,
item
)
{
console
.
log
(
item
)
console
.
log
(
item
)
if
(
item
.
theme
==
"
检查
"
){
return
}
if
(
item
.
appUrl
){
if
(
item
.
appUrl
){
this
.
$router
.
push
({
this
.
$router
.
push
({
// name: item.appUrl,
// name: item.appUrl,
...
...
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