ID | 5 |名称 | 6 |所属公众号 | 7 |事件 | 8 |创建时间 | 9 |二维码 | 10 |11 | |
---|---|---|---|---|---|---|
<%= a.id %> | 17 |<%= a.name %> | 18 |<%= a.public_account.name %> | 19 |<%= a.event_key %> | 20 |<%= a.created_at %> | 21 |<%= image_tag(a.qrurl, width: 96, height: 96) if a.qrurl %> | 22 |23 | <%= link_to "编辑", edit_admin_activity_path(a), class: "btn btn-success" %> 24 | <%= link_to "删除", admin_activity_path(a), method: :delete, data: { confirm: '确认删除吗?' }, class: "btn btn-danger" %> 25 | | 26 |
ID | 5 |名称 | 6 |代码 | 7 |类型 | 8 |所属账号 | 9 |创建时间 | 10 |操作 | 11 |
---|---|---|---|---|---|---|
<%= page.id %> | 17 |<%= page.title %> | 18 |<%= page.code %> | 19 |<%= page.page_type %> | 20 |<%= page.public_account.name %> | 21 |<%= page.created_at %> | 22 |23 | <%= link_to "预览", page_path(code: page.code), class: "btn btn-success", target: '_blank' %> 24 | <%= link_to "编辑", edit_admin_page_path(page, public_account_id: page.public_account.id), class: "btn btn-primary" %> 25 | <%= link_to "删除", admin_page_path(page, public_account_id: page.public_account.id), method: :delete, data: { confirm: '确认删除吗?' }, class: "btn btn-danger" %> 26 | | 27 |
ID | 5 |公众号名称 | 6 |公众号账户 | 7 |页面数量 | 8 |操作 | 9 |
---|---|---|---|---|
<%= account.id %> | 15 |<%= account.name %> | 16 |<%= account.account %> | 17 |<%= account.pages.count %> | 18 |19 | <%= link_to "详情", account_pages_admin_pages_path(public_account_id: account.id), class: "btn btn-primary" %> 20 | <%= link_to "新建", new_admin_page_path(public_account_id: account.id), class: "btn btn-success" %> 21 | | 22 |
ID | 10 |配置名称 | 11 |商户号 | 12 |创建时间 | 13 |操作 | 14 |
---|---|---|---|---|
<%= cfg.id %> | 20 |<%= cfg.name %> | 21 |<%= cfg.mch_id %> | 22 |<%= cfg.created_at %> | 23 |24 | <%= link_to "编辑", edit_admin_pay_config_path(type: 'WxpubPayConfig', id: cfg.id), class: "btn btn" %> 25 | <%= link_to "删除", admin_pay_config_path(type: 'WxpubPayConfig', id: cfg.id), method: :delete, class: "btn btn-danger", data: { confirm: '确认删除吗?' } %> 26 | | 27 |
ID | 5 |名称 | 6 |标识 | 7 |APPID | 8 |创建时间 | 9 |操作 | 10 |
---|---|---|---|---|---|
<%= account.id %> | 16 |<%= account.name %> | 17 |<%= account.slug %> | 18 |<%= account.appid %> | 19 |<%= account.created_at %> | 20 |21 | <%= link_to "用户管理", admin_users_path(public_account_id: account.id), class: 'btn btn-link' %> 22 | <%= link_to "编辑", edit_admin_public_account_path(account), class: "btn btn-success" %> 23 | <%= link_to "删除", admin_public_account_path(account), method: :delete, data: { confirm: '确认删除吗?' }, class: "btn btn-danger" %> 24 | | 25 |
ID | 5 |标题 | 6 |订单号 | 7 |状态 | 8 |创建时间 | 9 |操作 | 10 |
---|---|---|---|---|---|
<%= order.id %> | 16 |<%= order.title %> | 17 |<%= order.order_no %> | 18 |<%= order.state_text %> | 19 |<%= order.created_at.strftime("%Y-%m-%d %H:%M") %> | 20 |21 | <%= link_to "详情", admin_ticket_order_path(order), class: 'btn' %> 22 | <%= link_to "编辑", edit_admin_ticket_order_path(order), class: "btn btn-success" %> 23 | <%= link_to "删除", admin_ticket_order_path(order), method: :delete, data: { confirm: '确认删除吗?' }, class: "btn btn-danger" %> 24 | | 25 |
头像 | 5 |昵称 | 6 |状态 | 7 |加入时间 | 8 |操作 | 9 |
---|---|---|---|---|
<%= image_tag user.headimgurl, width: 80, height: 80, class: 'user-avatar' %> | 15 |<%= user.nickname %> | 16 |<%= user.alive ? '关注中' : '已取关' %> | 17 |<%= user.created_at %> | 18 |19 | |
ID | 5 |标题 | 6 |标识 | 7 |状态 | 8 |销售数量 | 9 |创建时间 | 10 |操作 | 11 |
---|---|---|---|---|---|---|
<%= goods.id %> | 17 |<%= goods.title %> | 18 |<%= goods.slug %> | 19 |<%= goods.state %> | 20 |<%= goods.sale_count %> | 21 |<%= goods.created_at.strftime("%Y-%m-%d %H:%M") %> | 22 |23 | <%= link_to "查看", "/pages/vgoods?goods_id=#{goods.id}", class: 'btn' %> 24 | <%= link_to "编辑", edit_admin_virtual_good_path(goods), class: "btn btn-success" %> 25 | <%= link_to "删除", admin_virtual_good_path(goods), method: :delete, data: { confirm: '确认删除吗?' }, class: "btn btn-danger" %> 26 | | 27 |
You may have mistyped the address or the page may have moved.
63 |If you are the application owner check the logs for more information.
65 |Maybe you tried to change something you didn't have access to.
63 |If you are the application owner check the logs for more information.
65 |If you are the application owner check the logs for more information.
64 |