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); }