Skip to content

Commit

Permalink
Update CurdService.php
Browse files Browse the repository at this point in the history
  • Loading branch information
funadmin authored Mar 30, 2022
1 parent d04ffd9 commit f74c981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/curd/service/CurdService.php
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ protected function getCols()
$this->jsCols .= " {field:'{$v['name']}',title: __('{$name}'),templet: Table.templet.image},".PHP_EOL;;
break;
case 'images':
$this->jsCols .= " {field:'{$v['name']}',title: __('{$name}'),templet: Table.templet.images},".PHP_EOL;;
$this->jsCols .= " {field:'{$v['name']}',title: __('{$name}'),templet: Table.templet.image},".PHP_EOL;;
break;
case 'file':
$this->jsCols .= " {field:'{$v['name']}',title: __('{$name}'),templet: Table.templet.url},".PHP_EOL;;
Expand Down

0 comments on commit f74c981

Please sign in to comment.