|
|
@ -1,9 +1,9 @@ |
|
|
|
import { BasicColumn } from '/@/components/Table'; |
|
|
|
import { BasicColumn } from '/@/components/Table'; |
|
|
|
import { listOrg } from '/@/api/platform/common/controller/org'; |
|
|
|
|
|
|
|
import { commonUpload } from '/@/api/platform/core/controller/upload'; |
|
|
|
import { commonUpload } from '/@/api/platform/core/controller/upload'; |
|
|
|
import { h } from 'vue'; |
|
|
|
import { h } from 'vue'; |
|
|
|
import { Tag } from 'ant-design-vue'; |
|
|
|
import { Tag } from 'ant-design-vue'; |
|
|
|
import { VxeTableDefines } from 'vxe-table/types/table'; |
|
|
|
import { VxeTableDefines } from 'vxe-table/types/table'; |
|
|
|
|
|
|
|
import Icon from '/@/components/Icon/index'; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* @program: kicc-ui |
|
|
|
* @program: kicc-ui |
|
|
@ -215,7 +215,7 @@ export const mapPointColumns: VxeTableDefines.ColumnOptions[] = [ |
|
|
|
header ({ column }) { |
|
|
|
header ({ column }) { |
|
|
|
return [ |
|
|
|
return [ |
|
|
|
<vxe-tooltip content="按住后可以上下拖动排序!"> |
|
|
|
<vxe-tooltip content="按住后可以上下拖动排序!"> |
|
|
|
<i class="vxe-icon--question"/> |
|
|
|
<Icon icon="fa6-solid:signature"/> |
|
|
|
</vxe-tooltip> |
|
|
|
</vxe-tooltip> |
|
|
|
]; |
|
|
|
]; |
|
|
|
} |
|
|
|
} |
|
|
|