|
|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
<div>
|
|
|
|
|
<Input clearable style="width: 200px; margin-right: 10px" v-model="select.keywords" placeholder="关键字搜索" />
|
|
|
|
|
<Button type="primary" @click="getMerchant">查询</Button>
|
|
|
|
|
<Button type="primary" style="margin-left: 10px" @click="$refs['addMerchant'].isShow = true,$refs['addMerchant'].type = 'add'">新增商户</Button>
|
|
|
|
|
<Button type="primary" style="margin-left: 10px" @click="$refs['addMerchant'].type = 'add',$refs['addMerchant'].isShow = true">新增商户</Button>
|
|
|
|
|
</div>
|
|
|
|
|
</slot>
|
|
|
|
|
</lx-header>
|
|
|
|
|
@ -24,7 +24,7 @@
|
|
|
|
|
</xy-table>
|
|
|
|
|
|
|
|
|
|
<!-- 新增商户-->
|
|
|
|
|
<addMerchant ref="addMerchant" @refresh="getMerchant"></addMerchant>
|
|
|
|
|
<add-merchant ref="addMerchant" @refresh="getMerchant"></add-merchant>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
|