|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <div class="workbench pagePadding" style="padding-top:24px">
|
|
|
|
|
|
+ <div class="workbench pagePadding" style="padding-top: 24px">
|
|
<div
|
|
<div
|
|
class="workbench-main"
|
|
class="workbench-main"
|
|
v-loading="loading"
|
|
v-loading="loading"
|
|
@@ -7,22 +7,17 @@
|
|
>
|
|
>
|
|
<ul class="clear">
|
|
<ul class="clear">
|
|
<li>
|
|
<li>
|
|
- <div class="taskTitle color1">项目单任务</div>
|
|
|
|
- <div class="taskList">111</div>
|
|
|
|
- </li>
|
|
|
|
- <li>
|
|
|
|
- <div class="taskTitle color2">咨询单任务</div>
|
|
|
|
- <div class="taskList">111</div>
|
|
|
|
- </li>
|
|
|
|
- <li>
|
|
|
|
- <div class="taskTitle color3">客户指定商品任务</div>
|
|
|
|
- <div class="taskList">
|
|
|
|
|
|
+ <div class="taskTitle color1">咨询单任务</div>
|
|
|
|
+ <div class="taskList clear">
|
|
|
|
+ <div class="aaa" v-for="item in list" :key="item">{{ item }}</div>
|
|
<div class="no-data">暂无数据!</div>
|
|
<div class="no-data">暂无数据!</div>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
</li>
|
|
|
|
+
|
|
<li>
|
|
<li>
|
|
- <div class="taskTitle color4">服务</div>
|
|
|
|
|
|
+ <div class="taskTitle color2">客户指定商品任务</div>
|
|
<div class="taskList">
|
|
<div class="taskList">
|
|
|
|
+ <div class="aaa" v-for="item in list" :key="item">{{ item }}</div>
|
|
<div class="no-data">暂无数据!</div>
|
|
<div class="no-data">暂无数据!</div>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
</li>
|
|
@@ -72,6 +67,11 @@ export default {
|
|
showModel: false,
|
|
showModel: false,
|
|
modelId: "000",
|
|
modelId: "000",
|
|
sitem: {},
|
|
sitem: {},
|
|
|
|
+ list: [
|
|
|
|
+ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20,
|
|
|
|
+ 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38,
|
|
|
|
+ 39, 40,
|
|
|
|
+ ],
|
|
parmValue: {
|
|
parmValue: {
|
|
page: 1, // 页码
|
|
page: 1, // 页码
|
|
size: 15, // 每页显示条数
|
|
size: 15, // 每页显示条数
|
|
@@ -257,26 +257,56 @@ export default {
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
|
+@import "~@/styles/mixin.scss";
|
|
.workbench {
|
|
.workbench {
|
|
position: relative;
|
|
position: relative;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ background: #f0f2f5;
|
|
.workbench-main {
|
|
.workbench-main {
|
|
position: relative;
|
|
position: relative;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
|
|
+ box-sizing: border-box;
|
|
ul {
|
|
ul {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
height: 100%;
|
|
|
|
+ box-sizing: border-box;
|
|
li {
|
|
li {
|
|
- float: left;
|
|
|
|
- width: 23.9%;
|
|
|
|
position: relative;
|
|
position: relative;
|
|
height: 100%;
|
|
height: 100%;
|
|
- margin: 0 1.5% 0 0;
|
|
|
|
- border: 1px solid rgba(121, 121, 121, 1);
|
|
|
|
- &:last-child{
|
|
|
|
|
|
+ width: 100%;
|
|
|
|
+ border-radius: 5px;
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
+ // border: 1px solid rgba(121, 121, 121, 1);
|
|
|
|
+ .aaa {
|
|
|
|
+ border-bottom: 1px dashed #e6ebf5;
|
|
|
|
+ height: 140px;
|
|
|
|
+ line-height: 140px;
|
|
|
|
+ float: left;
|
|
|
|
+ width: 100%;
|
|
|
|
+ text-align: center;
|
|
|
|
+ // &:last-child{
|
|
|
|
+ // border: 0;
|
|
|
|
+ // }
|
|
|
|
+ }
|
|
|
|
+ &:first-child {
|
|
|
|
+ float: left;
|
|
|
|
+ width: 66%;
|
|
|
|
+ margin: 0 2% 0 0;
|
|
|
|
+ .aaa {
|
|
|
|
+ width: 50%;
|
|
|
|
+ &:nth-child(2n + 1) {
|
|
|
|
+ border-right: 1px dashed #e6ebf5;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ &:last-child {
|
|
margin: 0;
|
|
margin: 0;
|
|
|
|
+ float: right;
|
|
|
|
+ width: 32%;
|
|
}
|
|
}
|
|
.taskTitle {
|
|
.taskTitle {
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -284,33 +314,40 @@ export default {
|
|
line-height: 55px;
|
|
line-height: 55px;
|
|
text-align: center;
|
|
text-align: center;
|
|
position: absolute;
|
|
position: absolute;
|
|
- top:0;
|
|
|
|
- left:0;
|
|
|
|
|
|
+ top: 0;
|
|
|
|
+ left: 0;
|
|
z-index: 2;
|
|
z-index: 2;
|
|
- border-bottom: 1px solid rgba(121, 121, 121, 1);
|
|
|
|
|
|
+ // border-bottom: 1px solid rgba(121, 121, 121, 1);
|
|
&.color1 {
|
|
&.color1 {
|
|
background: rgba(250, 205, 145, 1);
|
|
background: rgba(250, 205, 145, 1);
|
|
}
|
|
}
|
|
&.color2 {
|
|
&.color2 {
|
|
background: rgba(202, 249, 130, 1);
|
|
background: rgba(202, 249, 130, 1);
|
|
}
|
|
}
|
|
- &.color3 {
|
|
|
|
- background: rgba(129, 211, 248, 1);
|
|
|
|
- }
|
|
|
|
- &.color4 {
|
|
|
|
- background: rgba(255, 255, 128, 1);
|
|
|
|
- }
|
|
|
|
|
|
+ // &.color3 {
|
|
|
|
+ // background: rgba(129, 211, 248, 1);
|
|
|
|
+ // }
|
|
|
|
+ // &.color4 {
|
|
|
|
+ // background: rgba(255, 255, 128, 1);
|
|
|
|
+ // }
|
|
}
|
|
}
|
|
- .taskList{
|
|
|
|
|
|
+ .taskList {
|
|
position: relative;
|
|
position: relative;
|
|
- padding:56px 0 0 0;
|
|
|
|
- .no-data{
|
|
|
|
|
|
+ padding: 0 0 0 5px;
|
|
|
|
+ margin: 56px 0 0 0;
|
|
|
|
+ background: #fff;
|
|
|
|
+ height: calc(100% - 56px);
|
|
|
|
+ width: 100%;
|
|
|
|
+ overflow-y: scroll;
|
|
|
|
+ @include scrollBar();
|
|
|
|
+ .no-data {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 60px;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
line-height: 60px;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
|
+ float: left;
|
|
text-align: center;
|
|
text-align: center;
|
|
- color: rgba(0,0,0,.65);
|
|
|
|
|
|
+ color: rgba(0, 0, 0, 0.65);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|