Skip to content

Commit 1028e32

Browse files
committed
fix
1 parent 18b726b commit 1028e32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Generator/VueIndexGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ protected function getOptions(): string
180180
$options['rowSelection'] = [ 'showCheckedAll' => true ];
181181
$options['pk'] = "'".$this->getPk()."'";
182182
$options['operationColumn'] = false;
183-
$options['operationWidth'] = 160;
183+
$options['operationColumnWidth'] = 160;
184184
$options['formOption'] = [
185185
'viewType' => $this->getComponentType($this->model->component_type),
186186
'width' => 600,

0 commit comments

Comments
 (0)