|
|
@ -103,6 +103,7 @@
|
|
|
|
<vxe-grid
|
|
|
|
<vxe-grid
|
|
|
|
ref="xGrid"
|
|
|
|
ref="xGrid"
|
|
|
|
v-bind="gridOptions"
|
|
|
|
v-bind="gridOptions"
|
|
|
|
|
|
|
|
row-class-name="line-box"
|
|
|
|
@page-change="handlePageChange"
|
|
|
|
@page-change="handlePageChange"
|
|
|
|
@cell-dblclick="handledbclick"
|
|
|
|
@cell-dblclick="handledbclick"
|
|
|
|
@resizable-change="resizableChange"
|
|
|
|
@resizable-change="resizableChange"
|
|
|
@ -139,6 +140,19 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<template #bookremark="{ row }">
|
|
|
|
|
|
|
|
<div class="bookremark">
|
|
|
|
|
|
|
|
<span class="reamrk-label">
|
|
|
|
|
|
|
|
<template v-for="remark in row.bookremark">
|
|
|
|
|
|
|
|
{{ remark.remark }}
|
|
|
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
<div class="reamrk-list" v-if="row.bookremark.length > 0">
|
|
|
|
|
|
|
|
<div class="title">备注内容:</div>
|
|
|
|
|
|
|
|
<div class="list" v-for="(remarkItem, rindex) in row.bookremark" :key="rindex"> <i class="iconfont icon-yuandian icon"></i> {{ remarkItem.remark }} </div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</template>
|
|
|
|
</vxe-grid>
|
|
|
|
</vxe-grid>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</x-card>
|
|
|
|
</x-card>
|
|
|
@ -1011,24 +1025,24 @@ export default {
|
|
|
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
|
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/*列表双列背景色 */
|
|
|
|
/*列表双列背景色 */
|
|
|
|
/deep/ .vxe-table--render-default .vxe-body--row.row--stripe {
|
|
|
|
// /deep/ .vxe-table--render-default .vxe-body--row.row--stripe {
|
|
|
|
// background: #f5f9fe;
|
|
|
|
// // background: #f5f9fe;
|
|
|
|
position: relative;
|
|
|
|
// position: relative;
|
|
|
|
background: #fff;
|
|
|
|
// background: #fff;
|
|
|
|
z-index: 1;
|
|
|
|
// z-index: 1;
|
|
|
|
&::after {
|
|
|
|
// &::after {
|
|
|
|
content: '';
|
|
|
|
// content: '';
|
|
|
|
position: absolute;
|
|
|
|
// position: absolute;
|
|
|
|
top: 0;
|
|
|
|
// top: 0;
|
|
|
|
left: 0;
|
|
|
|
// left: 0;
|
|
|
|
width: 100%;
|
|
|
|
// width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
// height: 100%;
|
|
|
|
z-index: 0;
|
|
|
|
// z-index: 0;
|
|
|
|
background: @primary-color;
|
|
|
|
// background: @primary-color;
|
|
|
|
opacity: 0.04;
|
|
|
|
// opacity: 0.04;
|
|
|
|
z-index: -1;
|
|
|
|
// z-index: -1;
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
// }
|
|
|
|
/*列表操作按钮颜色 */
|
|
|
|
/*列表操作按钮颜色 */
|
|
|
|
/deep/ .operate-btn {
|
|
|
|
/deep/ .operate-btn {
|
|
|
|
color: @primary-color;
|
|
|
|
color: @primary-color;
|
|
|
@ -1160,6 +1174,12 @@ export default {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
// background: #f99;
|
|
|
|
// background: #f99;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.reamrk-btns{
|
|
|
|
|
|
|
|
overflow: visible;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (min-width: 1200px) and (max-width:1600px){
|
|
|
|
@media (min-width: 1200px) and (max-width:1600px){
|
|
|
|
.from-label {
|
|
|
|
.from-label {
|
|
|
|
padding-right: 0 !important;
|
|
|
|
padding-right: 0 !important;
|
|
|
@ -1180,4 +1200,109 @@ export default {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/deep/ .book-remark-box {
|
|
|
|
|
|
|
|
>.vxe-cell {
|
|
|
|
|
|
|
|
overflow: visible !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
/deep/ .vxe-cell {
|
|
|
|
|
|
|
|
overflow: visible !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.bookremark{
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
.reamrk-label{
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.reamrk-list{
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
top:26px; left: 0;
|
|
|
|
|
|
|
|
width: 300px;
|
|
|
|
|
|
|
|
background: #fff;
|
|
|
|
|
|
|
|
box-shadow: 0 0 10px #eee;
|
|
|
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
border: 1px solid #eee;
|
|
|
|
|
|
|
|
padding:5px 20px 10px 20px;
|
|
|
|
|
|
|
|
z-index: 999;
|
|
|
|
|
|
|
|
white-space: normal;
|
|
|
|
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
z-index: 999 !important;
|
|
|
|
|
|
|
|
.title{
|
|
|
|
|
|
|
|
height: 30px;
|
|
|
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
font-weight: 600;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.list{
|
|
|
|
|
|
|
|
border-bottom: 1px solid #eee;
|
|
|
|
|
|
|
|
padding: 6px 0;
|
|
|
|
|
|
|
|
line-height: 18px;
|
|
|
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
|
|
|
color: #666;
|
|
|
|
|
|
|
|
&:nth-last-of-type(1){
|
|
|
|
|
|
|
|
border: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon{
|
|
|
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
|
|
|
color: @primary-color;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover{
|
|
|
|
|
|
|
|
.reamrk-list{
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
/deep/ .line-box:nth-last-of-type(-n+5){
|
|
|
|
|
|
|
|
.book-remark-box{
|
|
|
|
|
|
|
|
.bookremark{
|
|
|
|
|
|
|
|
.reamrk-list{
|
|
|
|
|
|
|
|
top: inherit;
|
|
|
|
|
|
|
|
bottom: calc(100% + 8px)
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// /deep/ .vxe-body--row.row--stripe::nth-of-type(1){
|
|
|
|
|
|
|
|
// .reamrk-list{
|
|
|
|
|
|
|
|
// display: block;
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/deep/.line-box:nth-of-type(2n){
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
background: #fff;
|
|
|
|
|
|
|
|
>*{
|
|
|
|
|
|
|
|
z-index: 1;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
&::after {
|
|
|
|
|
|
|
|
content: '';
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
|
|
|
|
top: 0;
|
|
|
|
|
|
|
|
left: 0;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
height: 100%;
|
|
|
|
|
|
|
|
z-index: 0;
|
|
|
|
|
|
|
|
background: @primary-color;
|
|
|
|
|
|
|
|
opacity: 0.04;
|
|
|
|
|
|
|
|
z-index: 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.book-remark-box{
|
|
|
|
|
|
|
|
.bookremark{
|
|
|
|
|
|
|
|
.reamrk-list{
|
|
|
|
|
|
|
|
top: inherit;
|
|
|
|
|
|
|
|
bottom: calc(100% + 8px)
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|