提交 0585e9fe 编写于 作者: M mindspore-ci-bot 提交者: Gitee

!307 ui modify queue display data

Merge pull request !307 from WeiFeng/myMaster
...@@ -61,7 +61,7 @@ limitations under the License. ...@@ -61,7 +61,7 @@ limitations under the License.
v-if="processSummary.device.full || processSummary.device.full === 0"> v-if="processSummary.device.full || processSummary.device.full === 0">
{{$t('profiling.queueTip1')}} {{$t('profiling.queueTip1')}}
<span class="num"> <span class="num">
{{processSummary.device.empty}}/{{processSummary.device.total}} {{processSummary.device.full}}/{{processSummary.device.total}}
</span> </span>
</div> </div>
</div> </div>
...@@ -108,7 +108,7 @@ limitations under the License. ...@@ -108,7 +108,7 @@ limitations under the License.
v-if="processSummary.get_next.full || processSummary.get_next.full === 0"> v-if="processSummary.get_next.full || processSummary.get_next.full === 0">
{{$t('profiling.queueTip1')}} {{$t('profiling.queueTip1')}}
<span class="num"> <span class="num">
{{processSummary.get_next.empty}}/{{processSummary.get_next.total}} {{processSummary.get_next.full}}/{{processSummary.get_next.total}}
</span> </span>
</div> </div>
</div> </div>
...@@ -391,9 +391,7 @@ export default { ...@@ -391,9 +391,7 @@ export default {
`${decodeURIComponent(this.trainId)}` + `${decodeURIComponent(this.trainId)}` +
`-${this.$t('profiling.mindData')}-MindInsight`; `-${this.$t('profiling.mindData')}-MindInsight`;
} else { } else {
document.title = `${this.$t( document.title = `${this.$t('profiling.mindData')}-MindInsight`;
'profiling.mindData',
)}-MindInsight`;
} }
if (this.activeName === 'queueInfo') { if (this.activeName === 'queueInfo') {
this.init(); this.init();
......
...@@ -176,7 +176,7 @@ limitations under the License. ...@@ -176,7 +176,7 @@ limitations under the License.
v-if="processSummary.device.full || processSummary.device.full === 0"> v-if="processSummary.device.full || processSummary.device.full === 0">
{{$t('profiling.queueTip1')}} {{$t('profiling.queueTip1')}}
<span class="num"> <span class="num">
{{processSummary.device.empty}} / {{processSummary.device.total}} {{processSummary.device.full}} / {{processSummary.device.total}}
</span> </span>
</div> </div>
</div> </div>
...@@ -221,7 +221,7 @@ limitations under the License. ...@@ -221,7 +221,7 @@ limitations under the License.
v-if="processSummary.get_next.full || processSummary.get_next.full === 0"> v-if="processSummary.get_next.full || processSummary.get_next.full === 0">
{{$t('profiling.queueTip1')}} {{$t('profiling.queueTip1')}}
<span class="num"> <span class="num">
{{processSummary.get_next.empty}} / {{processSummary.get_next.total}} {{processSummary.get_next.full}} / {{processSummary.get_next.total}}
</span> </span>
</div> </div>
</div> </div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册