Commit 4d4b0c9d by 无尘

fix: 修改分配

parent d2fbe5ff
......@@ -3,7 +3,7 @@
* @Author : 无尘
* @Date : 2020-08-13 14:02:22
* @LastEditors: 无尘
* @LastEditTime: 2020-09-16 15:45:31
* @LastEditTime: 2020-09-16 16:22:20
* @FilePath : haoban-4\src\components\app\my-customer\store-list.vue
-->
<!--
......@@ -13,8 +13,8 @@
<template>
<div class="depart-list-body">
<div class="depart-name-wrap m-b-20">
<div class="font-14 color-303133">门店 {{ total }}</div>
<div class="flex flex-space-between m-t-20">
<!-- <div class="font-14 color-303133">门店 {{ total }}</div> -->
<div class="flex flex-space-between">
<div>
<el-input placeholder="请输入门店名称/代码" maxlength="50" prefix-icon="el-icon-search" v-model="searchInput" class="w-274" @keyup.native="value => toInput(value, searchInput)" clearable @clear="clearInput"></el-input><el-select class="w-168 m-l-10" v-model="storeTypeId" placeholder="" @change="changeCondition">
<el-option label="所有门店类型" value=""></el-option>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment