src/views/tigerprojects/bas/checkrule/ruleDetail.vue
@@ -15,6 +15,7 @@ { icon: 'clarity:note-edit-line', onClick: handleEdit.bind(null, record), name: '' }, { icon: 'ant-design:delete-outlined', @@ -24,6 +25,7 @@ placement: 'left', confirm: handleDelete.bind(null, record), }, name: '' }, ]" /> </template> @@ -281,7 +283,7 @@ var CHECK_TYPE = 0; var CHECK_REGEX = '^'; const total = data.value.reduce((length, item) => { if (item.DATA_TYPE == 5) { if (item.DATA_TYPE == 6) { CHECK_TYPE = 1; } CHECK_REGEX += item.DATA_REGEX;