|
|
|
@ -33,6 +33,7 @@
@@ -33,6 +33,7 @@
|
|
|
|
|
import { add, cloneDeep, concat } from 'lodash-es'; |
|
|
|
|
import { MapLogistic } from '/@/api/platform/common/entity/mapLogistic'; |
|
|
|
|
import { VxeTableDefines } from 'vxe-table/types/table'; |
|
|
|
|
import Icon from '/@/components/Icon/index'; |
|
|
|
|
|
|
|
|
|
/** 类型规范统一声明定义区域 */ |
|
|
|
|
interface WindowState { |
|
|
|
@ -74,14 +75,14 @@
@@ -74,14 +75,14 @@
|
|
|
|
|
default({row}) { |
|
|
|
|
return [ |
|
|
|
|
<span> |
|
|
|
|
<i class="vxe-icon-lock-fill"/> |
|
|
|
|
<Icon icon="fa6-solid:lock"/> |
|
|
|
|
</span> |
|
|
|
|
]; |
|
|
|
|
}, |
|
|
|
|
header({column}) { |
|
|
|
|
return [ |
|
|
|
|
<vxe-tooltip content="此处数据只能展示不能操作!"> |
|
|
|
|
<i class="vxe-icon-info-circle-fill"/> |
|
|
|
|
<Icon icon="fa6-solid:signature"/> |
|
|
|
|
</vxe-tooltip> |
|
|
|
|
]; |
|
|
|
|
} |
|
|
|
@ -156,18 +157,18 @@
@@ -156,18 +157,18 @@
|
|
|
|
|
|
|
|
|
|
.rightTopLayout { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 70%; |
|
|
|
|
top: 0; |
|
|
|
|
left: 50%; |
|
|
|
|
right: 0; |
|
|
|
|
bottom: 0; |
|
|
|
|
bottom: 30%; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.rightBottomLayout { |
|
|
|
|
position: absolute; |
|
|
|
|
top: 0; |
|
|
|
|
top: 70%; |
|
|
|
|
left: 50%; |
|
|
|
|
right: 0; |
|
|
|
|
bottom: 30%; |
|
|
|
|
bottom: 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|