|
|
|
@ -57,7 +57,7 @@ class MiniProgramController extends AdminController |
|
|
|
$column->append((new MiniProgramReg(null, 1))->setKey($this->id))->append(' '); |
|
|
|
$column->append((new MiniProgramReg(null, 2))->setKey($this->id)); |
|
|
|
} else if ($is_success === 0 && $template_id === $last_template_id) { |
|
|
|
$column->append("已发布(模板:{$template_id})"); |
|
|
|
$column->append("已发布最新模板"); |
|
|
|
} else if (in_array($is_success, [-1, 2, 4])) { //如果状态是-1未检查过,或2审核中,或4审核延后,则显示审核状态按钮
|
|
|
|
$column->append((new MiniProgramAuditStatus(null, 1))->setKey($this->id))->append(' '); |
|
|
|
$column->append((new MiniProgramAuditStatus(null, 2))->setKey($this->id)); |
|
|
|
|