Commit 65e3e3a1 authored by 前端-许佳敏's avatar 前端-许佳敏

新增生成电子合同校验

parent b1a72dcf
......@@ -68,6 +68,12 @@ const schema: ISchema = {
children: ""
},
title: '电子合同',
"x-rules": [
{
message: '请先生成电子合同',
required: true
}
]
},
electronicContractUrl: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment