Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kanyxmo committed Sep 27, 2023
1 parent 18b726b commit 1028e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generator/VueIndexGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ protected function getOptions(): string
$options['rowSelection'] = [ 'showCheckedAll' => true ];
$options['pk'] = "'".$this->getPk()."'";
$options['operationColumn'] = false;
$options['operationWidth'] = 160;
$options['operationColumnWidth'] = 160;
$options['formOption'] = [
'viewType' => $this->getComponentType($this->model->component_type),
'width' => 600,
Expand Down

0 comments on commit 1028e32

Please sign in to comment.