|
|
@ -4,7 +4,7 @@
|
|
|
|
<el-col :span="18" style="height: 40px">
|
|
|
|
<el-col :span="18" style="height: 40px">
|
|
|
|
<el-radio v-model="inputType" label="self"> {{ $t('panel.custom') }}</el-radio>
|
|
|
|
<el-radio v-model="inputType" label="self"> {{ $t('panel.custom') }}</el-radio>
|
|
|
|
<!-- <el-radio v-model="inputType" label="import">{{ $t('panel.import_template') }} </el-radio>-->
|
|
|
|
<!-- <el-radio v-model="inputType" label="import">{{ $t('panel.import_template') }} </el-radio>-->
|
|
|
|
<el-radio v-model="inputType" label="copy" @click.native="getTree">{{ $t('panel.copy_template') }} </el-radio>
|
|
|
|
<!-- <el-radio v-model="inputType" label="copy" @click.native="getTree">{{ $t('panel.copy_template') }} </el-radio> -->
|
|
|
|
</el-col>
|
|
|
|
</el-col>
|
|
|
|
<el-col v-if="inputType==='import'" :span="6">
|
|
|
|
<el-col v-if="inputType==='import'" :span="6">
|
|
|
|
<el-button class="el-icon-upload" size="small" type="primary" @click="goFile">{{ $t('panel.upload_template') }}</el-button>
|
|
|
|
<el-button class="el-icon-upload" size="small" type="primary" @click="goFile">{{ $t('panel.upload_template') }}</el-button>
|
|
|
|