批量上传门店号

master
yechenhao 6 years ago
parent ff81b5d380
commit 0af7332534

@ -26,7 +26,7 @@
</i-col>
<i-col span="12" style="text-align: right;padding-right: 20px;">
<Button type="primary" style="margin-right: 10px;">批量下载</Button>
<Button type="primary" style="margin-right: 10px;">批量开通</Button>
<Button type="primary" @click="isShowImport = true" style="margin-right: 10px;">批量开通</Button>
</i-col>
</Row>
</i-col>
@ -170,7 +170,7 @@
return {
prefixDefault: data.prefixDefault,
isShow: false,
isShowImport: true,
isShowImport: false,
isShowError: false,
isShowAdd: false,
showStoreName: '',

Loading…
Cancel
Save