提交 1ba346e1 编写于 作者: B break60 提交者: qiaozhanwei

Display icon when there is no data in process definition (#1128)

* Dependency workflow add dependency correction value

* Download workflow instance map width adjustment and change "desc" field to "description"

* The third-party library that builds the dependency is recommended to be placed in 'devDependencies'

* Tree chart and Gantt chart style modification

* The workflow instance can be deleted only when its status is success, failure, stop and pause.

* change desc to description

* Maximum width of tooltip is set to 500px, note the copyright number of login page

* Delete copyright number

* No tenant in the list of selected tenants the default is default, and the status not shown in the repair page

* repair

* Repair security center module prompt

* Remove blank character during verification

* Remove blank character during verification

* Non admin users cannot create users, tenants, alarm groups, queues and worker groups

* Remove CI windows detection

* The value of loadaverage should be two decimal places

* Add license

* delete docs

* update package.json

* delete LICENSE

* Display icon when there is no data in process definition
上级 f1838570
......@@ -16,13 +16,13 @@
*/
<template>
<div class="define-user-count-model">
<div v-if="!msg">
<div v-if="msg">
<div class="data-area" v-spin="isSpin">
<div id="process-definition-bar" style="height:500px"></div>
</div>
</div>
<div v-if="msg">
<m-no-data :msg="msg" v-if="msg" :height="530"></m-no-data>
<div v-else>
<m-no-data :height="530"></m-no-data>
</div>
</div>
</template>
......@@ -37,7 +37,7 @@
data () {
return {
isSpin: true,
msg: '',
msg: true,
parameter: {projectId: 0}
}
},
......@@ -73,6 +73,7 @@
this.isSpin = true
this.parameter.projectId = this.projectId;
this.getDefineUserCount(this.parameter).then(res => {
this.msg = res.data.count > 0 ? true : false
this.defineUserList = []
this._handleDefineUser(res)
this.isSpin = false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册