营销分页和表格长度

This commit is contained in:
zhangdingyu
2019-10-25 09:24:44 +08:00
parent ac8079a593
commit 3d02306337
8 changed files with 47 additions and 76 deletions

View File

@@ -33,7 +33,7 @@
<el-table
v-loading="listLoadingProject"
:data="projectTableData"
style="width: 100%;margin-top: 3px;"
style="width: 1360px;margin-top: 3px;"
height="650"
border
stripe
@@ -65,7 +65,7 @@
{{ scope.row.姓名 }}
</template>
</el-table-column>
<el-table-column align="center" label="客户名称" prop="客户名称" width="250" show-overflow-tooltip>
<el-table-column align="center" label="客户名称" prop="客户名称" width="200" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.客户名称 }}
</template>
@@ -80,7 +80,7 @@
{{ scope.row.电话 }}
</template>
</el-table-column>
<el-table-column align="center" label="合同信息备注" >
<el-table-column align="center" label="合同信息备注" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.合同信息备注 }}
</template>