|
@@ -39,7 +39,7 @@
|
|
<Row :gutter="16">
|
|
<Row :gutter="16">
|
|
<div class="row" style="border:0;margin-bottom:10px">
|
|
<div class="row" style="border:0;margin-bottom:10px">
|
|
<!-- <i-button v-bind:disabled="selectButtonDisabled" @click="selectLabelHead" >选择标签头</i-button>-->
|
|
<!-- <i-button v-bind:disabled="selectButtonDisabled" @click="selectLabelHead" >选择标签头</i-button>-->
|
|
- <i-button type="primary" @click="exportPdf"><i class="fa fa-cloud-download"></i> 导出pdf</i-button>
|
|
|
|
|
|
+ <i-button type="primary" @click="exportPdf"><i class="fa fa-cloud-download"></i> 标签pdf制作</i-button>
|
|
<i-col span="3">
|
|
<i-col span="3">
|
|
<i-select v-model="q.storeId" placeholder="门店" filterable label-in-value>
|
|
<i-select v-model="q.storeId" placeholder="门店" filterable label-in-value>
|
|
<i-option v-for="store in stores" :value="store.id"
|
|
<i-option v-for="store in stores" :value="store.id"
|