|
|
|
@ -1593,7 +1593,7 @@ function laraRecordFun() {
|
|
|
|
|
function expandIcon(props) {
|
|
|
|
|
if (props.record.childTaskCount > 0) {
|
|
|
|
|
return h('div', { class: 'expDiv', onClick: (e) => props.onExpand(props.record, e) },
|
|
|
|
|
[h('i', { class: 'iconfont icon-icon_tianjia iconExp' }),
|
|
|
|
|
[h('i', { class: 'iconfont icon-piliangxiaxian iconExp' }),
|
|
|
|
|
h('div', { class: 'expNum' }, props.record.childTaskCount)])
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
@ -1959,6 +1959,7 @@ function handleClickTree(row, index) {
|
|
|
|
|
|
|
|
|
|
:deep(.iconExp) {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
color: #257afa;
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|