matrix_components 2.0.407 → 2.0.409
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/dist/ComponentDemo/FormDemo.vue +3 -3
- package/dist/matrix_components.css +1 -1
- package/dist/matrix_components.js +21324 -21211
- package/dist/matrix_components.umd.cjs +1 -1
- package/package.json +1 -1
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
import { h, onMounted, reactive, ref } from 'vue'
|
|
76
76
|
import { cloneDeep } from 'lodash-es'
|
|
77
77
|
import { nextTick } from 'vue'
|
|
78
|
-
import {
|
|
78
|
+
import { ElMessage } from 'element-plus'
|
|
79
79
|
|
|
80
80
|
// ------------全局的函数(不需要引入直接使用)------------
|
|
81
81
|
// import { getAllFormKvData, getAllFormNodeByKey, getAllFormNodeRefByKey } from "matrix_components";
|
|
@@ -102,7 +102,7 @@ import { ElCascader, ElMessage } from 'element-plus'
|
|
|
102
102
|
const props = defineProps({
|
|
103
103
|
readOnly: {
|
|
104
104
|
type: Boolean,
|
|
105
|
-
default:
|
|
105
|
+
default: false,
|
|
106
106
|
},
|
|
107
107
|
row: {
|
|
108
108
|
type: Object,
|
|
@@ -170,7 +170,7 @@ const state = reactive({
|
|
|
170
170
|
key: "stuck_threshold",
|
|
171
171
|
label: "所属工程",
|
|
172
172
|
value: "",
|
|
173
|
-
component:
|
|
173
|
+
component: "el-cascader",
|
|
174
174
|
params: {
|
|
175
175
|
props: {
|
|
176
176
|
showPrefix: false,
|