|
@@ -94,7 +94,7 @@ layui.config({
|
|
|
"type":"${items.type}",
|
|
|
"gcmc":"${items.itemName}",
|
|
|
"xmsl": "某施工单位一",
|
|
|
- "cjsq":"<c:if test="${items.type eq '1'}">架空线路</c:if><c:if test="${items.type eq '2'}">电缆线路</c:if>",
|
|
|
+ "cjsq":"<c:if test="${items.type eq '1'}">架空线路</c:if><c:if test="${items.type eq '2'}">电缆线路</c:if><c:if test="${items.type eq '3'}">变电站线路</c:if>",
|
|
|
"djr":"<fmt:formatDate value="${items.createDate}" pattern="yyyy/MM/dd"/>",
|
|
|
"status":"3",
|
|
|
"pid": "${items.projectId}"
|