|
|
@@ -7,7 +7,7 @@
|
|
|
<el-input style="width:200px;" placeholder="搜索" :suffix-icon="projectParam.content.where.condition?projectParam.content.where.condition.length > 0?'':'':'el-icon-search'" v-model="projectParam.content.where.condition"
|
|
|
@keyup.native.enter="listData(projectParam.content.pageNumber = 1)" @clear="listData(projectParam.content.pageNumber = 1)" size="small" class="input-with-select inline-16 layout_search__panel" clearable>
|
|
|
</el-input>
|
|
|
- <tableList :height="'190px'" ref="projectRef" style="margin-top: 10px" :checkbox="true" :layout="projectCols" :data="list" :opwidth="200" :custom="true" fixedName="operation"
|
|
|
+ <tableList :height="'160px'" ref="projectRef" style="margin-top: 10px" :checkbox="true" :layout="projectCols" :data="list" :opwidth="200" :custom="true" fixedName="operation"
|
|
|
highlight-current-row @selectionChange="selectionChange" @rowClick="rowClick" >
|
|
|
<template v-slot:customcol="scope">
|
|
|
<div v-if="scope.column.columnname === 'operation'">
|
|
|
@@ -53,7 +53,7 @@
|
|
|
<span style="float: right;line-height: 40px;height:40px;font-size:13px;vertical-align: auto">折扣(%):</span>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <tableList :height="'calc(100vh - 720px)'" style="margin-top: 10px" :checkbox="true" :layout="productCols" :data="productList" :opwidth="200" :custom="true" fixedName="operation"
|
|
|
+ <tableList :height="'calc(100vh - 690px)'" style="margin-top: 10px" :checkbox="true" :layout="productCols" :data="productList" :opwidth="200" :custom="true" fixedName="operation"
|
|
|
@selectionChange="selectionChangePro">
|
|
|
<template v-slot:customcol="scope">
|
|
|
<div v-if="scope.column.columnname === 'operation'">
|