@hzab/flowlong-designer 1.0.7 → 1.0.8
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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -56,7 +56,7 @@ const SignatureConfiguration = (props: any, ref: any) => {
|
|
|
56
56
|
<div className="signature-configuration">
|
|
57
57
|
<div className="signature-configuration-item">
|
|
58
58
|
<Form.Item label={<h3>手写签名</h3>} name={["extendConfig", "needSign"]} valuePropName="checked">
|
|
59
|
-
<Checkbox
|
|
59
|
+
<Checkbox>{type == "approver" ? "同意审批时需手写签名" : "发起提交时需手写签名"} </Checkbox>
|
|
60
60
|
</Form.Item>
|
|
61
61
|
{isSignature && (
|
|
62
62
|
<Form.Item name={["extendConfig", "usePreSign"]} style={{ flex: 1, marginBottom: -16 }}>
|