链街Dcat后台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
193 B

  1. <?php
  2. return [
  3. 'status_label'=>[
  4. 'default' => 'primary',
  5. 0 => 'info',
  6. 1 => 'success',
  7. 2 => 'warning',
  8. 3 => 'danger',
  9. -1=> 'danger'
  10. ]
  11. ];