vip.php 498 B

12345678910111213141516171819
  1. <?php
  2. return [
  3. 'Level' => 'VIP等级',
  4. 'Group_id' => '关联会员组',
  5. 'Name' => '名称',
  6. 'Label' => '标签',
  7. 'Intro' => '介绍',
  8. 'Image' => '图片',
  9. 'Icon' => '图标',
  10. 'Content' => '内容',
  11. 'Price' => '价格',
  12. 'Pricedata' => '价格配置',
  13. 'Rightdata' => '权益配置',
  14. 'Sales' => '销量',
  15. 'Pulloff' => '下架',
  16. 'Createtime' => '添加时间',
  17. 'Status' => '状态'
  18. ];