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
c4dc9507
Commit
c4dc9507
authored
Jun 21, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 修改控件件宽度
parent
505817cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
list.vue
src/views/ecm/list.vue
+3
-3
No files found.
src/views/ecm/list.vue
View file @
c4dc9507
...
...
@@ -7,13 +7,13 @@
<el-select
class=
"dm-select"
clearable
v-model=
"listParams.marketingType"
placeholder=
"选择营销方式"
@
change=
"search"
>
<el-option
v-for=
"(v, i) in showMarketingTypeOptions"
:key=
"i"
:label=
"v.label"
:value=
"v.value"
></el-option>
</el-select>
<dm-activity-select
class=
"vertical-middle
w150 mr5"
onlySelect
width=
"15
0"
:actId
.
sync=
"listParams.marketingActivityId"
@
actUpdate=
"search"
></dm-activity-select>
<dm-activity-select
class=
"vertical-middle
"
onlySelect
width=
"13
0"
:actId
.
sync=
"listParams.marketingActivityId"
@
actUpdate=
"search"
></dm-activity-select>
<el-select
class=
"dm-select"
clearable
v-model=
"listParams.onlineStatus"
placeholder=
"选择状态"
@
change=
"search"
>
<el-option
v-for=
"(v, i) in onlineOptions"
:key=
"i"
:label=
"v.label"
:value=
"v.value"
></el-option>
</el-select>
<el-input
v-model=
"listParams.searchName"
class=
"w
20
0"
placeholder=
"输入计划名称"
clearable
@
change=
"search"
><i
slot=
"prefix"
class=
"el-input__icon el-icon-search"
></i></el-input>
<el-input
v-model=
"listParams.searchName"
class=
"w
15
0"
placeholder=
"输入计划名称"
clearable
@
change=
"search"
><i
slot=
"prefix"
class=
"el-input__icon el-icon-search"
></i></el-input>
<el-checkbox
class=
"vertical-middle"
v-if=
"$store.state.marketing.isShowSelf"
v-model=
"listParams.showSelfFlag"
:true-label=
"1"
:false-label=
"0"
label=
"仅看本人"
border
@
change=
"search"
/>
<el-date-picker
v-model=
"dateTime"
style=
"width:
30
0px"
type=
"daterange"
value-format=
"yyyy-MM-dd"
range-separator=
"至"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
@
change=
"search"
></el-date-picker>
<el-date-picker
v-model=
"dateTime"
style=
"width:
25
0px"
type=
"daterange"
value-format=
"yyyy-MM-dd"
range-separator=
"至"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
@
change=
"search"
></el-date-picker>
<el-button
class=
"fr"
type=
"primary"
@
click=
"$router.push('/ecm/add')"
>
新建计划
</el-button>
<el-tooltip
class=
"fr"
content=
"只记录删除计划或编辑“进行中”计划的操作日志"
placement=
"top"
open-delay=
"200"
>
<el-button
style=
"margin-right:10px"
@
click=
"$router.push('/ecm/log')"
>
操作日志
</el-button>
...
...
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