地质所 沉降监测网建设项目
zmk
2024-07-03 5606efe6f2778ad09d8b35280d6360cfe8f34d91
javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/project.html
@@ -90,23 +90,20 @@
                },
                {
                    field : 'laborUnit', 
                    title : '劳务单位'
                    title : '劳务单位',
                    visible: false
                },
                {
                    field : 'district',
                    title : '区县',
                },
                {
                    field : 'leaderName',
                    field : 'leader',
                    title : '场地负责人'
                },
                {
                    field : 'createTime',
                    title : '创建时间'
                },
                    {
                        field : 'status',
                        title : '项目状态',
                        title : '场地状态',
                        formatter: function(value, row, index) {
                            return $.table.selectDictLabel(statusDatas, value);
                        }