Commit 04f5651f by 无尘

fix: 修改指标

parent 82a71c1a
.bind-store-body[data-v-a168c9d2]{margin:0}.bind-store-body .store-body-wrap[data-v-a168c9d2]{width:331px;padding:10px;border:1px solid #e4e7ed}.bind-store-body .w-215[data-v-a168c9d2]{width:215px}.bind-store-body .w-115[data-v-a168c9d2]{width:115px}.bind-store-body .select-tree-wrap[data-v-a168c9d2]{height:323px;overflow-y:auto}.bind-store-body .select-tree-wrap .el-tree[data-v-a168c9d2]{width:309px;height:323px;overflow-x:auto}.bind-store-body .select-tree-wrap .el-tree .custom-tree-node[data-v-a168c9d2]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px;padding-right:8px}.daily-store-select[data-v-ada07ed0]{position:relative;width:331px;min-height:398px;margin:20px 0 0 0;padding:10px;border:1px solid #e4e7ed}.daily-store-select .define-search-select .el-select-dropdown__wrap[data-v-ada07ed0]{max-height:343px}.daily-store-select .define-search-select .el-checkbox-group[data-v-ada07ed0]{overflow-x:auto;height:338px}.daily-store-select .define-search-select .el-checkbox-group ul[data-v-ada07ed0]{height:100%}.daily-store-select .define-search-select .el-checkbox-group ul li[data-v-ada07ed0]{overflow:unset;text-overflow:unset} .bind-store-body[data-v-a168c9d2]{margin:0}.bind-store-body .store-body-wrap[data-v-a168c9d2]{width:331px;padding:10px;border:1px solid #e4e7ed}.bind-store-body .w-215[data-v-a168c9d2]{width:215px}.bind-store-body .w-115[data-v-a168c9d2]{width:115px}.bind-store-body .select-tree-wrap[data-v-a168c9d2]{height:323px;overflow-y:auto}.bind-store-body .select-tree-wrap .el-tree[data-v-a168c9d2]{width:309px;height:323px;overflow-x:auto}.bind-store-body .select-tree-wrap .el-tree .custom-tree-node[data-v-a168c9d2]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px;padding-right:8px}.daily-store-select[data-v-2a7da1f5]{position:relative;margin:0}.daily-store-select .store-select-wrap[data-v-2a7da1f5]{position:relative;width:331px;min-height:398px;padding:10px;border:1px solid #e4e7ed}.daily-store-select .define-search-select .el-select-dropdown__wrap[data-v-2a7da1f5]{max-height:343px}.daily-store-select .define-search-select .el-checkbox-group[data-v-2a7da1f5]{overflow-x:auto;height:338px}.daily-store-select .define-search-select .el-checkbox-group ul[data-v-2a7da1f5]{height:100%}.daily-store-select .define-search-select .el-checkbox-group ul li[data-v-2a7da1f5]{overflow:unset;text-overflow:unset}
\ No newline at end of file \ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* @Author: 无尘 * @Author: 无尘
* @Date: 2020-08-28 15:24:42 * @Date: 2020-08-28 15:24:42
* @LastEditors: 无尘 * @LastEditors: 无尘
* @LastEditTime: 2020-11-24 17:31:03 * @LastEditTime: 2020-11-24 18:05:50
--> -->
<!-- <!--
<customer-store :brand-id="brandId" :select-store="selectStore" @checkStoreIds="checkStoreIds"></customer-store> <customer-store :brand-id="brandId" :select-store="selectStore" @checkStoreIds="checkStoreIds"></customer-store>
...@@ -13,22 +13,24 @@ ...@@ -13,22 +13,24 @@
<template> <template>
<div class="daily-store-select"> <div class="daily-store-select">
<div class="font-12 color-909399">最终选择范围是根据选择范围和管理员管辖范围内的相同分组或门店。</div> <div class="font-12 color-909399">最终选择范围是根据选择范围和管理员管辖范围内的相同分组或门店。</div>
<div class="select-search m-t-10"> <div class="store-select-wrap">
<el-input placeholder="请输入门店名称/代码" v-model="searchSelect" prefix-icon="el-icon-search" style="width: 100%;" clearable @keyup.native="value => toInput(value, searchSelect)" @clear="clearSearch"></el-input> <div class="select-search m-t-10">
</div> <el-input placeholder="请输入门店名称/代码" v-model="searchSelect" prefix-icon="el-icon-search" style="width: 100%;" clearable @keyup.native="value => toInput(value, searchSelect)" @clear="clearSearch"></el-input>
<!-- <div class="checkbox border-box" style="padding: 15px 20px;"> </div>
<el-checkbox :indeterminate="isIndeterminate" v-model="checkAll" @change="handleCheckAllChange">全选</el-checkbox> <!-- <div class="checkbox border-box" style="padding: 15px 20px;">
</div> --> <el-checkbox :indeterminate="isIndeterminate" v-model="checkAll" @change="handleCheckAllChange">全选</el-checkbox>
<div class="el-scrollbar define-search-select"> </div> -->
<div class="el-select-dropdown__wrap el-scrollbar__wrap" style="overflow: auto;"> <div class="el-scrollbar define-search-select">
<el-checkbox-group v-model="dailyRuleForm.stores" @change="handleStoresChange"> <div class="el-select-dropdown__wrap el-scrollbar__wrap" style="overflow: auto;">
<ul class="el-scrollbar__view el-select-dropdown__list"> <el-checkbox-group v-model="dailyRuleForm.stores" @change="handleStoresChange">
<li :class="['el-select-dropdown__item', item.select ? 'selected hover' : '']" v-for="item in stores" :key="item.storeInfoId"> <ul class="el-scrollbar__view el-select-dropdown__list">
<el-checkbox :label="item.storeInfoId" >{{ item.storeInfoName }}</el-checkbox> <li :class="['el-select-dropdown__item', item.select ? 'selected hover' : '']" v-for="item in stores" :key="item.storeInfoId">
</li> <el-checkbox :label="item.storeInfoId" >{{ item.storeInfoName }}</el-checkbox>
<li v-if="!stores.length" class="text-center"><span>暂无数据</span></li> </li>
</ul> <li v-if="!stores.length" class="text-center"><span>暂无数据</span></li>
</el-checkbox-group> </ul>
</el-checkbox-group>
</div>
</div> </div>
</div> </div>
</div> </div>
...@@ -186,11 +188,14 @@ export default { ...@@ -186,11 +188,14 @@ export default {
<style lang="less" scoped> <style lang="less" scoped>
.daily-store-select { .daily-store-select {
position: relative; position: relative;
width: 331px; margin: 0;
min-height: 398px; .store-select-wrap {
margin: 20px 0 0 0; position: relative;
padding: 10px; width: 331px;
border: 1px solid #e4e7ed; min-height: 398px;
padding: 10px;
border: 1px solid #e4e7ed;
}
.define-search-select { .define-search-select {
.el-select-dropdown__wrap { .el-select-dropdown__wrap {
max-height: 343px; max-height: 343px;
......
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