Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center-ui
Commits
39ff7ea1
Commit
39ff7ea1
authored
Jul 08, 2021
by
陈浩建
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
replaceAll兼容性差,改用replace
parent
67e8f960
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/views/school-center/productManagement/broadband.vue
+3
-4
No files found.
src/views/school-center/productManagement/broadband.vue
View file @
39ff7ea1
...
...
@@ -383,14 +383,14 @@ export default {
if
(
text
==
undefined
)
{
return
'
\
n'
;
}
return
<
span
style
=
"white-space: pre-line;"
>
{
text
.
replace
All
(
','
,
'
\
n'
)}
<
/span>
;
return
<
span
style
=
"white-space: pre-line;"
>
{
text
.
replace
(
','
,
'
\
n'
)}
<
/span>
;
}
},
{
dataIndex
:
'kdy_btn'
,
width
:
180
,
title
:
'是否显示宽叠移提速'
,
customRender
:
function
(
text
)
{
if
(
text
==
undefined
)
{
return
'
\
n'
;
}
return
<
span
style
=
"white-space: pre-line;"
>
{
text
.
replace
All
(
','
,
'
\
n'
)}
<
/span>
;
return
<
span
style
=
"white-space: pre-line;"
>
{
text
.
replace
(
','
,
'
\
n'
)}
<
/span>
;
}
},
{
dataIndex
:
'university_package_number'
,
width
:
60
,
title
:
'揽装工号'
},
...
...
@@ -896,4 +896,4 @@ export default {
border-bottom
:
1px
solid
grey
;
margin-bottom
:
20px
;
}
</
style
>
\ No newline at end of file
</
style
>
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