Browse Source

修改提示文本

master
李可松 4 years ago
parent
commit
849ca22e24
  1. 4
      app/AdminAgent/Extensions/Grid/ChangeOrderStatus.php

4
app/AdminAgent/Extensions/Grid/ChangeOrderStatus.php

@ -21,7 +21,7 @@ use Illuminate\Support\Facades\DB;
*/ */
class ChangeOrderStatus extends RowAction class ChangeOrderStatus extends RowAction
{ {
protected $title = '设为 [线下]已付款';
protected $title = '设为已付款';
protected function html() protected function html()
{ {
@ -91,6 +91,6 @@ class ChangeOrderStatus extends RowAction
public function confirm() public function confirm()
{ {
return ['确定要设置为已付款吗?', ''];
return ['确定要设置为“线下已付款吗?', ''];
} }
} }
Loading…
Cancel
Save