|
@@ -26,7 +26,7 @@
|
|
</el-upload>
|
|
</el-upload>
|
|
<el-button type="primary" size="mini" @click="hanleDownloadFiles">下载模板</el-button>
|
|
<el-button type="primary" size="mini" @click="hanleDownloadFiles">下载模板</el-button>
|
|
</el-row>
|
|
</el-row>
|
|
- <el-row type="flex">
|
|
|
|
|
|
+ <el-row type="flex" v-if="region == 0">
|
|
<el-col :xs="24" :sm="12" :lg="14">
|
|
<el-col :xs="24" :sm="12" :lg="14">
|
|
<el-input v-model="keyword" placeholder="查找经销商" size="mini" />
|
|
<el-input v-model="keyword" placeholder="查找经销商" size="mini" />
|
|
</el-col>
|
|
</el-col>
|
|
@@ -38,8 +38,8 @@
|
|
>
|
|
>
|
|
</el-row>
|
|
</el-row>
|
|
</slot>
|
|
</slot>
|
|
- <el-row :gutter="20">
|
|
|
|
- <el-col :span="10" :offset="0">
|
|
|
|
|
|
+ <el-row :gutter="20" v-if="region == 0">
|
|
|
|
+ <el-col :span="10" :offset="0" >
|
|
<h5>未选经销商</h5>
|
|
<h5>未选经销商</h5>
|
|
<el-divider direction="horizontal" content-position="left" />
|
|
<el-divider direction="horizontal" content-position="left" />
|
|
<div class="table">
|
|
<div class="table">
|
|
@@ -138,7 +138,7 @@
|
|
</el-upload>
|
|
</el-upload>
|
|
<el-button type="primary" size="mini" @click="hanleDownloadFilesPolicy">下载模板</el-button>
|
|
<el-button type="primary" size="mini" @click="hanleDownloadFilesPolicy">下载模板</el-button>
|
|
</div>
|
|
</div>
|
|
- <el-row type="flex" style="margin: 20px 0">
|
|
|
|
|
|
+ <el-row type="flex" style="margin: 20px 0" >
|
|
<el-col :xs="24" :sm="12" :lg="14">
|
|
<el-col :xs="24" :sm="12" :lg="14">
|
|
<el-input v-model="keyword2" placeholder="查找经销商" size="mini" />
|
|
<el-input v-model="keyword2" placeholder="查找经销商" size="mini" />
|
|
</el-col>
|
|
</el-col>
|
|
@@ -149,7 +149,7 @@
|
|
><el-button size="mini" @click="resetScreenForm2">重置</el-button></el-col
|
|
><el-button size="mini" @click="resetScreenForm2">重置</el-button></el-col
|
|
>
|
|
>
|
|
</el-row>
|
|
</el-row>
|
|
- <div>
|
|
|
|
|
|
+ <div >
|
|
<div class="table">
|
|
<div class="table">
|
|
<el-table
|
|
<el-table
|
|
v-loading="clistLoading"
|
|
v-loading="clistLoading"
|