|
|
@ -31,7 +31,7 @@
|
|
|
|
</Select>
|
|
|
|
</Select>
|
|
|
|
<span class="left-15 txt-font-a">导购</span>
|
|
|
|
<span class="left-15 txt-font-a">导购</span>
|
|
|
|
<Select filterable placeholder="全部" v-model="sellerId" class="left-15 txt-font-a" style="width:190px" >
|
|
|
|
<Select filterable placeholder="全部" v-model="sellerId" class="left-15 txt-font-a" style="width:190px" >
|
|
|
|
<Option v-for="item in sellerList" :value="item.id" :key="item.id">{{ item.name }}</Option>
|
|
|
|
<Option v-for="item in sellerList" :value="item.staffId" :key="item.id">{{ item.name }}</Option>
|
|
|
|
</Select>
|
|
|
|
</Select>
|
|
|
|
|
|
|
|
|
|
|
|
<Button type="primary" style="width: 90px;margin-left: 20px" @click="searchCustomerDataBtnClick" class="txt-font-a">查询</Button>
|
|
|
|
<Button type="primary" style="width: 90px;margin-left: 20px" @click="searchCustomerDataBtnClick" class="txt-font-a">查询</Button>
|
|
|
|