mitao
2024-06-06 3d2b51ea4520533de5e78f88dddf5b5c7dce4247
meiya-admin/src/main/webapp/WEB-INF/view/member/memUserSales/memUserSales.html
@@ -93,6 +93,12 @@
                        @if(shiro.hasPermission("/memUserSales/updateState")){
                        <input id='updateStateAuth' type="hidden" value='true'>
                        @}
                        @if(shiro.hasPermission("/memUserSales/downloadTemplate")){
                        <button type="button" class="btn btn-primary" onclick="MemUserSales.downloadTemplate()"><i class="fa fa-external-link"></i>&nbsp;下载导入模板</button>
                        @}
                        @if(shiro.hasPermission("/memUserSales/importSalesUser")){
                        <#button name="导入" icon="fa-plus" clickFun="MemUserSales.import()" space="false"/>
                        @}
                    </div>
                    <table id="MemUserTable" class="table_list_box" data-mobile-responsive="true" data-click-to-select="true">
                        <thead>
@@ -107,5 +113,6 @@
    </div>
</div>
</div>
<input type="file" id="file" style="display: none;">
<script src="${ctxPath}/static/modular/member/memUserSales/memUserSales.js"></script>
@}