name: base
label: base
description: 
fields:
  owner:
    label: 所有者
    help: 
    description: 
  space:
    label: 所属工作区
    help: 
    description: 
  created:
    label: 创建时间
    help: 
    description: 
  created_by:
    label: 创建人
    help: 
    description: 
  modified:
    label: 修改时间
    help: 
    description: 
  modified_by:
    label: 修改人
    help: 
    description: 
  is_deleted:
    label: 已删除
    help: 
    description: 
  deleted:
    label: 删除时间
    help: 
    description: 
  deleted_by:
    label: 删除人
    help: 
    description: 
  instances:
    label: 申请单
    help: 
    description: 
  instances.$._id:
    label: 申请单ID
    help: 
    description: 
  instances.$.state:
    label: 申请单状态
    help: 
    description: 
  sharing:
    label: 记录级权限
    help: 
    description: 
  sharing.$:
    label: 授权条件
    help: 
    description: 
  sharing.$.u:
    label: 授权用户
    help: 
    description: 
  sharing.$.o:
    label: 授权组织
    help: 
    description: 
  sharing.$.r:
    label: 来自规则
    help: 
    description: 
  message_count:
    label: 留言数
    help: 
    description: 
  locked:
    label: 已锁定
    help: 
    description: 
  company_id:
    label: 主分部
    help: 
    description: 
  company_ids:
    label: 所属分部
    help: 
    description: 
  instance_state:
    label: 申请单审批状态
    help: 
    options:
      - label: 草稿
        value: draft
      - label: 进行中
        value: pending
      - label: 已完成
        value: completed
      - label: 已核准
        value: approved
      - label: 已驳回
        value: rejected
      - label: 已取消
        value: terminated
    description: 
  process_state:
    label: 审批状态
    help: 
    options:
      - label: 草稿
        value: draft
      # - label: 进行中
      #   value: pending
      # - label: 已完成
      #   value: completed
      - label: 已通过
        value: approved
      - label: 已驳回
        value: rejected
      - label: 已撤回
        value: withdrawn
      - label: 已取消
        value: terminated
    description: 
  _table:
    label: 记录对象流程映射功能中表单中表格行信息
    help: 
    description: 
  _table._id:
    label: Object Workflow Related Form Table Item ID
    help: 
    description: 
  _table._code:
    label: Object Workflow Related Form Table Code
    help: 
    description: 
actions:
  standard_query:
    label: 查找
  standard_create_instance:
    label: 申请
  standard_new:
    label: 新建
  standard_open_view:
    label: 查看
  standard_edit:
    label: 编辑
  standard_delete:
    label: 删除
  standard_delete_many:
    label: 删除
  standard_approve:
    label: 发起审批
  standard_view_instance:
    label: 查看审批单
  standard_follow:
    label: 关注
  standard_submit_for_approval:
    label: 提请批准
  standard_import_data:
    label: 导入数据
  standard_export_excel:
    label: 导出
  standard_print:
    label: 打印
groups:
  system_information: 系统信息