|
@@ -15,8 +15,8 @@
|
|
>佛山经销商</el-radio
|
|
>佛山经销商</el-radio
|
|
>
|
|
>
|
|
</el-radio-group>
|
|
</el-radio-group>
|
|
- <el-upload
|
|
|
|
- v-if="region == 0"
|
|
|
|
|
|
+ <template v-if="region == 0">
|
|
|
|
+ <el-upload
|
|
class="import-btn"
|
|
class="import-btn"
|
|
:action="baseURL + 'student/import'"
|
|
:action="baseURL + 'student/import'"
|
|
:http-request="handleImport"
|
|
:http-request="handleImport"
|
|
@@ -25,7 +25,8 @@
|
|
>
|
|
>
|
|
<el-button type="primary" size="mini">导入经销商</el-button>
|
|
<el-button type="primary" size="mini">导入经销商</el-button>
|
|
</el-upload>
|
|
</el-upload>
|
|
- <el-button class="import-btn" type="primary" size="mini" @click="hanleDownloadFiles">下载模板</el-button>
|
|
|
|
|
|
+ <el-button type="primary" size="mini" @click="hanleDownloadFiles">下载模板</el-button>
|
|
|
|
+ </template>
|
|
</el-row>
|
|
</el-row>
|
|
<el-row type="flex" v-if="region == 0">
|
|
<el-row type="flex" v-if="region == 0">
|
|
<el-col :xs="24" :sm="12" :lg="14">
|
|
<el-col :xs="24" :sm="12" :lg="14">
|