45], [['total_performance', 'total_amount', 'period_total_amount'], 'number'], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'mall_id' => '商城ID', 'date_limit' => '结算开始~结束日期', 'compute_period' => '结算周期:1天,2周,3月', 'status' => '状态[-1:删除;0:禁用;1启用]', 'created_at' => 'Created At', 'updated_at' => 'Updated At', 'total_performance' => '团队总业绩', 'num' => '分红人数', 'total_amount' => '分红总金额', 'period' => '发放期数', 'period_total_amount' => '本期奖金池总金额' ]; } }