|
@@ -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>
|
|
|
- <table-new-layout :layout="tablecols" :data="list" :custom="true" height="calc(100vh - 910px)">
|
|
|
|
|
|
|
+ <table-new-layout :layout="tablecols" :data="list" :custom="true" height="calc(50vh - 132px)" minHeight="200px">
|
|
|
<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}}
|