马宇豪
2023-03-27 58af926675e2157b70abbe19152d329ba3f95810
src/main/resources/templates/tr/selectOldRiskInfoPage/selectOldRiskInfoPage.html
文件名从 src/main/resources/templates/tr/hiddenDangerCheck/dangerRecord/dangerRecord.html 修改
@@ -82,17 +82,17 @@
</div>
<th:block th:include="include :: footer"/>
<script th:inline="javascript">
    var prefix = ctx + "tr/hiddenDangerCheck/dangerRecord";
    var prefix = ctx + "info";
    // var common = [[${common}]];//用户角色 是否在公司管理员
    console.log(ctx,prefix,'prefix')
    $(function () {
        var options = {
            url: prefix + "/list",
            // createUrl: prefix + "/add",
            // updateUrl: prefix + "/edit/{id}",
            // removeUrl: prefix + "/removeDangerLedger",
            // exportUrl: prefix + "/export",
            // detailUrl: prefix + "/detail/{id}",
            url: prefix + "/selectOldRiskInfoPage",
            createUrl: prefix + "/add",
            updateUrl: prefix + "/edit/{id}",
            removeUrl: prefix + "/removeDangerLedger",
            exportUrl: prefix + "/export",
            detailUrl: prefix + "/detail/{id}",
            modalName: "隐患列表",
            columns: [
                {