king
2023-08-16 4363b084d8dd0d994dfa2b9894d040e5c1f3ae05
src/views/menudesign/printmenuform/index.jsx
@@ -231,7 +231,12 @@
            </Form.Item>
          </Col>
          {config.callback === 'true' ? <Col span={24}>
            <Form.Item label="回调函数">
            <Form.Item label={
              <Tooltip placement="topLeft" title="回调函数执行成功后默认会刷新源菜单页,返回信息(@retmsg)中含有(@no_target_menu@)可阻止此项刷新。">
                <QuestionCircleOutlined className="mk-form-tip" />
                回调函数
              </Tooltip>
            }>
              s_print_proc <EditOutlined style={{cursor: 'pointer'}} onClick={() => {window.open('#/proc/s_print_proc')}}/>
            </Form.Item>
          </Col> : null}