GITLAB

OTHER_COMPANY_PROJECTS / ota

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • ota
  • app-ht
  • modules
  • production
  • config
  • perm.php
  • ffc314f1   app-ht(build v0.0.1 build 2) ... Browse Code »
    1. 后台生产日期管理功能实现。
    曹明
    2019-10-28 15:50:42 +0800  
perm.php 280 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?php

return [
    'label' => '生产日期',
    'items' => [
        'shop_city' => [
            'label' => '生产日期',
            'items' => [
                2 => '生产日期管理',
            ],
            'path'  => 'production/production/*'
        ],
    ]
];