diff --git a/src/views/demo/onlineform/formCall/CreateOrModifyComponent/index.vue b/src/views/demo/onlineform/formCall/CreateOrModifyComponent/index.vue index a9cedb54..ef3bb27a 100644 --- a/src/views/demo/onlineform/formCall/CreateOrModifyComponent/index.vue +++ b/src/views/demo/onlineform/formCall/CreateOrModifyComponent/index.vue @@ -30,8 +30,6 @@ import dayjs from 'dayjs'; const props = defineProps(['data']) const show = props.data.display const isTime = ['createtime', 'modifytime'].includes(props.data.type) -console.log(show) -console.log(isTime) const nowTime = ref(dayjs().format('YYYY-MM-DD HH:mm:ss')) const userName = localStorage.getItem('fireUserLoginName') diff --git a/src/views/demo/workflow/task/index.vue b/src/views/demo/workflow/task/index.vue index 1268c9b2..3a49e8fa 100644 --- a/src/views/demo/workflow/task/index.vue +++ b/src/views/demo/workflow/task/index.vue @@ -1,7 +1,12 @@