Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xoadoPlatform
Project
Overview
Details
Activity
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
yaohui
xoadoPlatform
Commits
20ea4191
Commit
20ea4191
authored
Dec 17, 2021
by
吕海涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改语音提醒
parent
a688b601
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
voicePage.vue
src/views/Voice/voicePage.vue
+5
-5
No files found.
src/views/Voice/voicePage.vue
View file @
20ea4191
...
...
@@ -23,7 +23,7 @@
</el-table-column>
<el-table-column
label=
"检测数据"
align=
"
center
"
align=
"
left
"
:formatter=
"inspectDataText"
width=
"200"
>
...
...
@@ -35,7 +35,7 @@
width=
"120"
>
</el-table-column>
<el-table-column
label=
"可配置提醒内容"
align=
"
center
"
>
<el-table-column
label=
"可配置提醒内容"
align=
"
left
"
>
<template
slot-scope=
"
{ row }">
<span
v-html=
"remindContentText(row)"
></span>
</
template
>
...
...
@@ -46,7 +46,7 @@
<el-button
type=
"text"
@
click=
"showDialog(
{ row })"
style="padding: 0 2px"
style="padding: 0 2px
;color:#315ee8
"
>编辑内容
</el-button
>
</
template
>
...
...
@@ -232,7 +232,7 @@ export default {
return
this
.
inspectDataonj
[
row
.
inspectData
-
1
];
},
remindTypeText
(
row
)
{
return
row
.
remindType
*
1
==
1
?
"语音提
醒
"
:
"模态弹窗"
;
return
row
.
remindType
*
1
==
1
?
"语音提
示
"
:
"模态弹窗"
;
},
remindContentText2
(
text
)
{
...
...
@@ -295,7 +295,7 @@ export default {
},
// table变色,头
tableHeaderColor
({
row
,
column
,
rowIndex
,
columnIndex
})
{
return
{
"background-color"
:
"#0099ff"
,
color
:
"#ffffff"
};
return
{
"background-color"
:
"#0099ff"
,
color
:
"#ffffff"
,
'text-align'
:
'center'
};
},
complaintLable
()
{
let
t
=
this
.
$refs
.
remindText
.
innerHTML
;
...
...
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