排序
This commit is contained in:
@@ -94,7 +94,7 @@
|
||||
</el-table>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="合同编号" width="130">
|
||||
<el-table-column align="center" label="合同编号" sortable prop="合同编号" width="130">
|
||||
<template slot-scope="scope">
|
||||
<template>
|
||||
<el-popover
|
||||
@@ -114,12 +114,12 @@
|
||||
</template>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="客户名称" width="190" show-overflow-tooltip>
|
||||
<el-table-column align="center" label="客户名称" sortable prop="客户名称" width="190" show-overflow-tooltip>
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.客户名称 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="center" label="项目名称" width="140" show-overflow-tooltip>
|
||||
<el-table-column align="center" label="项目名称" sortable prop="项目名称" width="140" show-overflow-tooltip>
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.项目名称 }}
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user