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
a3481128
Commit
a3481128
authored
Aug 17, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/7月迭代' into dev
parents
523e9188
8e195bc7
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
App.vue
src/App.vue
+2
-0
ai-data-detail.vue
src/views/ai/ai-data-detail.vue
+1
-1
form.vue
src/views/ai/task/form.vue
+1
-1
task.vue
src/views/ai/task/task.vue
+1
-1
No files found.
src/App.vue
View file @
a3481128
...
...
@@ -38,6 +38,8 @@ export default {
localStorage
.
setItem
(
'enableAccessControl'
,
enableAccessControl
);
if
(
this
.
userId
!==
uId
)
{
this
.
userId
=
uId
;
// 切换账号后,不缓存权限数据、菜单数据、面包屑数据
window
.
notCache
=
true
;
// 串号
this
.
$confirm
(
'当前登录账号已经发生变化,如果您在其他页面已经登录另一个账号,请重新登录!'
,
'登录账号变更提示'
,
{
confirmButtonText
:
'重新登录'
,
...
...
src/views/ai/ai-data-detail.vue
View file @
a3481128
...
...
@@ -83,7 +83,7 @@
<div
class=
"btnBg"
style=
"margin-left:12px"
>
<el-tooltip
placement=
"top"
:disabled=
"!row.aiTelRecordText"
>
<div
slot=
"content"
>
{{
row
.
isPlay
?
'暂停
录音
'
:
'播放录音'
}}
{{
row
.
isPlay
?
'暂停
播放
'
:
'播放录音'
}}
</div>
<el-button
size=
"small"
type=
"text"
@
click=
"handleListen(row)"
:disabled=
"!row.aiTelRecordText || (row.aiTelRecordText && !row.aiTelRecordUrl)"
>
...
...
src/views/ai/task/form.vue
View file @
a3481128
...
...
@@ -66,7 +66,7 @@
</div>
</el-form-item>
<el-form-item
label=
"号码导入"
prop=
"phoneList"
v-else
>
<dm-import-file
ref=
"importFile"
:againUploadDisabled=
"disabled"
:options=
"importFileOption"
@
change=
"handleFileChange"
:echo=
"fileEcho"
></dm-import-file>
<dm-import-file
ref=
"importFile"
style=
"width:680px"
:againUploadDisabled=
"disabled"
:options=
"importFileOption"
@
change=
"handleFileChange"
:echo=
"fileEcho"
></dm-import-file>
</el-form-item>
<el-form-item
label=
"预计覆盖人数"
>
<span
class=
"bold"
>
{{ planMemberCountShow }}
</span>
...
...
src/views/ai/task/task.vue
View file @
a3481128
...
...
@@ -613,7 +613,7 @@ export default {
gap
:
12px
;
.card
{
min-width
:
224px
;
width
:
16
.6
%
;
width
:
16%
;
height
:
140px
;
background
:
#f0f3fd
;
border-radius
:
4px
;
...
...
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