We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fce91b1 commit 0a8e0d1Copy full SHA for 0a8e0d1
escheduler-ui/src/js/conf/home/pages/projects/pages/index/_source/defineUserCount.vue
@@ -59,7 +59,6 @@
59
this._handleDefineUser(res)
60
this.isSpin = false
61
}).catch(e => {
62
- this.msg = e.msg || 'error'
63
64
})
65
},
escheduler-ui/src/js/conf/home/pages/projects/pages/index/index.vue
@@ -2,7 +2,7 @@
2
<m-list-construction :title="$t('Project Home')">
3
<template slot="content">
4
<div class="perject-home-content">
5
- <div class="time-model" v-show="searchParams.projectId !== 0">
+ <div class="time-model">
6
<x-datepicker
7
:panel-num="2"
8
placement="bottom-end"
@@ -153,4 +153,4 @@
153
display: block;
154
}
155
156
-</style>
+</style>
0 commit comments