|
|
|
@ -280,7 +280,7 @@
|
|
|
|
|
readonly></textarea>
|
|
|
|
|
<textarea ng-if="ctrl.editRemark" style="margin-left: 1%;width: 40%;height: 55px"
|
|
|
|
|
ng-model="riskEvent.remark"
|
|
|
|
|
maxlength="200"></textarea>
|
|
|
|
|
maxlength="1000"></textarea>
|
|
|
|
|
<a role="button" ng-click="ctrl.editRemark=true" style="vertical-align:top"><i
|
|
|
|
|
class="fa fa-edit" ng-if="!ctrl.editRemark"></i></a>
|
|
|
|
|
<button class="btn btn-success" ng-click="saveRemark()" ng-if="ctrl.editRemark"
|
|
|
|
|