摘要: 第一步:通过 gii 生成 CRUD 的代码 第二步:修改该视图所对应的 model 中的 attributeLabels 函数 public function attributeLabels() { return [ 'id' => 'ID', 'order_id' => '订单 ID', // 阅读全文
posted @ 2020-03-05 11:09 GetcharZp 阅读(155) 评论(0) 推荐(0)