sohelp-eleplus 1.1.16 → 1.1.17
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/package.json
CHANGED
package/sohelp-dict/index.vue
CHANGED
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
import { computed, nextTick, onMounted, reactive, ref } from 'vue';
|
|
98
98
|
import { dictCache } from '../cache/DictCache';
|
|
99
99
|
import * as ElementPlusIcons from '@element-plus/icons-vue';
|
|
100
|
-
import * as EleAdminPlusIcons from '
|
|
100
|
+
import * as EleAdminPlusIcons from '../sohelp-icon-select/icons';
|
|
101
101
|
|
|
102
102
|
const modelValue = defineModel('modelValue', { type: [String, Number, Array], default: '' });
|
|
103
103
|
const emit = defineEmits('change');
|
package/sohelp-grid/index.vue
CHANGED
|
@@ -11,8 +11,8 @@ import { ElMessageBox } from "element-plus/es";
|
|
|
11
11
|
import { useFormData } from "@/utils/use-form-data";
|
|
12
12
|
import { resetCommonConfig, updateCommonConfig } from "../http/ModuleHttp.js";
|
|
13
13
|
import CrudHttp from "../http/CrudHttp.js";
|
|
14
|
-
import ApprovalModal from "sohelp-
|
|
15
|
-
import WorkflowDrawer from "sohelp-
|
|
14
|
+
import ApprovalModal from "../sohelp-workflow-drawer/components/approval-modal.vue";
|
|
15
|
+
import WorkflowDrawer from "../sohelp-workflow-drawer/index.vue";
|
|
16
16
|
import SohelpTextareaInput from "../sohelp-textarea-input/index.vue";
|
|
17
17
|
import SohelpPower from "../sohelp-power/index.vue";
|
|
18
18
|
import FilterConditionItem from "./components/filter-condition-item.vue";
|
|
@@ -29,7 +29,6 @@ export default {
|
|
|
29
29
|
mouseConfig: {
|
|
30
30
|
selected: true
|
|
31
31
|
},
|
|
32
|
-
|
|
33
32
|
checkboxConfig: {
|
|
34
33
|
checkRowKey: "id",
|
|
35
34
|
highlight: true,
|
|
@@ -72,7 +71,6 @@ export default {
|
|
|
72
71
|
buttons: "searchSlot"
|
|
73
72
|
}
|
|
74
73
|
},
|
|
75
|
-
|
|
76
74
|
proxyConfig: {
|
|
77
75
|
response: {
|
|
78
76
|
result: "result",
|
|
@@ -80,7 +78,6 @@ export default {
|
|
|
80
78
|
},
|
|
81
79
|
ajax: {}
|
|
82
80
|
},
|
|
83
|
-
|
|
84
81
|
menuConfig: {
|
|
85
82
|
//右键菜单配置
|
|
86
83
|
header: {
|