Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
marketing-web
marketing
Commits
d2de62d8
Commit
d2de62d8
authored
Jul 12, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 文案
parent
029346b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
delDialog.vue
src/views/message/delDialog.vue
+9
-2
temp.vue
src/views/message/temp.vue
+1
-1
No files found.
src/views/message/delDialog.vue
View file @
d2de62d8
...
...
@@ -6,7 +6,8 @@
<p
class=
"batch-txt"
>
{{
tips
}}
</p>
<ul
class=
"batch-ul"
>
<li
v-for=
"item in list"
:key=
"item.id"
class=
"batch-li"
@
click=
"handleClickItem(item)"
>
<span
class=
"relationCreater"
>
{{
item
.
busiObjRelationCreater
}}
创建:
</span><span
class=
"relationName"
>
{{
item
.
busiObjRelationType
|
activeType
}}
--
{{
item
.
busiObjRelationName
}}
</span>
<span
class=
"relationName"
>
{{
item
.
busiObjRelationType
|
activeType
}}
--
{{
item
.
busiObjRelationName
}}
</span>
<span
class=
"relationCreater"
>
{{
item
.
busiObjRelationCreater
}}
</span>
</li>
</ul>
</div>
...
...
@@ -100,10 +101,16 @@ export default {
text-align
:
left
;
}
.relationName
{
width
:
288px
;
color
:
#2f54eb
;
cursor
:
pointer
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
}
.relationCreater
{
margin-left
:
10px
;
width
:
308
px
;
width
:
145
px
;
white-space
:
nowrap
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
...
...
src/views/message/temp.vue
View file @
d2de62d8
...
...
@@ -97,7 +97,7 @@ export default {
this
.
delList
=
result
.
list
;
this
.
dialogVisible
=
true
;
}
else
{
this
.
$confirm
(
'确认删除该模板
?删除后,所有引用此模板的短信都会停止发送。
'
,
'提示'
,
{
this
.
$confirm
(
'确认删除该模板
,删除后无法恢复短信模板
'
,
'提示'
,
{
confirmButtonText
:
'确认'
,
cancelBUttonText
:
'取消'
,
type
:
'warning'
...
...
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