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