|
|
@@ -45,7 +45,7 @@
|
|
|
|
|
|
</el-col>
|
|
|
<el-col :span="24 - col">
|
|
|
- <tableNewLayout :layout="tablecols" :data="tableData" :opwidth="200" height="calc(100vh - 300px)" :width="true" :custom="true" >
|
|
|
+ <tableNewLayout :layout="tablecols" :data="tableData" :opwidth="200" height="calc(100vh - 350px)" :width="true" :custom="true" >
|
|
|
<template v-slot:customcol="scope">
|
|
|
<div v-if="scope.column.columnname === 'itemclass'">
|
|
|
<span v-for="(item,index) in scope.column.data.itemclass" :key="index">
|
|
|
@@ -81,7 +81,7 @@
|
|
|
<div class="flex-align-center">
|
|
|
<el-input size="small" suffix-icon="el-icon-search" style="width: 200px;margin-bottom: 10px" v-model="params.content.where.condition" :placeholder="`${$t(`产品名称`)},${$t(`编号`)}`" @keyup.enter.native="productData(params.content.pageNumber = 1)" @clear="productData(params.content.pageNumber = 1)" clearable></el-input>
|
|
|
</div>
|
|
|
- <tableNewLayout :layout="tablecolsAdd" :data="productList" :opwidth="200" height="calc(100vh - 350px)" :width="true" :custom="true" fixedName="operation">
|
|
|
+ <tableNewLayout :layout="tablecolsAdd" :data="productList" :opwidth="200" height="calc(100vh - 390px)" :width="true" :custom="true" fixedName="operation">
|
|
|
<template v-slot:customcol="scope">
|
|
|
<div v-if="scope.column.columnname === 'itemclass'">
|
|
|
<span v-for="(item,index) in scope.column.data.itemclass" :key="index">
|
|
|
@@ -361,4 +361,11 @@ export default {
|
|
|
text-align: center;
|
|
|
margin-top: 10px;
|
|
|
}
|
|
|
+/deep/ header {
|
|
|
+ height: 28px;
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: PingFang SC-Bold, PingFang SC;
|
|
|
+ font-weight: 700;
|
|
|
+ color: #333;
|
|
|
+}
|
|
|
</style>
|