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
1c7ff8b3
Commit
1c7ff8b3
authored
Jun 02, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 样式调整
parent
ec2f1766
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletions
+4
-1
data.svg
src/assets/img/data.svg
+2
-0
list.vue
src/views/ecm/list.vue
+1
-1
operator-log.vue
src/views/ecm/operator-log.vue
+1
-0
No files found.
src/assets/img/data.svg
0 → 100644
View file @
1c7ff8b3
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
t=
"1622596985820"
class=
"icon"
viewBox=
"0 0 1194 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"9365"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
width=
"233.203125"
height=
"200"
><defs><style
type=
"text/css"
></style></defs><path
d=
"M340.423263 869.316447c0 14.674888-11.944676 26.704883-26.619564 26.704883H196.831195a26.704883 26.704883 0 0 1-26.619564-26.704883V538.790202c0-14.674888 11.944676-26.704883 26.619564-26.704883h116.887185c14.674888 0 26.619563 11.944676 26.619564 26.704883v330.526245z m340.167305 0c0 14.674888-11.944676 26.619563-26.619563 26.619564h-116.887186a26.704883 26.704883 0 0 1-26.619563-26.619564V26.875521c0-14.674888 11.944676-26.704883 26.619563-26.704883h116.887186c14.674888 0 26.619563 11.944676 26.619563 26.704883v842.440926z m340.252625 0c0 14.674888-11.944676 26.704883-26.619564 26.704883h-116.887185a26.704883 26.704883 0 0 1-26.619563-26.704883V282.832861c0-14.674888 11.944676-26.704883 26.534244-26.704882h116.972504c14.674888 0 26.619563 11.944676 26.619564 26.704882v586.483586zM69.27912 1024a26.704883 26.704883 0 0 1-26.619563-26.704883v-31.909348C42.659557 950.625562 54.604233 938.680887 69.27912 938.680887h1052.581903c14.504249 0 26.534244 11.944676 26.534244 26.704882v31.909348c0 14.674888-11.944676 26.704883-26.534244 26.704883H69.27912z"
fill=
"#1989FA"
p-id=
"9366"
></path></svg>
\ No newline at end of file
src/views/ecm/list.vue
View file @
1c7ff8b3
...
...
@@ -22,7 +22,7 @@
<el-table-column
align=
"left"
fixed=
"left"
:min-width=
"200"
show-overflow-tooltip
label=
"计划名称"
>
<template
slot-scope=
"scope"
>
<el-button
v-if=
"xsxsFlag && isOpenFlag(scope.row.analyseJson)"
style=
"vertical-align: middle;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;width: 100%;text-align:left"
type=
"text"
@
click=
"toTouch(scope.row)"
>
<img
style=
"vertical-align: middle;
"
src=
"../../assets/img/data.pn
g"
/>
<img
style=
"vertical-align: middle;
width:14px;height:14px"
src=
"../../assets/img/data.sv
g"
/>
<span
style=
"vertical-align: middle;"
>
{{
scope
.
row
.
ecmPlanName
}}
</span>
</el-button>
<span
v-else
>
{{
scope
.
row
.
ecmPlanName
}}
</span>
...
...
src/views/ecm/operator-log.vue
View file @
1c7ff8b3
...
...
@@ -5,6 +5,7 @@
<i
slot=
"prefix"
class=
"el-input__icon el-icon-search"
></i>
</el-input>
<el-date-picker
v-model=
"dateRange"
value-format=
"yyyy-MM-dd"
type=
"daterange"
range-separator=
"至"
start-placeholder=
"开始日期"
end-placeholder=
"结束日期"
@
change=
"onSearch"
></el-date-picker>
<span
class=
"layout--tips"
style=
"margin-top:0;margin-left:20px"
><i
class=
"el-icon-info"
></i>
只记录删除计划或编辑“进行中”计划的操作日志
</span>
</el-row>
<el-table
class=
"mt20"
:data=
"tableList"
>
<el-table-column
prop=
"operatorName"
label=
"操作人"
>
...
...
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