增加项目编号为null的处理

master
OathK1per 2022-07-21 15:51:01 +08:00
parent b70b05852e
commit c67db730fa
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@
<div class="am-u-sm-6 am-u-md-6"> <div class="am-u-sm-6 am-u-md-6">
<#--<textarea style="overflow:auto; background-attachment: fixed; <#--<textarea style="overflow:auto; background-attachment: fixed;
background-repeat: no-repeat; border-style: solid;border-color: #FFFFFF">${project.name}</textarea>--> background-repeat: no-repeat; border-style: solid;border-color: #FFFFFF">${project.name}</textarea>-->
<input type="text" style="word-break: break-word; border:0 none;outline:none;" value="${project.projectNo}"> <input type="text" style="word-break: break-word; border:0 none;outline:none;" value="${project.projectNo!}">
</div> </div>
<div class="am-u-sm-2 am-u-md-4 input-msg"></div> <div class="am-u-sm-2 am-u-md-4 input-msg"></div>
</div> </div>