* Refactor batch edit button on product list page.

This commit is contained in:
chentao
2023-06-29 18:57:29 +08:00
parent c1567a3699
commit ceedd2865d
2 changed files with 13 additions and 33 deletions
+4 -4
View File
@@ -149,10 +149,10 @@ dtable
'type' => 'btn-group',
'items' => array(array
(
'text' => $lang->edit,
'btnType' => 'primary',
'url' => createLink('product', 'batchEdit'),
'onClick' => jsRaw('onClickBatchEdit')
'text' => $lang->edit,
'btnType' => 'secondary',
'data-url' => createLink('product', 'batchEdit'),
'onClick' => jsRaw('onClickBatchEdit')
))
)),
set::footPager