|
|
||
|---|---|---|
| config | ||
| database/migrations | ||
| docs | ||
| fonts | ||
| packages | ||
| resources | ||
| src | ||
| tests | ||
| .editorconfig | ||
| .env.testing | ||
| .gitattributes | ||
| .gitignore | ||
| .styleci.yml | ||
| LICENSE | ||
| README.md | ||
| composer.json | ||
| package.json | ||
| phpunit.dusk.xml | ||
| webpack.mix.js | ||
README.md
Dcat-Admin
Fork From jqhph/dcat-admin
改动
Show
详细页-列表按钮点击跳转方式
packages/dcat-admin/src/Show/Tools.php254行
<a href="{$this->getListPath()}" class="btn btn-sm btn-primary ">
<a href="javascript:window.history.back()" class="btn btn-sm btn-primary ">