name: view_instance
amis_schema: |-
  {
      "type": "service",
      "body": [
          {
              "type": "button",
              "label": "查看申请单",
              "id": "u:instance_view",
              "onEvent": {
                  "click": {
                      "actions": [
                          {
                              "componentId": "",
                              "args": {
                                  "url": "${context.rootUrl}/workflow/space/${context.tenantId}/print/${record._id}",
                                  "params": {
                                      "box": "monitor",
                                      "print_is_show_traces": "1",
                                      "print_is_show_attachments": "1"
                                  }
                              },
                              "actionType": "url"
                          }
                      ],
                      "weight": 0
                  }
              },
              "hidden": "typeof this.hiddenOn === \"string\" ? 2 : 1",
              "hiddenOn": "record.box"
          }
      ],
      "regions": [
          "body"
      ],
      "data": {
          "context": {
              "rootUrl": "http://127.0.0.1:5000"
          },
          "app_id": "",
          "tab_id": "",
          "object_name": "",
          "dataComponentId": "",
          "record_id": "",
          "record": {},
          "permissions": {}
      },
      "bodyClassName": "p-0",
      "id": "u:85c513d513ee"
  }
is_enable: true
label: 查看申请单
'on': record_only
type: amis_button
visible: true
