Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jiedao-app-operator-master
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
lanbaoming
jiedao-app-operator-master
Commits
42fa1747
Commit
42fa1747
authored
Dec 19, 2024
by
honghy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
短信节点模板字段宽度调整
parent
c45af887
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
smsNode.vue
src/views/system/sms/smsNode.vue
+4
-4
No files found.
src/views/system/sms/smsNode.vue
View file @
42fa1747
...
...
@@ -111,28 +111,28 @@
{{
scope
.
row
.
isOrders
==
0
?
'
否
'
:
'
是
'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"模板1"
align=
"center"
prop=
"templateIdOne"
>
<el-table-column
label=
"模板1"
align=
"center"
prop=
"templateIdOne"
width=
"130"
>
<
template
slot-scope=
"scope"
>
<el-link
type=
"primary"
@
click=
"look(smsTemplateMap.get(scope.row.templateIdOne))"
>
{{
scope
.
row
.
templateIdOne
!=
null
?
smsTemplateMap
.
get
(
scope
.
row
.
templateIdOne
)
!=
null
?
smsTemplateMap
.
get
(
scope
.
row
.
templateIdOne
).
name
:
''
:
''
}}
</el-link>
</
template
>
</el-table-column>
<el-table-column
label=
"模板2"
align=
"center"
prop=
"templateIdTwo"
>
<el-table-column
label=
"模板2"
align=
"center"
prop=
"templateIdTwo"
width=
"130"
>
<
template
slot-scope=
"scope"
>
<el-link
type=
"primary"
@
click=
"look(smsTemplateMap.get(scope.row.templateIdTwo))"
>
{{
scope
.
row
.
templateIdTwo
!=
null
?
smsTemplateMap
.
get
(
scope
.
row
.
templateIdTwo
)
!=
null
?
smsTemplateMap
.
get
(
scope
.
row
.
templateIdTwo
).
name
:
''
:
''
}}
</el-link>
</
template
>
</el-table-column>
<el-table-column
label=
"模板3"
align=
"center"
prop=
"templateIdThree"
>
<el-table-column
label=
"模板3"
align=
"center"
prop=
"templateIdThree"
width=
"130"
>
<
template
slot-scope=
"scope"
>
<el-link
type=
"primary"
@
click=
"look(smsTemplateMap.get(scope.row.templateIdThree))"
>
{{
scope
.
row
.
templateIdThree
!=
null
?
smsTemplateMap
.
get
(
scope
.
row
.
templateIdThree
)
!=
null
?
smsTemplateMap
.
get
(
scope
.
row
.
templateIdThree
).
name
:
''
:
''
}}
</el-link>
</
template
>
</el-table-column>
<el-table-column
label=
"模板4"
align=
"center"
prop=
"templateIdFour"
>
<el-table-column
label=
"模板4"
align=
"center"
prop=
"templateIdFour"
width=
"130"
>
<
template
slot-scope=
"scope"
>
<el-link
type=
"primary"
@
click=
"look(smsTemplateMap.get(scope.row.templateIdFour))"
>
{{
scope
.
row
.
templateIdFour
!=
null
?
smsTemplateMap
.
get
(
scope
.
row
.
templateIdFour
)
!=
null
?
smsTemplateMap
.
get
(
scope
.
row
.
templateIdFour
).
name
:
''
:
''
}}
...
...
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