|
|
|
@ -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: '',
|
|
|
|
|