From 1028e327b3332eb9af64463a65a3ccb9b065f73b Mon Sep 17 00:00:00 2001 From: "X.Mo" Date: Wed, 27 Sep 2023 15:01:11 +0800 Subject: [PATCH] fix --- src/Generator/VueIndexGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Generator/VueIndexGenerator.php b/src/Generator/VueIndexGenerator.php index 1a7c074..e429541 100644 --- a/src/Generator/VueIndexGenerator.php +++ b/src/Generator/VueIndexGenerator.php @@ -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,