schooltech

Results 3 issues of schooltech

你好,下面是代码: discount: [ { required: false, type: "number", message: "请在折扣金额文字框中输入正确的数字格式", trigger: 'blur', transform(value) { return parseFloat(value); }, } ], 改成v-model.number 之后,只能输入整数,而且blur之后,空着也不行,还必须录入内容,type为float时,只能输入5.33这样的数字,不带小数点不行,小数点后面为0也不行 这个怎么解决,感谢

I found that lib-bpmn-engine currently only supports service tasks. Does lib-bpmn-engine plan to support user tasks?

Hi @sampila , I just tested the latest v3.52.0 version and the bug is still there when span rows across pages , ` font, err := model.NewCompositePdfFontFromTTFFile("./web/public/dist/fonts/microsoft.ttf") if err !=...