Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
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
黄媛媛
ElectricitySheep
Commits
188823a0
Commit
188823a0
authored
Feb 26, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
6ea39004
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
338 additions
and
298 deletions
+338
-298
banner.vue
src/components/sallCenter/plugin/banner.vue
+321
-282
templateEdit.vue
src/components/sallCenter/templateEdit.vue
+2
-1
addContact.vue
src/components/tradePavilion/addContact.vue
+1
-1
investmentList.vue
src/components/tradePavilion/investmentList.vue
+7
-7
procurementList.vue
src/components/tradePavilion/procurementList.vue
+7
-7
No files found.
src/components/sallCenter/plugin/banner.vue
View file @
188823a0
This diff is collapsed.
Click to expand it.
src/components/sallCenter/templateEdit.vue
View file @
188823a0
...
...
@@ -619,7 +619,8 @@
radius
:
0
,
//圆角
topAndBottom
:
0
,
//上下边距
leftAndRight
:
0
,
//左右边距
background
:
''
//背景色
background
:
''
,
//背景色
isShowTitle
:
0
,
//是否显示链接表头
}
}
this
.
dataList
.
push
(
banObj
);
...
...
src/components/tradePavilion/addContact.vue
View file @
188823a0
...
...
@@ -80,7 +80,7 @@
defaultMsg
:
""
,
config
:
{
initialFrameWidth
:
null
,
initialFrameHeight
:
3
50
initialFrameHeight
:
2
50
},
choicImg
:
false
,
//是否显示选择文件
chooseType
:
1
,
//选择类型1-头像,2-背景图
...
...
src/components/tradePavilion/investmentList.vue
View file @
188823a0
...
...
@@ -16,23 +16,23 @@
</div>
</div>
<el-table
:data=
"tableData"
v-loading=
"loading"
border
style=
"width: 100%;margin:20px 0"
>
<el-table-column
prop=
"Id"
label=
"编号"
width=
"
10
0"
>
<el-table-column
prop=
"Id"
label=
"编号"
width=
"
8
0"
>
</el-table-column>
<el-table-column
prop=
"CompanyName"
label=
"公司名称"
>
</el-table-column>
<el-table-column
prop=
"Investment"
label=
"投资意向"
>
</el-table-column>
<el-table-column
prop=
"
Mobile"
width=
"150"
label=
"联系电话
"
>
<el-table-column
prop=
"
Industry"
width=
"150"
label=
"行业
"
>
</el-table-column>
<el-table-column
prop=
"
EMail"
width=
"150"
label=
"邮箱
"
>
<el-table-column
prop=
"
AnnualSales"
width=
"120"
label=
"年销售(万元)
"
>
</el-table-column>
<el-table-column
prop=
"
Industry"
width=
"150"
label=
"行业
"
>
<el-table-column
prop=
"
AnnualImport"
width=
"100"
label=
"年进口额
"
>
</el-table-column>
<el-table-column
prop=
"
AnnualSales"
width=
"150"
label=
"年销售(万元)
"
>
<el-table-column
prop=
"
Mobile"
width=
"150"
label=
"联系电话
"
>
</el-table-column>
<el-table-column
prop=
"
AnnualImport"
width=
"150"
label=
"年进口额
"
>
<el-table-column
prop=
"
EMail"
width=
"180"
label=
"邮箱
"
>
</el-table-column>
<el-table-column
prop=
"address"
width=
"
20
0"
label=
"操作"
>
<el-table-column
prop=
"address"
width=
"
15
0"
label=
"操作"
>
<template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"查看"
placement=
"top"
>
<img
@
click=
"getInfo(scope.row)"
src=
"../../assets/img/userman/icon-show.png"
alt=
""
>
...
...
src/components/tradePavilion/procurementList.vue
View file @
188823a0
...
...
@@ -22,19 +22,19 @@
</el-table-column>
<el-table-column
prop=
"ImportCategory"
label=
"采购品目"
>
</el-table-column>
<el-table-column
prop=
"ImportNum"
label=
"采购数量"
>
<el-table-column
prop=
"ImportNum"
width=
"150"
label=
"采购数量"
>
</el-table-column>
<el-table-column
prop=
"
Mobile"
width=
"150"
label=
"联系电话
"
>
<el-table-column
prop=
"
Industry"
width=
"150"
label=
"行业
"
>
</el-table-column>
<el-table-column
prop=
"
EMail"
width=
"150"
label=
"邮箱
"
>
<el-table-column
prop=
"
Mobile"
width=
"150"
label=
"联系电话
"
>
</el-table-column>
<el-table-column
prop=
"
Industry"
width=
"150"
label=
"行业
"
>
<el-table-column
prop=
"
EMail"
width=
"180"
label=
"邮箱
"
>
</el-table-column>
<el-table-column
prop=
"AnnualSales"
width=
"1
5
0"
label=
"年销售(万元)"
>
<el-table-column
prop=
"AnnualSales"
width=
"1
2
0"
label=
"年销售(万元)"
>
</el-table-column>
<el-table-column
prop=
"AnnualImport"
width=
"1
5
0"
label=
"年进口额"
>
<el-table-column
prop=
"AnnualImport"
width=
"1
0
0"
label=
"年进口额"
>
</el-table-column>
<el-table-column
prop=
"address"
width=
"
20
0"
label=
"操作"
>
<el-table-column
prop=
"address"
width=
"
15
0"
label=
"操作"
>
<template
slot-scope=
"scope"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"查看"
placement=
"top"
>
<img
@
click=
"getInfo(scope.row)"
src=
"../../assets/img/userman/icon-show.png"
alt=
""
>
...
...
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