|
|
@ -40,8 +40,8 @@ class MiniProgramTemplateController extends AdminController |
|
|
$grid->column('op') |
|
|
$grid->column('op') |
|
|
->if(fn() => true) |
|
|
->if(fn() => true) |
|
|
->then(function ($column) { |
|
|
->then(function ($column) { |
|
|
// $column->append((new MiniProgramUpload(null, 2))->setKey($this->id))->append(' ');
|
|
|
|
|
|
$column->append(new MiniProgramDelTemp)->append(' '); |
|
|
|
|
|
|
|
|
// $column->append((new MiniProgramUpload(null, 2))->setKey($this->template_id))->append(' ');
|
|
|
|
|
|
$column->append((new MiniProgramDelTemp)->setKey($this->template_id))->append(' '); |
|
|
}); |
|
|
}); |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
|