textarea区域不可输入

master
OathK1per 2022-11-01 12:01:37 +08:00
parent 904fc143b5
commit eb4f950ff9
1 changed files with 4 additions and 4 deletions

View File

@ -283,7 +283,7 @@
<tr class="am-text-nowrap">
<th class="table-title" colspan="1" >价值及风险:</th>
<td class="table-title" colspan="5" >
<textarea rows="5" cols="20" style="border-style:none;"
<textarea rows="5" cols="20" style="border-style:none;background-color: white;" disabled="disabled"
>${project.valueRisk!}</textarea>
</td>
</tr>
@ -349,20 +349,20 @@
<tr class="am-text-nowrap">
<th class="table-title" colspan="1" >主合同收款条款:</th>
<td class="table-title" colspan="5" >
<textarea rows="3" cols="20" style="border-style:none;"
<textarea rows="3" cols="20" style="border-style:none;background-color: white;" disabled="disabled"
>${project.mainContractCollectionTerms!}</textarea>
</td>
</tr>
<tr class="am-text-nowrap">
<th class="table-title" colspan="1" >主合同具体解决方案:</th>
<td class="table-title" colspan="5" >
<textarea rows="3" cols="20" style="border-style:none;"
<textarea rows="3" cols="20" style="border-style:none;background-color: white;" disabled="disabled"
>${project.mainContractResolvePlan!}</textarea>
</td> </tr>
<tr class="am-text-nowrap">
<th class="table-title" colspan="1" >计收计划:</th>
<td class="table-title" colspan="5" >
<textarea rows="3" cols="20" style="border-style:none;"
<textarea rows="3" cols="20" style="border-style:none;background-color: white;" disabled="disabled"
>${project.calculationCollection!}</textarea>
</td>
</tr>