Commit 188823a0 authored by 黄奎's avatar 黄奎

页面修改

parent 6ea39004
This diff is collapsed.
...@@ -619,7 +619,8 @@ ...@@ -619,7 +619,8 @@
radius: 0, //圆角 radius: 0, //圆角
topAndBottom: 0, //上下边距 topAndBottom: 0, //上下边距
leftAndRight: 0, //左右边距 leftAndRight: 0, //左右边距
background: '' //背景色 background: '', //背景色
isShowTitle: 0, //是否显示链接表头
} }
} }
this.dataList.push(banObj); this.dataList.push(banObj);
......
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
defaultMsg: "", defaultMsg: "",
config: { config: {
initialFrameWidth: null, initialFrameWidth: null,
initialFrameHeight: 350 initialFrameHeight: 250
}, },
choicImg: false, //是否显示选择文件 choicImg: false, //是否显示选择文件
chooseType: 1, //选择类型1-头像,2-背景图 chooseType: 1, //选择类型1-头像,2-背景图
......
...@@ -16,23 +16,23 @@ ...@@ -16,23 +16,23 @@
</div> </div>
</div> </div>
<el-table :data="tableData" v-loading="loading" border style="width: 100%;margin:20px 0"> <el-table :data="tableData" v-loading="loading" border style="width: 100%;margin:20px 0">
<el-table-column prop="Id" label="编号" width="100"> <el-table-column prop="Id" label="编号" width="80">
</el-table-column> </el-table-column>
<el-table-column prop="CompanyName" label="公司名称"> <el-table-column prop="CompanyName" label="公司名称">
</el-table-column> </el-table-column>
<el-table-column prop="Investment" label="投资意向"> <el-table-column prop="Investment" label="投资意向">
</el-table-column> </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>
<el-table-column prop="EMail" width="150" label="邮箱"> <el-table-column prop="AnnualSales" width="120" label="年销售(万元)">
</el-table-column> </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>
<el-table-column prop="AnnualSales" width="150" label="年销售(万元)"> <el-table-column prop="Mobile" width="150" label="联系电话">
</el-table-column> </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>
<el-table-column prop="address" width="200" label="操作"> <el-table-column prop="address" width="150" label="操作">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip class="item" effect="dark" content="查看" placement="top"> <el-tooltip class="item" effect="dark" content="查看" placement="top">
<img @click="getInfo(scope.row)" src="../../assets/img/userman/icon-show.png" alt=""> <img @click="getInfo(scope.row)" src="../../assets/img/userman/icon-show.png" alt="">
......
...@@ -22,19 +22,19 @@ ...@@ -22,19 +22,19 @@
</el-table-column> </el-table-column>
<el-table-column prop="ImportCategory" label="采购品目"> <el-table-column prop="ImportCategory" label="采购品目">
</el-table-column> </el-table-column>
<el-table-column prop="ImportNum" label="采购数量"> <el-table-column prop="ImportNum" width="150" label="采购数量">
</el-table-column> </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>
<el-table-column prop="EMail" width="150" label="邮箱"> <el-table-column prop="Mobile" width="150" label="联系电话">
</el-table-column> </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>
<el-table-column prop="AnnualSales" width="150" label="年销售(万元)"> <el-table-column prop="AnnualSales" width="120" label="年销售(万元)">
</el-table-column> </el-table-column>
<el-table-column prop="AnnualImport" width="150" label="年进口额"> <el-table-column prop="AnnualImport" width="100" label="年进口额">
</el-table-column> </el-table-column>
<el-table-column prop="address" width="200" label="操作"> <el-table-column prop="address" width="150" label="操作">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip class="item" effect="dark" content="查看" placement="top"> <el-tooltip class="item" effect="dark" content="查看" placement="top">
<img @click="getInfo(scope.row)" src="../../assets/img/userman/icon-show.png" alt=""> <img @click="getInfo(scope.row)" src="../../assets/img/userman/icon-show.png" alt="">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment