营销分页和表格长度

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

@@ -32,8 +32,8 @@
<el-table
v-loading="listLoading1"
:data="tableData1"
style="width: 100%;margin-top: 3px;"
height="500"
style="margin-top: 3px;width: 1355px"
height="600"
border
stripe
size="mini"
@@ -79,12 +79,12 @@
{{ scope.row.电话 }}
</template>
</el-table-column>
<el-table-column align="center" label="合同信息备注">
<el-table-column align="center" label="合同信息备注" width="130" show-overflow-tooltip>
<template slot-scope="scope">
{{ scope.row.合同信息备注 }}
</template>
</el-table-column>
<el-table-column label="操作" fixed="right" align="center" width="210px">
<el-table-column label="操作" align="center" width="210px">
<template slot-scope="scope">
<el-button
:disabled="scope.row.是否禁用增加履约保证金"