Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
A
admin-base
Project
Project
Details
Activity
Releases
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
new-sing
admin-base
Commits
405ad75d
Commit
405ad75d
authored
Sep 28, 2018
by
wangwei
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/development' into development
parents
083a7198
ae08ff81
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
focusReply.vue
src/components/weChat/focusReply.vue
+4
-3
index.vue
src/components/weChat/index.vue
+2
-2
menuList.js
src/util/menuList.js
+1
-1
No files found.
src/components/weChat/focusReply.vue
View file @
405ad75d
...
...
@@ -5,9 +5,10 @@
<el-button
type=
"success"
plain
style=
"float: right"
@
click=
"add"
v-if=
"!$store.state.readonly"
>
添加回复
</el-button>
</div>
<el-tabs
v-model=
"activeName"
type=
"card"
@
tab-click=
"handleClick"
>
<el-tab-pane
label=
"新用户"
name=
"focus_reply_new"
></el-tab-pane>
<el-tab-pane
label=
"无课用户"
name=
"focus_reply_no_course"
></el-tab-pane>
<el-tab-pane
label=
"有课用户"
name=
"focus_reply_course"
></el-tab-pane>
<el-tab-pane
label=
"新用户关注"
name=
"focus_reply_new"
></el-tab-pane>
<el-tab-pane
label=
"无课用户关注"
name=
"focus_reply_no_course"
></el-tab-pane>
<el-tab-pane
label=
"有课用户关注"
name=
"focus_reply_course"
></el-tab-pane>
<el-tab-pane
label=
"自动回复"
name=
"auto_reply"
></el-tab-pane>
</el-tabs>
<el-table
:data=
"list"
...
...
src/components/weChat/index.vue
View file @
405ad75d
...
...
@@ -104,7 +104,7 @@
</span>
<p
class=
"frm_msg fail js_titleEorTips dn"
v-if=
"showErrorTips"
>
字数超过上限
</p>
<p
class=
"frm_msg fail js_titlenoTips dn"
style=
"display: none;"
>
请输入菜单名称
</p>
<p
class=
"frm_tips js_titleNolTips"
>
字数不超过
4个汉字或8
个字母
</p>
<p
class=
"frm_tips js_titleNolTips"
>
字数不超过
8个汉字或16
个字母
</p>
</div>
</div>
<div
class=
"frm_control_group"
:class=
"(selectedChildIndex == -1 && buttonList[selectedIndex].sub_button.length > 0 )? 'hideMenu' : ''"
>
...
...
@@ -734,7 +734,7 @@
let
chineseLength
=
value
.
match
(
re
).
length
sumLength
=
chineseLength
+
sumLength
}
this
.
showErrorTips
=
sumLength
>
8
this
.
showErrorTips
=
sumLength
>
16
},
addSubMenu
(){
let
item
=
{
...
...
src/util/menuList.js
View file @
405ad75d
...
...
@@ -192,7 +192,7 @@ export default [
icon
:
'icon-ai-weixin'
,
list
:
[
{
value
:
'
关注
自动回复'
,
value
:
'自动回复'
,
routerName
:
'focusReply'
,
path
:
'/focusReply'
,
cover
:
'7-1'
,
...
...
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