地质所 沉降监测网建设项目
zmk
2024-06-21 fd1211cd8d25526bfc4039bfa6547c7859e399bb
javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/project.html
@@ -101,13 +101,9 @@
                    field : 'leader',
                    title : '场地负责人'
                },
                {
                    field : 'createTime',
                    title : '创建时间'
                },
                    {
                        field : 'status',
                        title : '项目状态',
                        title : '场地状态',
                        formatter: function(value, row, index) {
                            return $.table.selectDictLabel(statusDatas, value);
                        }