Commit 651a02fe by 无尘

fix: 修改分配接口

parent 00588e21
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-20 14:36:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-16 15:03:33
* @LastEditTime: 2020-09-16 15:37:19
-->
<template>
<div class="customer-assign-wrap">
......@@ -31,7 +31,7 @@
<div v-if="showMember" class="list-right-body">
<div role="navigation" class="el-breadcrumb m-b-20">
<span class="el-breadcrumb__item" v-for="(item, index) in navData" :key="index + 'nav'"><span role="link" class="el-breadcrumb__inner is-link" @click="changeDepart(item, index)"><span class="el-breadcrumb__inner is-link font-14 color-606266">
{{ index == navData.length - 1 ? item.storeName : item.storeGroupName }}
{{ index == navData.length - 1 ? item.storeInfoName : item.storeGroupName }}
</span></span><i v-if="index != navData.length - 1" class="el-breadcrumb__separator el-icon-arrow-right"></i></span>
</div>
<div class="table-top flex flex-space-between">
......@@ -684,8 +684,8 @@ export default {
};
</script>
<style lang="less" scoped>
.w-500 {
width: 500px;
.w-168 {
width: 168px;
}
.w-195 {
......@@ -700,14 +700,6 @@ export default {
padding: 20px;
}
.p-l-38 {
padding-left: 38px;
}
.p-l-199 {
padding-left: 199px;
}
.m-b-10 {
margin-bottom: 10px;
}
......
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