|
@@ -4,7 +4,7 @@
|
|
|
<p class="title">{{ $t('已提报经销商') }}</p>
|
|
<p class="title">{{ $t('已提报经销商') }}</p>
|
|
|
<excel :tablecols="tablecols" :param="params" :excelTitle="$t('已提报经销商')"></excel>
|
|
<excel :tablecols="tablecols" :param="params" :excelTitle="$t('已提报经销商')"></excel>
|
|
|
</div>
|
|
</div>
|
|
|
- <tableLayout :layout="tablecols" :data="list" :custom="true" height="calc(42vh)">
|
|
|
|
|
|
|
+ <table-new-layout :layout="tablecols" :data="list" :custom="true" height="calc(100vh - 910px)">
|
|
|
<template v-slot:customcol="scope">
|
|
<template v-slot:customcol="scope">
|
|
|
<div v-if="scope.column.columnname === 'province'">
|
|
<div v-if="scope.column.columnname === 'province'">
|
|
|
{{scope.column.data.province}}-{{scope.column.data.city}}-{{scope.column.data.county}}
|
|
{{scope.column.data.province}}-{{scope.column.data.city}}-{{scope.column.data.county}}
|
|
@@ -14,7 +14,7 @@
|
|
|
<template v-slot:opreation="scope">
|
|
<template v-slot:opreation="scope">
|
|
|
<el-button size="mini" type="text" @click="showAttinfos(scope.data)" >附 件</el-button>
|
|
<el-button size="mini" type="text" @click="showAttinfos(scope.data)" >附 件</el-button>
|
|
|
</template>
|
|
</template>
|
|
|
- </tableLayout>
|
|
|
|
|
|
|
+ </table-new-layout>
|
|
|
<div style="margin-top:16px;text-align:right">
|
|
<div style="margin-top:16px;text-align:right">
|
|
|
<el-pagination
|
|
<el-pagination
|
|
|
background
|
|
background
|