修复模板缺少export权限

This commit is contained in:
2022-08-20 14:47:27 +08:00
parent 136472d451
commit b0ffb84fd6

View File

@@ -4,6 +4,7 @@
data-auth-add="{:auth('{{controllerUrl}}/add')}" data-auth-add="{:auth('{{controllerUrl}}/add')}"
data-auth-edit="{:auth('{{controllerUrl}}/edit')}" data-auth-edit="{:auth('{{controllerUrl}}/edit')}"
data-auth-delete="{:auth('{{controllerUrl}}/delete')}" data-auth-delete="{:auth('{{controllerUrl}}/delete')}"
data-auth-export="{:auth('{{controllerUrl}}/export')}"
lay-filter="currentTable"> lay-filter="currentTable">
</table> </table>
</div> </div>