sohelp-eleplus 1.1.15 → 1.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components.js +1 -0
- package/package.json +1 -1
- package/sohelp-dict/index.vue +116 -117
- package/sohelp-drawer/index.vue +20 -1
- package/sohelp-grid/index.vue +48 -44
- package/sohelp-grid/js/useSohelpGridConfig.js +2 -2
- package/sohelp-grid-view/filter/config/index.vue +5 -5
- package/sohelp-grid-view/filter/filter-form.vue +2 -2
- package/sohelp-grid-view/filter/index.vue +3 -3
- package/sohelp-grid-view/index.vue +1 -1
- package/sohelp-icon-select/icons/AnalysisOutlined.vue +22 -0
- package/sohelp-icon-select/icons/ApplicationOutlined.vue +21 -0
- package/sohelp-icon-select/icons/AppstoreAddOutlined.vue +28 -0
- package/sohelp-icon-select/icons/AppstoreOutlined.vue +30 -0
- package/sohelp-icon-select/icons/ArrowDown.vue +21 -0
- package/sohelp-icon-select/icons/ArrowDownOutlined.vue +20 -0
- package/sohelp-icon-select/icons/ArrowLeft.vue +21 -0
- package/sohelp-icon-select/icons/ArrowLeftOutlined.vue +20 -0
- package/sohelp-icon-select/icons/ArrowRight.vue +21 -0
- package/sohelp-icon-select/icons/ArrowRightOutlined.vue +20 -0
- package/sohelp-icon-select/icons/ArrowUp.vue +21 -0
- package/sohelp-icon-select/icons/ArrowUpOutlined.vue +20 -0
- package/sohelp-icon-select/icons/BellOutlined.vue +21 -0
- package/sohelp-icon-select/icons/BookOutlined.vue +21 -0
- package/sohelp-icon-select/icons/CalendarOutlined.vue +19 -0
- package/sohelp-icon-select/icons/CaretDownFilled.vue +13 -0
- package/sohelp-icon-select/icons/CaretUpFilled.vue +13 -0
- package/sohelp-icon-select/icons/CheckCircleFilled.vue +15 -0
- package/sohelp-icon-select/icons/CheckCircleOutlined.vue +23 -0
- package/sohelp-icon-select/icons/CheckOutlined.vue +20 -0
- package/sohelp-icon-select/icons/CityOutlined.vue +22 -0
- package/sohelp-icon-select/icons/ClockCircleOutlined.vue +23 -0
- package/sohelp-icon-select/icons/CloseCircleFilled.vue +15 -0
- package/sohelp-icon-select/icons/CloseCircleOutlined.vue +22 -0
- package/sohelp-icon-select/icons/CloseOutlined.vue +20 -0
- package/sohelp-icon-select/icons/CloudUploadOutlined.vue +23 -0
- package/sohelp-icon-select/icons/ClusterOutlined.vue +21 -0
- package/sohelp-icon-select/icons/CodeOutlined.vue +22 -0
- package/sohelp-icon-select/icons/ColumnHeightOutlined.vue +18 -0
- package/sohelp-icon-select/icons/CompassOutlined.vue +22 -0
- package/sohelp-icon-select/icons/CompressOutlined.vue +23 -0
- package/sohelp-icon-select/icons/ConnectionOutlined.vue +24 -0
- package/sohelp-icon-select/icons/ControlOutlined.vue +27 -0
- package/sohelp-icon-select/icons/CopyOutlined.vue +22 -0
- package/sohelp-icon-select/icons/CpuOutlined.vue +22 -0
- package/sohelp-icon-select/icons/DashboardOutlined.vue +26 -0
- package/sohelp-icon-select/icons/DatabaseOutlined.vue +22 -0
- package/sohelp-icon-select/icons/DeleteOutlined.vue +22 -0
- package/sohelp-icon-select/icons/DesktopOutlined.vue +19 -0
- package/sohelp-icon-select/icons/DownloadOutlined.vue +21 -0
- package/sohelp-icon-select/icons/DragOutlined.vue +22 -0
- package/sohelp-icon-select/icons/EditOutlined.vue +21 -0
- package/sohelp-icon-select/icons/EllipsisOutlined.vue +15 -0
- package/sohelp-icon-select/icons/EnvironmentOutlined.vue +22 -0
- package/sohelp-icon-select/icons/ExclamationCircleFilled.vue +15 -0
- package/sohelp-icon-select/icons/ExpandOutlined.vue +23 -0
- package/sohelp-icon-select/icons/FileOutlined.vue +22 -0
- package/sohelp-icon-select/icons/FilterFilled.vue +15 -0
- package/sohelp-icon-select/icons/FolderAddOutlined.vue +20 -0
- package/sohelp-icon-select/icons/FolderOutlined.vue +19 -0
- package/sohelp-icon-select/icons/FormOutlined.vue +20 -0
- package/sohelp-icon-select/icons/FullscreenExitOutlined.vue +16 -0
- package/sohelp-icon-select/icons/FullscreenOutlined.vue +16 -0
- package/sohelp-icon-select/icons/FundOutlined.vue +20 -0
- package/sohelp-icon-select/icons/GlobalOutlined.vue +15 -0
- package/sohelp-icon-select/icons/HolderOutlined.vue +18 -0
- package/sohelp-icon-select/icons/HomeOutlined.vue +19 -0
- package/sohelp-icon-select/icons/IdcardOutlined.vue +25 -0
- package/sohelp-icon-select/icons/InfoCircleFilled.vue +15 -0
- package/sohelp-icon-select/icons/LinkOutlined.vue +15 -0
- package/sohelp-icon-select/icons/LoadingDotOutlined.vue +21 -0
- package/sohelp-icon-select/icons/LoadingOutlined.vue +19 -0
- package/sohelp-icon-select/icons/LockOutlined.vue +21 -0
- package/sohelp-icon-select/icons/LogOutlined.vue +22 -0
- package/sohelp-icon-select/icons/LogoutOutlined.vue +22 -0
- package/sohelp-icon-select/icons/MailOutlined.vue +19 -0
- package/sohelp-icon-select/icons/MenuFoldOutlined.vue +17 -0
- package/sohelp-icon-select/icons/MenuUnfoldOutlined.vue +17 -0
- package/sohelp-icon-select/icons/MessageOutlined.vue +22 -0
- package/sohelp-icon-select/icons/MinusCircleOutlined.vue +22 -0
- package/sohelp-icon-select/icons/MobileOutlined.vue +20 -0
- package/sohelp-icon-select/icons/MoonOutlined.vue +21 -0
- package/sohelp-icon-select/icons/MoreOutlined.vue +15 -0
- package/sohelp-icon-select/icons/PauseFilled.vue +14 -0
- package/sohelp-icon-select/icons/PieChartOutlined.vue +20 -0
- package/sohelp-icon-select/icons/PlayFilled.vue +13 -0
- package/sohelp-icon-select/icons/PlusCircleOutlined.vue +22 -0
- package/sohelp-icon-select/icons/PlusOutlined.vue +19 -0
- package/sohelp-icon-select/icons/ProtectOutlined.vue +21 -0
- package/sohelp-icon-select/icons/QuestionCircleFilled.vue +15 -0
- package/sohelp-icon-select/icons/QuestionCircleOutlined.vue +25 -0
- package/sohelp-icon-select/icons/ReloadOutlined.vue +22 -0
- package/sohelp-icon-select/icons/SearchOutlined.vue +21 -0
- package/sohelp-icon-select/icons/SettingOutlined.vue +24 -0
- package/sohelp-icon-select/icons/ShoppingOutlined.vue +19 -0
- package/sohelp-icon-select/icons/SortOutlined.vue +21 -0
- package/sohelp-icon-select/icons/StarFilled.vue +15 -0
- package/sohelp-icon-select/icons/StepBackwardFilled.vue +17 -0
- package/sohelp-icon-select/icons/StepForwardFilled.vue +17 -0
- package/sohelp-icon-select/icons/SuitcaseOutlined.vue +19 -0
- package/sohelp-icon-select/icons/SunOutlined.vue +29 -0
- package/sohelp-icon-select/icons/SwapOutlined.vue +21 -0
- package/sohelp-icon-select/icons/SyncOutlined.vue +21 -0
- package/sohelp-icon-select/icons/TableOutlined.vue +19 -0
- package/sohelp-icon-select/icons/TagOutlined.vue +20 -0
- package/sohelp-icon-select/icons/TimerOutlined.vue +22 -0
- package/sohelp-icon-select/icons/UndoOutlined.vue +22 -0
- package/sohelp-icon-select/icons/UnlockOutlined.vue +21 -0
- package/sohelp-icon-select/icons/UploadOutlined.vue +21 -0
- package/sohelp-icon-select/icons/UserOutlined.vue +21 -0
- package/sohelp-icon-select/icons/VerticalAlignMiddleOutlined.vue +15 -0
- package/sohelp-icon-select/icons/VerticalLeftOutlined.vue +13 -0
- package/sohelp-icon-select/icons/VerticalRightOutlined.vue +13 -0
- package/sohelp-icon-select/icons/WarningOutlined.vue +21 -0
- package/sohelp-icon-select/icons/ZoomInOutlined.vue +22 -0
- package/sohelp-icon-select/icons/ZoomOutOutlined.vue +22 -0
- package/sohelp-icon-select/icons/index.js +106 -0
- package/sohelp-icon-select/icons/index.ts +106 -0
- package/sohelp-icon-select/index.vue +0 -1
- package/sohelp-modal/index.vue +39 -23
- package/sohelp-search/index.vue +1 -1
- package/sohelp-vform-eleplus/index.vue +5 -5
- package/sohelp-vform-modal/index.vue +1 -1
- package/sohelp-workflow-drawer/components/approval-modal.vue +4 -4
- package/sohelp-workflow-drawer/components/form.vue +1 -2
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
viewBox="0 0 48 48"
|
|
4
|
+
fill="none"
|
|
5
|
+
stroke="currentColor"
|
|
6
|
+
stroke-width="4"
|
|
7
|
+
stroke-linecap="round"
|
|
8
|
+
stroke-linejoin="round"
|
|
9
|
+
>
|
|
10
|
+
<path d="M6 24V42H42V24" />
|
|
11
|
+
<path d="M24 32V6M33 15L24 6L15 15" />
|
|
12
|
+
</svg>
|
|
13
|
+
</template>
|
|
14
|
+
|
|
15
|
+
<script lang="ts">
|
|
16
|
+
import { defineComponent } from 'vue';
|
|
17
|
+
|
|
18
|
+
export default defineComponent({
|
|
19
|
+
name: 'UploadOutlined'
|
|
20
|
+
});
|
|
21
|
+
</script>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
viewBox="0 0 48 48"
|
|
4
|
+
fill="none"
|
|
5
|
+
stroke="currentColor"
|
|
6
|
+
stroke-width="4"
|
|
7
|
+
stroke-linejoin="round"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M42 44C42 34 34 26 24 26 14 26 6 34 6 44M24 26C29.5 26 35 21 35 15 35 9 30 4 24 4 18 4 13 9 13 15 13 21 18.5 26 24 26Z"
|
|
11
|
+
/>
|
|
12
|
+
</svg>
|
|
13
|
+
</template>
|
|
14
|
+
|
|
15
|
+
<script lang="ts">
|
|
16
|
+
import { defineComponent } from 'vue';
|
|
17
|
+
|
|
18
|
+
export default defineComponent({
|
|
19
|
+
name: 'UserOutlined'
|
|
20
|
+
});
|
|
21
|
+
</script>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="4">
|
|
3
|
+
<path d="M32 10 24 17 16 10M24 1V17" />
|
|
4
|
+
<path d="M32 38 24 31 16 38M24 47V31" />
|
|
5
|
+
<path d="M6 24H42" />
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
8
|
+
|
|
9
|
+
<script lang="ts">
|
|
10
|
+
import { defineComponent } from 'vue';
|
|
11
|
+
|
|
12
|
+
export default defineComponent({
|
|
13
|
+
name: 'VerticalAlignMiddleOutlined'
|
|
14
|
+
});
|
|
15
|
+
</script>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="5">
|
|
3
|
+
<path d="M35 5 35 43M10 42 30 24 10 6" />
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
6
|
+
|
|
7
|
+
<script lang="ts">
|
|
8
|
+
import { defineComponent } from 'vue';
|
|
9
|
+
|
|
10
|
+
export default defineComponent({
|
|
11
|
+
name: 'VerticalLeftOutlined'
|
|
12
|
+
});
|
|
13
|
+
</script>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg viewBox="0 0 48 48" fill="none" stroke="currentColor" stroke-width="5">
|
|
3
|
+
<path d="M13 5 13 43M38 42 18 24 38 6" />
|
|
4
|
+
</svg>
|
|
5
|
+
</template>
|
|
6
|
+
|
|
7
|
+
<script lang="ts">
|
|
8
|
+
import { defineComponent } from 'vue';
|
|
9
|
+
|
|
10
|
+
export default defineComponent({
|
|
11
|
+
name: 'VerticalRightOutlined'
|
|
12
|
+
});
|
|
13
|
+
</script>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
viewBox="0 0 48 48"
|
|
4
|
+
fill="none"
|
|
5
|
+
stroke="currentColor"
|
|
6
|
+
stroke-width="4"
|
|
7
|
+
stroke-linejoin="round"
|
|
8
|
+
>
|
|
9
|
+
<path d="M24 5.5 2.5 42.5H45.5Z" />
|
|
10
|
+
<path d="M24 19V30" stroke-width="3.5" />
|
|
11
|
+
<circle cx="24" cy="35" r="2.5" fill="currentColor" stroke="none" />
|
|
12
|
+
</svg>
|
|
13
|
+
</template>
|
|
14
|
+
|
|
15
|
+
<script lang="ts">
|
|
16
|
+
import { defineComponent } from 'vue';
|
|
17
|
+
|
|
18
|
+
export default defineComponent({
|
|
19
|
+
name: 'WarningOutlined'
|
|
20
|
+
});
|
|
21
|
+
</script>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
viewBox="0 0 48 48"
|
|
4
|
+
fill="none"
|
|
5
|
+
stroke="currentColor"
|
|
6
|
+
stroke-width="4"
|
|
7
|
+
stroke-linecap="round"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M36.3 36.3 45.5 45.5M23 42C33 42 42 33 42 23 42 13 33 4 23 4 13 4 4 13 4 23 4 33 13 42 23 42Z"
|
|
11
|
+
/>
|
|
12
|
+
<path d="M16 23H30M23 16V30" />
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
|
15
|
+
|
|
16
|
+
<script lang="ts">
|
|
17
|
+
import { defineComponent } from 'vue';
|
|
18
|
+
|
|
19
|
+
export default defineComponent({
|
|
20
|
+
name: 'ZoomInOutlined'
|
|
21
|
+
});
|
|
22
|
+
</script>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<svg
|
|
3
|
+
viewBox="0 0 48 48"
|
|
4
|
+
fill="none"
|
|
5
|
+
stroke="currentColor"
|
|
6
|
+
stroke-width="4"
|
|
7
|
+
stroke-linecap="round"
|
|
8
|
+
>
|
|
9
|
+
<path
|
|
10
|
+
d="M36.3 36.3 45.5 45.5M23 42C33 42 42 33 42 23 42 13 33 4 23 4 13 4 4 13 4 23 4 33 13 42 23 42Z"
|
|
11
|
+
/>
|
|
12
|
+
<path d="M16 23H30" />
|
|
13
|
+
</svg>
|
|
14
|
+
</template>
|
|
15
|
+
|
|
16
|
+
<script lang="ts">
|
|
17
|
+
import { defineComponent } from 'vue';
|
|
18
|
+
|
|
19
|
+
export default defineComponent({
|
|
20
|
+
name: 'ZoomOutOutlined'
|
|
21
|
+
});
|
|
22
|
+
</script>
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
export { default as AnalysisOutlined } from './AnalysisOutlined.vue';
|
|
2
|
+
export { default as ApplicationOutlined } from './ApplicationOutlined.vue';
|
|
3
|
+
export { default as AppstoreAddOutlined } from './AppstoreAddOutlined.vue';
|
|
4
|
+
export { default as AppstoreOutlined } from './AppstoreOutlined.vue';
|
|
5
|
+
export { default as ArrowDown } from './ArrowDown.vue';
|
|
6
|
+
export { default as ArrowDownOutlined } from './ArrowDownOutlined.vue';
|
|
7
|
+
export { default as ArrowLeft } from './ArrowLeft.vue';
|
|
8
|
+
export { default as ArrowLeftOutlined } from './ArrowLeftOutlined.vue';
|
|
9
|
+
export { default as ArrowRight } from './ArrowRight.vue';
|
|
10
|
+
export { default as ArrowRightOutlined } from './ArrowRightOutlined.vue';
|
|
11
|
+
export { default as ArrowUp } from './ArrowUp.vue';
|
|
12
|
+
export { default as ArrowUpOutlined } from './ArrowUpOutlined.vue';
|
|
13
|
+
export { default as BellOutlined } from './BellOutlined.vue';
|
|
14
|
+
export { default as BookOutlined } from './BookOutlined.vue';
|
|
15
|
+
export { default as CalendarOutlined } from './CalendarOutlined.vue';
|
|
16
|
+
export { default as CaretDownFilled } from './CaretDownFilled.vue';
|
|
17
|
+
export { default as CaretUpFilled } from './CaretUpFilled.vue';
|
|
18
|
+
export { default as CheckCircleFilled } from './CheckCircleFilled.vue';
|
|
19
|
+
export { default as CheckCircleOutlined } from './CheckCircleOutlined.vue';
|
|
20
|
+
export { default as CheckOutlined } from './CheckOutlined.vue';
|
|
21
|
+
export { default as CityOutlined } from './CityOutlined.vue';
|
|
22
|
+
export { default as ClockCircleOutlined } from './ClockCircleOutlined.vue';
|
|
23
|
+
export { default as CloseCircleFilled } from './CloseCircleFilled.vue';
|
|
24
|
+
export { default as CloseCircleOutlined } from './CloseCircleOutlined.vue';
|
|
25
|
+
export { default as CloseOutlined } from './CloseOutlined.vue';
|
|
26
|
+
export { default as CloudUploadOutlined } from './CloudUploadOutlined.vue';
|
|
27
|
+
export { default as ClusterOutlined } from './ClusterOutlined.vue';
|
|
28
|
+
export { default as CodeOutlined } from './CodeOutlined.vue';
|
|
29
|
+
export { default as ColumnHeightOutlined } from './ColumnHeightOutlined.vue';
|
|
30
|
+
export { default as CompassOutlined } from './CompassOutlined.vue';
|
|
31
|
+
export { default as CompressOutlined } from './CompressOutlined.vue';
|
|
32
|
+
export { default as ConnectionOutlined } from './ConnectionOutlined.vue';
|
|
33
|
+
export { default as ControlOutlined } from './ControlOutlined.vue';
|
|
34
|
+
export { default as CopyOutlined } from './CopyOutlined.vue';
|
|
35
|
+
export { default as CpuOutlined } from './CpuOutlined.vue';
|
|
36
|
+
export { default as DashboardOutlined } from './DashboardOutlined.vue';
|
|
37
|
+
export { default as DatabaseOutlined } from './DatabaseOutlined.vue';
|
|
38
|
+
export { default as DeleteOutlined } from './DeleteOutlined.vue';
|
|
39
|
+
export { default as DesktopOutlined } from './DesktopOutlined.vue';
|
|
40
|
+
export { default as DownloadOutlined } from './DownloadOutlined.vue';
|
|
41
|
+
export { default as DragOutlined } from './DragOutlined.vue';
|
|
42
|
+
export { default as EditOutlined } from './EditOutlined.vue';
|
|
43
|
+
export { default as EllipsisOutlined } from './EllipsisOutlined.vue';
|
|
44
|
+
export { default as EnvironmentOutlined } from './EnvironmentOutlined.vue';
|
|
45
|
+
export { default as ExclamationCircleFilled } from './ExclamationCircleFilled.vue';
|
|
46
|
+
export { default as ExpandOutlined } from './ExpandOutlined.vue';
|
|
47
|
+
export { default as FileOutlined } from './FileOutlined.vue';
|
|
48
|
+
export { default as FilterFilled } from './FilterFilled.vue';
|
|
49
|
+
export { default as FolderAddOutlined } from './FolderAddOutlined.vue';
|
|
50
|
+
export { default as FolderOutlined } from './FolderOutlined.vue';
|
|
51
|
+
export { default as FormOutlined } from './FormOutlined.vue';
|
|
52
|
+
export { default as FullscreenOutlined } from './FullscreenOutlined.vue';
|
|
53
|
+
export { default as FullscreenExitOutlined } from './FullscreenExitOutlined.vue';
|
|
54
|
+
export { default as FundOutlined } from './FundOutlined.vue';
|
|
55
|
+
export { default as GlobalOutlined } from './GlobalOutlined.vue';
|
|
56
|
+
export { default as HolderOutlined } from './HolderOutlined.vue';
|
|
57
|
+
export { default as HomeOutlined } from './HomeOutlined.vue';
|
|
58
|
+
export { default as IdcardOutlined } from './IdcardOutlined.vue';
|
|
59
|
+
export { default as InfoCircleFilled } from './InfoCircleFilled.vue';
|
|
60
|
+
export { default as LinkOutlined } from './LinkOutlined.vue';
|
|
61
|
+
export { default as LoadingDotOutlined } from './LoadingDotOutlined.vue';
|
|
62
|
+
export { default as LoadingOutlined } from './LoadingOutlined.vue';
|
|
63
|
+
export { default as LockOutlined } from './LockOutlined.vue';
|
|
64
|
+
export { default as LogOutlined } from './LogOutlined.vue';
|
|
65
|
+
export { default as MailOutlined } from './MailOutlined.vue';
|
|
66
|
+
export { default as LogoutOutlined } from './LogoutOutlined.vue';
|
|
67
|
+
export { default as MenuFoldOutlined } from './MenuFoldOutlined.vue';
|
|
68
|
+
export { default as MenuUnfoldOutlined } from './MenuUnfoldOutlined.vue';
|
|
69
|
+
export { default as MessageOutlined } from './MessageOutlined.vue';
|
|
70
|
+
export { default as MinusCircleOutlined } from './MinusCircleOutlined.vue';
|
|
71
|
+
export { default as MobileOutlined } from './MobileOutlined.vue';
|
|
72
|
+
export { default as MoonOutlined } from './MoonOutlined.vue';
|
|
73
|
+
export { default as MoreOutlined } from './MoreOutlined.vue';
|
|
74
|
+
export { default as PauseFilled } from './PauseFilled.vue';
|
|
75
|
+
export { default as PieChartOutlined } from './PieChartOutlined.vue';
|
|
76
|
+
export { default as PlayFilled } from './PlayFilled.vue';
|
|
77
|
+
export { default as PlusCircleOutlined } from './PlusCircleOutlined.vue';
|
|
78
|
+
export { default as PlusOutlined } from './PlusOutlined.vue';
|
|
79
|
+
export { default as ProtectOutlined } from './ProtectOutlined.vue';
|
|
80
|
+
export { default as QuestionCircleFilled } from './QuestionCircleFilled.vue';
|
|
81
|
+
export { default as QuestionCircleOutlined } from './QuestionCircleOutlined.vue';
|
|
82
|
+
export { default as ReloadOutlined } from './ReloadOutlined.vue';
|
|
83
|
+
export { default as SearchOutlined } from './SearchOutlined.vue';
|
|
84
|
+
export { default as SettingOutlined } from './SettingOutlined.vue';
|
|
85
|
+
export { default as ShoppingOutlined } from './ShoppingOutlined.vue';
|
|
86
|
+
export { default as SortOutlined } from './SortOutlined.vue';
|
|
87
|
+
export { default as StarFilled } from './StarFilled.vue';
|
|
88
|
+
export { default as StepBackwardFilled } from './StepBackwardFilled.vue';
|
|
89
|
+
export { default as StepForwardFilled } from './StepForwardFilled.vue';
|
|
90
|
+
export { default as SuitcaseOutlined } from './SuitcaseOutlined.vue';
|
|
91
|
+
export { default as SunOutlined } from './SunOutlined.vue';
|
|
92
|
+
export { default as SwapOutlined } from './SwapOutlined.vue';
|
|
93
|
+
export { default as SyncOutlined } from './SyncOutlined.vue';
|
|
94
|
+
export { default as TableOutlined } from './TableOutlined.vue';
|
|
95
|
+
export { default as TagOutlined } from './TagOutlined.vue';
|
|
96
|
+
export { default as TimerOutlined } from './TimerOutlined.vue';
|
|
97
|
+
export { default as UndoOutlined } from './UndoOutlined.vue';
|
|
98
|
+
export { default as UnlockOutlined } from './UnlockOutlined.vue';
|
|
99
|
+
export { default as UploadOutlined } from './UploadOutlined.vue';
|
|
100
|
+
export { default as UserOutlined } from './UserOutlined.vue';
|
|
101
|
+
export { default as VerticalAlignMiddleOutlined } from './VerticalAlignMiddleOutlined.vue';
|
|
102
|
+
export { default as VerticalLeftOutlined } from './VerticalLeftOutlined.vue';
|
|
103
|
+
export { default as VerticalRightOutlined } from './VerticalRightOutlined.vue';
|
|
104
|
+
export { default as WarningOutlined } from './WarningOutlined.vue';
|
|
105
|
+
export { default as ZoomInOutlined } from './ZoomInOutlined.vue';
|
|
106
|
+
export { default as ZoomOutOutlined } from './ZoomOutOutlined.vue';
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
export { default as AnalysisOutlined } from './AnalysisOutlined.vue';
|
|
2
|
+
export { default as ApplicationOutlined } from './ApplicationOutlined.vue';
|
|
3
|
+
export { default as AppstoreAddOutlined } from './AppstoreAddOutlined.vue';
|
|
4
|
+
export { default as AppstoreOutlined } from './AppstoreOutlined.vue';
|
|
5
|
+
export { default as ArrowDown } from './ArrowDown.vue';
|
|
6
|
+
export { default as ArrowDownOutlined } from './ArrowDownOutlined.vue';
|
|
7
|
+
export { default as ArrowLeft } from './ArrowLeft.vue';
|
|
8
|
+
export { default as ArrowLeftOutlined } from './ArrowLeftOutlined.vue';
|
|
9
|
+
export { default as ArrowRight } from './ArrowRight.vue';
|
|
10
|
+
export { default as ArrowRightOutlined } from './ArrowRightOutlined.vue';
|
|
11
|
+
export { default as ArrowUp } from './ArrowUp.vue';
|
|
12
|
+
export { default as ArrowUpOutlined } from './ArrowUpOutlined.vue';
|
|
13
|
+
export { default as BellOutlined } from './BellOutlined.vue';
|
|
14
|
+
export { default as BookOutlined } from './BookOutlined.vue';
|
|
15
|
+
export { default as CalendarOutlined } from './CalendarOutlined.vue';
|
|
16
|
+
export { default as CaretDownFilled } from './CaretDownFilled.vue';
|
|
17
|
+
export { default as CaretUpFilled } from './CaretUpFilled.vue';
|
|
18
|
+
export { default as CheckCircleFilled } from './CheckCircleFilled.vue';
|
|
19
|
+
export { default as CheckCircleOutlined } from './CheckCircleOutlined.vue';
|
|
20
|
+
export { default as CheckOutlined } from './CheckOutlined.vue';
|
|
21
|
+
export { default as CityOutlined } from './CityOutlined.vue';
|
|
22
|
+
export { default as ClockCircleOutlined } from './ClockCircleOutlined.vue';
|
|
23
|
+
export { default as CloseCircleFilled } from './CloseCircleFilled.vue';
|
|
24
|
+
export { default as CloseCircleOutlined } from './CloseCircleOutlined.vue';
|
|
25
|
+
export { default as CloseOutlined } from './CloseOutlined.vue';
|
|
26
|
+
export { default as CloudUploadOutlined } from './CloudUploadOutlined.vue';
|
|
27
|
+
export { default as ClusterOutlined } from './ClusterOutlined.vue';
|
|
28
|
+
export { default as CodeOutlined } from './CodeOutlined.vue';
|
|
29
|
+
export { default as ColumnHeightOutlined } from './ColumnHeightOutlined.vue';
|
|
30
|
+
export { default as CompassOutlined } from './CompassOutlined.vue';
|
|
31
|
+
export { default as CompressOutlined } from './CompressOutlined.vue';
|
|
32
|
+
export { default as ConnectionOutlined } from './ConnectionOutlined.vue';
|
|
33
|
+
export { default as ControlOutlined } from './ControlOutlined.vue';
|
|
34
|
+
export { default as CopyOutlined } from './CopyOutlined.vue';
|
|
35
|
+
export { default as CpuOutlined } from './CpuOutlined.vue';
|
|
36
|
+
export { default as DashboardOutlined } from './DashboardOutlined.vue';
|
|
37
|
+
export { default as DatabaseOutlined } from './DatabaseOutlined.vue';
|
|
38
|
+
export { default as DeleteOutlined } from './DeleteOutlined.vue';
|
|
39
|
+
export { default as DesktopOutlined } from './DesktopOutlined.vue';
|
|
40
|
+
export { default as DownloadOutlined } from './DownloadOutlined.vue';
|
|
41
|
+
export { default as DragOutlined } from './DragOutlined.vue';
|
|
42
|
+
export { default as EditOutlined } from './EditOutlined.vue';
|
|
43
|
+
export { default as EllipsisOutlined } from './EllipsisOutlined.vue';
|
|
44
|
+
export { default as EnvironmentOutlined } from './EnvironmentOutlined.vue';
|
|
45
|
+
export { default as ExclamationCircleFilled } from './ExclamationCircleFilled.vue';
|
|
46
|
+
export { default as ExpandOutlined } from './ExpandOutlined.vue';
|
|
47
|
+
export { default as FileOutlined } from './FileOutlined.vue';
|
|
48
|
+
export { default as FilterFilled } from './FilterFilled.vue';
|
|
49
|
+
export { default as FolderAddOutlined } from './FolderAddOutlined.vue';
|
|
50
|
+
export { default as FolderOutlined } from './FolderOutlined.vue';
|
|
51
|
+
export { default as FormOutlined } from './FormOutlined.vue';
|
|
52
|
+
export { default as FullscreenOutlined } from './FullscreenOutlined.vue';
|
|
53
|
+
export { default as FullscreenExitOutlined } from './FullscreenExitOutlined.vue';
|
|
54
|
+
export { default as FundOutlined } from './FundOutlined.vue';
|
|
55
|
+
export { default as GlobalOutlined } from './GlobalOutlined.vue';
|
|
56
|
+
export { default as HolderOutlined } from './HolderOutlined.vue';
|
|
57
|
+
export { default as HomeOutlined } from './HomeOutlined.vue';
|
|
58
|
+
export { default as IdcardOutlined } from './IdcardOutlined.vue';
|
|
59
|
+
export { default as InfoCircleFilled } from './InfoCircleFilled.vue';
|
|
60
|
+
export { default as LinkOutlined } from './LinkOutlined.vue';
|
|
61
|
+
export { default as LoadingDotOutlined } from './LoadingDotOutlined.vue';
|
|
62
|
+
export { default as LoadingOutlined } from './LoadingOutlined.vue';
|
|
63
|
+
export { default as LockOutlined } from './LockOutlined.vue';
|
|
64
|
+
export { default as LogOutlined } from './LogOutlined.vue';
|
|
65
|
+
export { default as MailOutlined } from './MailOutlined.vue';
|
|
66
|
+
export { default as LogoutOutlined } from './LogoutOutlined.vue';
|
|
67
|
+
export { default as MenuFoldOutlined } from './MenuFoldOutlined.vue';
|
|
68
|
+
export { default as MenuUnfoldOutlined } from './MenuUnfoldOutlined.vue';
|
|
69
|
+
export { default as MessageOutlined } from './MessageOutlined.vue';
|
|
70
|
+
export { default as MinusCircleOutlined } from './MinusCircleOutlined.vue';
|
|
71
|
+
export { default as MobileOutlined } from './MobileOutlined.vue';
|
|
72
|
+
export { default as MoonOutlined } from './MoonOutlined.vue';
|
|
73
|
+
export { default as MoreOutlined } from './MoreOutlined.vue';
|
|
74
|
+
export { default as PauseFilled } from './PauseFilled.vue';
|
|
75
|
+
export { default as PieChartOutlined } from './PieChartOutlined.vue';
|
|
76
|
+
export { default as PlayFilled } from './PlayFilled.vue';
|
|
77
|
+
export { default as PlusCircleOutlined } from './PlusCircleOutlined.vue';
|
|
78
|
+
export { default as PlusOutlined } from './PlusOutlined.vue';
|
|
79
|
+
export { default as ProtectOutlined } from './ProtectOutlined.vue';
|
|
80
|
+
export { default as QuestionCircleFilled } from './QuestionCircleFilled.vue';
|
|
81
|
+
export { default as QuestionCircleOutlined } from './QuestionCircleOutlined.vue';
|
|
82
|
+
export { default as ReloadOutlined } from './ReloadOutlined.vue';
|
|
83
|
+
export { default as SearchOutlined } from './SearchOutlined.vue';
|
|
84
|
+
export { default as SettingOutlined } from './SettingOutlined.vue';
|
|
85
|
+
export { default as ShoppingOutlined } from './ShoppingOutlined.vue';
|
|
86
|
+
export { default as SortOutlined } from './SortOutlined.vue';
|
|
87
|
+
export { default as StarFilled } from './StarFilled.vue';
|
|
88
|
+
export { default as StepBackwardFilled } from './StepBackwardFilled.vue';
|
|
89
|
+
export { default as StepForwardFilled } from './StepForwardFilled.vue';
|
|
90
|
+
export { default as SuitcaseOutlined } from './SuitcaseOutlined.vue';
|
|
91
|
+
export { default as SunOutlined } from './SunOutlined.vue';
|
|
92
|
+
export { default as SwapOutlined } from './SwapOutlined.vue';
|
|
93
|
+
export { default as SyncOutlined } from './SyncOutlined.vue';
|
|
94
|
+
export { default as TableOutlined } from './TableOutlined.vue';
|
|
95
|
+
export { default as TagOutlined } from './TagOutlined.vue';
|
|
96
|
+
export { default as TimerOutlined } from './TimerOutlined.vue';
|
|
97
|
+
export { default as UndoOutlined } from './UndoOutlined.vue';
|
|
98
|
+
export { default as UnlockOutlined } from './UnlockOutlined.vue';
|
|
99
|
+
export { default as UploadOutlined } from './UploadOutlined.vue';
|
|
100
|
+
export { default as UserOutlined } from './UserOutlined.vue';
|
|
101
|
+
export { default as VerticalAlignMiddleOutlined } from './VerticalAlignMiddleOutlined.vue';
|
|
102
|
+
export { default as VerticalLeftOutlined } from './VerticalLeftOutlined.vue';
|
|
103
|
+
export { default as VerticalRightOutlined } from './VerticalRightOutlined.vue';
|
|
104
|
+
export { default as WarningOutlined } from './WarningOutlined.vue';
|
|
105
|
+
export { default as ZoomInOutlined } from './ZoomInOutlined.vue';
|
|
106
|
+
export { default as ZoomOutOutlined } from './ZoomOutOutlined.vue';
|
package/sohelp-modal/index.vue
CHANGED
|
@@ -18,32 +18,48 @@
|
|
|
18
18
|
</ele-modal>
|
|
19
19
|
</template>
|
|
20
20
|
<script setup>
|
|
21
|
+
const modelValue = defineModel('modelValue', { type: Boolean, default: false });
|
|
22
|
+
const emit = defineEmits('confirm', 'cancel');
|
|
23
|
+
const props = defineProps({
|
|
24
|
+
showFooter: {
|
|
25
|
+
type: Boolean,
|
|
26
|
+
default: true
|
|
27
|
+
}
|
|
28
|
+
});
|
|
21
29
|
|
|
22
|
-
const
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
+
const confirm = () => {
|
|
31
|
+
emit('confirm');
|
|
32
|
+
};
|
|
33
|
+
const cancel = () => {
|
|
34
|
+
modelValue.value = false;
|
|
35
|
+
emit('cancel');
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
const show = () => {
|
|
39
|
+
modelValue.value = true;
|
|
40
|
+
};
|
|
41
|
+
const close = () => {
|
|
42
|
+
modelValue.value = false;
|
|
43
|
+
};
|
|
30
44
|
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
45
|
+
defineExpose({
|
|
46
|
+
show,
|
|
47
|
+
close
|
|
48
|
+
});
|
|
49
|
+
</script>
|
|
50
|
+
<script>
|
|
51
|
+
export default {
|
|
52
|
+
name: 'SohelpModal'
|
|
53
|
+
};
|
|
38
54
|
</script>
|
|
39
55
|
<style scoped>
|
|
40
|
-
/* 可选:添加样式 */
|
|
41
|
-
.modal__container {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
}
|
|
56
|
+
/* 可选:添加样式 */
|
|
57
|
+
.modal__container {
|
|
58
|
+
/* 样式定义 */
|
|
59
|
+
height: 100%;
|
|
60
|
+
}
|
|
45
61
|
|
|
46
|
-
.modal__footer {
|
|
47
|
-
|
|
48
|
-
}
|
|
62
|
+
.modal__footer {
|
|
63
|
+
/* 样式定义 */
|
|
64
|
+
}
|
|
49
65
|
</style>
|
package/sohelp-search/index.vue
CHANGED
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
|
|
28
28
|
<script setup>
|
|
29
29
|
import { defineProps, getCurrentInstance, inject, onMounted, reactive, ref, watch } from 'vue';
|
|
30
|
-
import { moduleCache } from '
|
|
30
|
+
import { moduleCache } from '../cache/ModuleCache.js';
|
|
31
31
|
import { useRoute } from 'vue-router';
|
|
32
|
-
import {
|
|
32
|
+
import { ElMessage } from 'element-plus';
|
|
33
33
|
import { usePageTab } from '@/utils/use-page-tab.js';
|
|
34
34
|
|
|
35
35
|
const instance = getCurrentInstance();
|
|
@@ -81,10 +81,10 @@
|
|
|
81
81
|
const loadConfig = async (refid) => {
|
|
82
82
|
//从缓存中获取配置
|
|
83
83
|
const data = await moduleCache.getLayout(refid).catch((e) => {
|
|
84
|
-
|
|
84
|
+
ElMessage.error(e.message);
|
|
85
85
|
});
|
|
86
86
|
if (!data?.code) {
|
|
87
|
-
|
|
87
|
+
ElMessage.error('没有发现模块配置内容:' + route.meta.modulePath);
|
|
88
88
|
}
|
|
89
89
|
const config = JSON.parse(data?.code ?? '{}');
|
|
90
90
|
if (globalConfig?.size && config?.formConfig) {
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
func.call(scope, modelValue.value || {});
|
|
159
159
|
} catch (e) {
|
|
160
160
|
console.error('工具栏按钮单击事件出错:' + props.refid, e);
|
|
161
|
-
|
|
161
|
+
ElMessage.error(e);
|
|
162
162
|
}
|
|
163
163
|
}
|
|
164
164
|
};
|
|
@@ -18,7 +18,7 @@ import SohelpVformEleplus from "../sohelp-vform-eleplus/index.vue"
|
|
|
18
18
|
import SohelpModal from "../sohelp-modal/index.vue"
|
|
19
19
|
import {ref} from "vue";
|
|
20
20
|
export default {
|
|
21
|
-
name: '
|
|
21
|
+
name: 'SohelpVformModal',
|
|
22
22
|
components: {SohelpModal, SohelpVformEleplus},
|
|
23
23
|
props: {
|
|
24
24
|
refid: {
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
|
|
45
45
|
<script setup>
|
|
46
46
|
import { todoOperate } from '../js/index.js';
|
|
47
|
-
import {
|
|
47
|
+
import { ElMessage } from 'element-plus';
|
|
48
48
|
import { Plus } from '@element-plus/icons-vue';
|
|
49
49
|
import { ref } from 'vue';
|
|
50
50
|
import { useFormData } from '@/utils/use-form-data';
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
*/
|
|
118
118
|
const save = () => {
|
|
119
119
|
if (!props.data?.refid && !props.data.id) {
|
|
120
|
-
|
|
120
|
+
ElMessage.error('缺少参数refid,id');
|
|
121
121
|
return;
|
|
122
122
|
}
|
|
123
123
|
loading.value = true;
|
|
@@ -133,13 +133,13 @@
|
|
|
133
133
|
todoOperate(props.type, formData)
|
|
134
134
|
.then((msg) => {
|
|
135
135
|
loading.value = false;
|
|
136
|
-
|
|
136
|
+
ElMessage.success(msg);
|
|
137
137
|
emit('confirm');
|
|
138
138
|
close();
|
|
139
139
|
})
|
|
140
140
|
.catch((e) => {
|
|
141
141
|
loading.value = false;
|
|
142
|
-
|
|
142
|
+
ElMessage.error(e.message);
|
|
143
143
|
});
|
|
144
144
|
};
|
|
145
145
|
|
|
@@ -15,8 +15,7 @@
|
|
|
15
15
|
import { ref, watch } from 'vue';
|
|
16
16
|
import { ElMessage } from 'element-plus';
|
|
17
17
|
import { getTodoDetail } from '@/api/todo/index.js';
|
|
18
|
-
import
|
|
19
|
-
import SohelpEntityForm from '@/components/sohelp-eleplus/sohelp-entity-form/index.vue';
|
|
18
|
+
import SohelpEntityForm from '../../sohelp-entity-form/index.vue';
|
|
20
19
|
|
|
21
20
|
const props = defineProps({
|
|
22
21
|
data: Object
|