Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
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
office
haoban-3
Commits
7cf3868b
Commit
7cf3868b
authored
Aug 04, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
19914f6e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
salutatorySet.vue
src/views/enterprise/salutatorySet.vue
+3
-4
No files found.
src/views/enterprise/salutatorySet.vue
View file @
7cf3868b
...
...
@@ -80,7 +80,7 @@
<preview
:welcomeContent=
"form.welcomeContent"
:mediaList=
"form.welcomeMediaList"
/>
</div>
<el-dialog
title=
"添加公众号"
width=
"585px"
class=
"replay-link-dialog"
:visible
.
sync=
"addReplayDialog"
@
closed=
"onClosed"
>
<el-form
label-position=
"right"
ref=
"form"
:model=
"
{}"
label-width="100px" @submit.native.prevent>
<el-form
label-position=
"right"
label-width=
"100px"
@
submit
.
native
.
prevent
>
<el-form-item
label=
"公众号名称"
>
<el-input
v-model=
"accountName"
@
keyup
.
enter
.
native=
"addAcountName"
></el-input>
</el-form-item>
...
...
@@ -91,7 +91,7 @@
</div>
</el-dialog>
<el-dialog
title=
"添加链接"
width=
"585px"
class=
"replay-link-dialog"
:visible
.
sync=
"urlDialogVisible"
@
closed=
"onClosed"
>
<el-form
label-position=
"right"
ref=
"form"
:model=
"
{}"
label-width="100px" @submit.native.prevent>
<el-form
label-position=
"right"
label-width=
"100px"
@
submit
.
native
.
prevent
>
<el-form-item
label=
"链接地址"
>
<el-input
v-model=
"url"
@
keyup
.
enter
.
native=
"addUrl"
></el-input>
<span
style=
"font-size:12px;color:#909399;"
>
以http或https开头
</span>
...
...
@@ -236,7 +236,7 @@ export default {
},
accountName
:
''
,
rules
:
{
title
:
[{
required
:
true
,
message
:
'请输入欢迎语标题'
,
trigger
:
'blur'
}],
title
:
[{
required
:
true
,
message
:
'请输入欢迎语标题'
}],
welcomeContent
:
[{
required
:
true
,
message
:
'请输入欢迎语内容'
,
trigger
:
'blur'
}]
},
wxEnterpriseId
:
''
,
...
...
@@ -310,7 +310,6 @@ export default {
});
},
handleDiabled
(
val
)
{
console
.
log
(
'handleDiabled'
);
if
(
this
.
form
.
welcomeMediaList
.
filter
(
item
=>
item
.
miniprogramSettingId
&&
item
.
miniprogramSettingId
==
val
.
miniprogramSettingId
).
length
)
{
return
true
;
}
else
{
...
...
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