@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
@@ -1,3 +1,7 @@
1
+ # @hzab/flowlong-designer@1.0.8
2
+
3
+ feat:审批人文案修改
4
+
1
5
  # @hzab/flowlong-designer@1.0.7
2
6
 
3
7
  feat:审核人、抄送人添加直接主管配置;二次确认配置是否展示
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hzab/flowlong-designer",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "自定义审批流配置组件",
5
5
  "main": "src",
6
6
  "scripts": {
@@ -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>发起提交时需手写签名</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 }}>