批量上传门店号

master
yechenhao 6 years ago
parent ff81b5d380
commit 0af7332534

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

Loading…
Cancel
Save