|
@@ -16,7 +16,8 @@
|
|
>
|
|
>
|
|
</el-radio-group>
|
|
</el-radio-group>
|
|
<el-upload
|
|
<el-upload
|
|
- class="import-btn"
|
|
|
|
|
|
+ v-if="region == 0"
|
|
|
|
+ class="import-btn"
|
|
:action="baseURL + 'student/import'"
|
|
:action="baseURL + 'student/import'"
|
|
:http-request="handleImport"
|
|
:http-request="handleImport"
|
|
:file-list="importFileList"
|
|
:file-list="importFileList"
|
|
@@ -24,7 +25,7 @@
|
|
>
|
|
>
|
|
<el-button type="primary" size="mini">导入经销商</el-button>
|
|
<el-button type="primary" size="mini">导入经销商</el-button>
|
|
</el-upload>
|
|
</el-upload>
|
|
- <el-button type="primary" size="mini" @click="hanleDownloadFiles">下载模板</el-button>
|
|
|
|
|
|
+ <el-button class="import-btn" type="primary" size="mini" @click="hanleDownloadFiles">下载模板</el-button>
|
|
</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">
|