提交 5b48bd5d 编写于 作者: W WeiFeng-mindinsight

UI modify queue display data

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