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
cb121942
Commit
cb121942
authored
Apr 15, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
038f3ee7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
16 deletions
+26
-16
form.vue
src/views/ai/task/form.vue
+26
-16
No files found.
src/views/ai/task/form.vue
View file @
cb121942
...
...
@@ -116,10 +116,12 @@
<el-tag
type=
"mini"
v-else
closable
@
close=
"handleTagClose(index)"
>
{{
item
.
name
}}
</el-tag>
</el-form-item>
</td>
<td
class=
"tagSelectCell flex"
>
<div
class=
"delIcon"
type=
"text"
v-show=
"tagMatchList.length > 1"
@
click=
"delTagList(index)"
>
<i
class=
"iconfont icon-Delete"
></i>
</div>
<td
class=
"tagSelectCell"
>
<el-form-item>
<div
class=
"delIcon"
type=
"text"
v-show=
"tagMatchList.length > 1"
@
click=
"delTagList(index)"
>
<i
class=
"iconfont icon-Delete"
></i>
</div>
</el-form-item>
</td>
</tr>
</tbody>
...
...
@@ -164,10 +166,12 @@
<el-tag
type=
"mini"
v-else
closable
@
close=
"handleSmsTemplateClose(item)"
>
{{
item
.
title
}}
</el-tag>
</el-form-item>
</td>
<td
class=
"tagSelectCell flex"
>
<div
class=
"delIcon"
v-show=
"smsList.length > 1"
type=
"text"
@
click=
"delSmslist(index)"
>
<i
class=
"iconfont icon-Delete"
></i>
</div>
<td
class=
"tagSelectCell"
>
<el-form-item>
<div
class=
"delIcon"
v-show=
"smsList.length > 1"
type=
"text"
@
click=
"delSmslist(index)"
>
<i
class=
"iconfont icon-Delete"
></i>
</div>
</el-form-item>
</td>
</tr>
</tbody>
...
...
@@ -209,17 +213,23 @@
</el-form-item>
</td>
<td
class=
"tagSelectCell"
style=
"width:170px"
>
<el-select
v-model=
"item.times"
size=
"small"
placeholder=
"请选择"
>
<el-option
v-for=
"item in timesOptions"
:key=
"item"
:label=
"item"
:value=
"item"
></el-option>
</el-select>
<el-form-item>
<el-select
v-model=
"item.times"
size=
"small"
placeholder=
"请选择"
>
<el-option
v-for=
"item in timesOptions"
:key=
"item"
:label=
"item"
:value=
"item"
></el-option>
</el-select>
</el-form-item>
</td>
<td
class=
"tagSelectCell"
style=
"width:170px"
>
<el-input-number
v-model=
"item.interval"
controls-position=
"right"
:max=
"720"
:min=
"1"
size=
"small"
:precision=
"0"
/>
<el-form-item>
<el-input-number
v-model=
"item.interval"
controls-position=
"right"
:max=
"720"
:min=
"1"
size=
"small"
:precision=
"0"
/>
</el-form-item>
</td>
<td
class=
"tagSelectCell flex"
>
<div
class=
"delIcon"
v-show=
"recallList.length > 1"
type=
"text"
@
click=
"delRecallList(index)"
>
<i
class=
"iconfont icon-Delete"
></i>
</div>
<td
class=
"tagSelectCell"
>
<el-form-item>
<div
class=
"delIcon"
v-show=
"recallList.length > 1"
type=
"text"
@
click=
"delRecallList(index)"
>
<i
class=
"iconfont icon-Delete"
></i>
</div>
</el-form-item>
</td>
</tr>
</tbody>
...
...
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