src/templates/zshare/verifycard/baseform/index.jsx | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/templates/zshare/verifycard/baseform/index.jsx
@@ -450,7 +450,12 @@ </Form.Item> </Col> : null} {window.GLOB.process && verify.workFlow === 'true' ? <Col span={8}> <Form.Item label="默认sql(工作流)"> <Form.Item label={ <Tooltip placement="bottomLeft" title="执行位置在系统默认sql之后。"> <QuestionCircleOutlined className="mk-form-tip" /> 默认sql(工作流) </Tooltip> }> <Radio.Group value={verify.flowSql} onChange={(e) => {this.onOptionChange(e.target.value, 'flowSql')}}> <Radio value="true">执行</Radio> <Radio value="false">不执行</Radio>