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
09ca6776
Commit
09ca6776
authored
Sep 18, 2021
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
28883051
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
taskDetail.vue
src/views/salesleads/trafficTask/taskDetail.vue
+2
-2
taskRecord.vue
src/views/salesleads/trafficTask/taskRecord.vue
+1
-1
No files found.
src/views/salesleads/trafficTask/taskDetail.vue
View file @
09ca6776
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"daily-set-content boder-box"
>
<div
class=
"daily-set-content boder-box"
>
<div
class=
"table-condition flex flex-space-between m-b-23"
>
<div
class=
"table-condition flex flex-space-between m-b-23"
>
<div
class=
"table-condition-left flex flex-align-center"
>
<div
class=
"table-condition-left flex flex-align-center"
>
<span
style=
"font-size:14px;margin-right:-4px;"
>
创建时间:
</span><el-date-picker
prefix-icon=
"el-icon-time"
:picker-options=
"pickerOptions"
v-model=
"conditionObj.date"
@
change=
"changeSelect"
:value-format=
"'yyyy-MM-dd'"
type=
"daterange"
align=
"right"
unlink-panels
range-separator=
"至"
start-placeholder=
"开始时间"
end-placeholder=
"结束时间"
>
</el-date-picker>
<span
style=
"font-size:14px;margin-right:-4px;"
>
任务
创建时间:
</span><el-date-picker
prefix-icon=
"el-icon-time"
:picker-options=
"pickerOptions"
v-model=
"conditionObj.date"
@
change=
"changeSelect"
:value-format=
"'yyyy-MM-dd'"
type=
"daterange"
align=
"right"
unlink-panels
range-separator=
"至"
start-placeholder=
"开始时间"
end-placeholder=
"结束时间"
>
</el-date-picker>
<el-select
v-model=
"conditionObj.completed"
placeholder=
"请选择"
class=
"w-135 m-l-10"
@
change=
"changeSelect"
>
<el-select
v-model=
"conditionObj.completed"
placeholder=
"请选择"
class=
"w-135 m-l-10"
@
change=
"changeSelect"
>
<el-option
v-for=
"item in completedOptions"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
<el-option
v-for=
"item in completedOptions"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
</el-select>
...
@@ -127,7 +127,7 @@
...
@@ -127,7 +127,7 @@
<div>{{ scope.row.taskType == '0' ? '不良评价' : scope.row.taskType == '5' ? '会话任务' : '话务任务' }}</div>
<div>{{ scope.row.taskType == '0' ? '不良评价' : scope.row.taskType == '5' ? '会话任务' : '话务任务' }}</div>
</template>
</template>
</el-table-column> -->
</el-table-column> -->
<el-table-column
label=
"创建时间"
width=
"107"
>
<el-table-column
label=
"
任务
创建时间"
width=
"107"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
class=
"line-18"
>
{{
scope
.
row
.
createTime
|
formatTimeYMD
}}
</div>
<div
class=
"line-18"
>
{{
scope
.
row
.
createTime
|
formatTimeYMD
}}
</div>
<div
class=
"line-18"
>
{{
scope
.
row
.
createTime
|
formatTimeHMS
}}
</div>
<div
class=
"line-18"
>
{{
scope
.
row
.
createTime
|
formatTimeHMS
}}
</div>
...
...
src/views/salesleads/trafficTask/taskRecord.vue
View file @
09ca6776
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<div
class=
"table-condition-left flex flex-align-center"
>
<div
class=
"table-condition-left flex flex-align-center"
>
<el-input
placeholder=
"请输入门店名称"
maxlength=
"50"
v-model=
"conditionObj.searchInput"
class=
"w-264"
style=
"width: 264px;"
@
keyup
.
native=
"value => toInput(value, conditionObj.searchInput)"
>
<i
slot=
"prefix"
class=
"el-input__icon el-icon-search"
></i>
</el-input>
<el-input
placeholder=
"请输入门店名称"
maxlength=
"50"
v-model=
"conditionObj.searchInput"
class=
"w-264"
style=
"width: 264px;"
@
keyup
.
native=
"value => toInput(value, conditionObj.searchInput)"
>
<i
slot=
"prefix"
class=
"el-input__icon el-icon-search"
></i>
</el-input>
<gic-select-group
:brandId=
"brandId"
class=
"m-l-10"
style=
"min-width: 213px !important;"
:width=
"213"
:selectData=
"conditionObj.storeGroup"
@
checkGroupIds=
"checkGroupIds"
>
</gic-select-group>
<gic-select-group
:brandId=
"brandId"
class=
"m-l-10"
style=
"min-width: 213px !important;"
:width=
"213"
:selectData=
"conditionObj.storeGroup"
@
checkGroupIds=
"checkGroupIds"
>
</gic-select-group>
<span
style=
"font-size:14px;"
class=
"m-l-10"
>
计划
创建时间:
</span>
<span
style=
"font-size:14px;"
class=
"m-l-10"
>
任务
创建时间:
</span>
<el-date-picker
v-model=
"conditionObj.dateRange"
@
change=
"changeDate"
:editable=
"false"
:value-format=
"'yyyy-MM-dd'"
type=
"daterange"
align=
"right"
unlink-panels
range-separator=
"至"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
>
</el-date-picker>
<el-date-picker
v-model=
"conditionObj.dateRange"
@
change=
"changeDate"
:editable=
"false"
:value-format=
"'yyyy-MM-dd'"
type=
"daterange"
align=
"right"
unlink-panels
range-separator=
"至"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
>
</el-date-picker>
</div>
</div>
<div
class=
"table-condition-right"
>
<div
class=
"table-condition-right"
>
...
...
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