Parcourir la source

task 45021 终止、异常公告

rongxin_dev
庞东旭 il y a 1 jour
Parent
révision
6bb3d727a0
1 fichiers modifiés avec 2 ajouts et 4 suppressions
  1. +2
    -4
      view/user/user.html

+ 2
- 4
view/user/user.html Voir le fichier

@@ -715,13 +715,11 @@
{{each applicationInformationList as value i}}
<tr>
<td>{{i+1}}</td>
<td style="width: 20%;"><p
style="display: -webkit-box;
<td style="width: 20%;"><p title="{{value.projectName}}" style="display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
word-break: break-all;
overflow: hidden;"
>{{value.projectName}}</p></td>
overflow: hidden;">{{value.projectName}}</p></td>
<td>{{value.depositStatus}}</td>
<td>{{value.biddingStartTime}}</td>
<td>{{value.biddingStopTime}}</td>


Chargement…
Annuler
Enregistrer