diff --git a/src/components/Template/CustomTable.vue b/src/components/Template/CustomTable.vue
index 2c28231..7f9f541 100644
--- a/src/components/Template/CustomTable.vue
+++ b/src/components/Template/CustomTable.vue
@@ -527,9 +527,9 @@ export default {
},
// 点击事件
handleClickable(col, rowIndex, colIndex, row) {
- if (this.templateFillType !== 'actFill') {
- return
- }
+ // if (this.templateFillType !== 'actFill') {
+ // return
+ // }
this.$emit("clickable", col, rowIndex, row)
},
onBeforeReagentSubmit(data, callback, col, row) {
diff --git a/src/components/Template/HandleFormItem.vue b/src/components/Template/HandleFormItem.vue
index fcccc06..3ccd1e9 100644
--- a/src/components/Template/HandleFormItem.vue
+++ b/src/components/Template/HandleFormItem.vue
@@ -1378,9 +1378,9 @@ export default {
return commonInfo;
},
handleClickable(item, event) {
- if (this.templateFillType !== 'actFill') {
- return
- }
+ // if (this.templateFillType !== 'actFill') {
+ // return
+ // }
this.$emit("clickable", item)
},
//判断是否禁用复选框
diff --git a/src/components/Template/StepComponents/JcbComp.vue b/src/components/Template/StepComponents/JcbComp.vue
new file mode 100644
index 0000000..815f122
--- /dev/null
+++ b/src/components/Template/StepComponents/JcbComp.vue
@@ -0,0 +1,101 @@
+
+