|
|
@ -235,13 +235,21 @@
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
<!-- 迁移进度条 -->
|
|
|
|
<!-- 迁移进度条 -->
|
|
|
|
<script type="text/ng-template" id="taskProcess.html">
|
|
|
|
<script type="text/ng-template" id="taskProcess.html">
|
|
|
|
<div class="ngCellText progress" ng-init="entity=row.entity">
|
|
|
|
<!-- <div style="height:80%;" class="ngCellText progress" ng-init="entity=row.entity"> -->
|
|
|
|
<div ng-show="entity.status!==3" class="progress-bar progress-bar-success active sj_progress_bar " role="progressbar" aria-valuenow="{{entity.process}}" aria-valuemin="0" aria-valuemax="100" style="width: {{entity.process}}%">
|
|
|
|
<div ng-init="entity=row.entity">
|
|
|
|
<span class="sj_progress_font">{{entity.process}}%</span>
|
|
|
|
<div style="position:relative;text-align:right;width:100%;height:25px">
|
|
|
|
|
|
|
|
<span></span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div ng-show="entity.status ===3" class="progress-bar progress-bar-danger active sj_progress_bar" role="progressbar" aria-valuenow="{{entity.process}}" aria-valuemin="0" aria-valuemax="100" style="width: {{entity.process}}%" title="{{entity.process}}%">
|
|
|
|
<div ng-show="entity.status!==3" class="progress-bar progress-bar-success active sj_progress_bar " role="progressbar" aria-valuenow="{{entity.process}}" aria-valuemin="0" aria-valuemax="100" style="text-align:left;height:15px;width: {{entity.process}}%">
|
|
|
|
<span class="sj_progress_font">{{entity.process}}%</span>
|
|
|
|
<!-- <span class="sj_progress_font">{{entity.process}}%</span> -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div style="position:relative;text-align:right;width:100%;height:15px;line-height:90%">
|
|
|
|
|
|
|
|
<span>{{entity.process}}%</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <div ng-show="entity.status ===3" class="progress-bar progress-bar-danger active sj_progress_bar" role="progressbar" aria-valuenow="{{entity.process}}" aria-valuemin="30" aria-valuemax="100" style="width: 100%" title="{{entity.process}}%">
|
|
|
|
|
|
|
|
<span class="sj_progress_font">{{entity.process}}%</span>
|
|
|
|
|
|
|
|
</div> -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
<!--迁移状态显示 -->
|
|
|
|
<!--迁移状态显示 -->
|
|
|
|