@@ -65,6 +65,7 @@
viewBtn: false,
dialogWidth: 300,
dialogHeight: 400,
+ menuWidth: 100,
column: [
{
label: "执行id",
@@ -75,6 +76,7 @@
label: "流程key",
prop: "processDefinitionKey",
search: true,
+ width: 80,
},
label: "流程实例id",
@@ -85,14 +87,17 @@
label: "状态",
prop: "suspensionState",
slot: true,
label: "发起人",
prop: "startUser",
+ width: 100,
label: '开始时间',
prop: 'startTime',
+ width: 165,
]
@@ -140,6 +140,7 @@
delBtn: false,
+ menuWidth: 150,
label: '流程主键',
@@ -148,10 +149,12 @@
label: '流程标识',
prop: 'key',
+ width: 150,
label: '流程名称',
prop: 'name',
label: "流程分类",
@@ -165,20 +168,24 @@
prop: "category",
label: '流程版本',
prop: 'version',
label: '状态',
prop: 'suspensionState',
label: '部署时间',
prop: 'deploymentTime',
@@ -143,6 +143,7 @@
label: '模型主键',
@@ -152,24 +153,29 @@
label: '模型标识',
prop: 'modelKey',
label: '模型名称',
label: '创建时间',
prop: 'created',
label: '更新时间',
prop: 'lastUpdated',
@@ -238,7 +244,7 @@
});
return;
}
- deployModel({ modelId: this.selectionId, category: flowCategory(this.categoryValue) }).then(res =>{
+ deployModel({modelId: this.selectionId, category: flowCategory(this.categoryValue)}).then(res => {
const data = res.data;
if (data.success) {
this.$message({
@@ -296,6 +302,6 @@
<style>
.none-border {
border: 0;
- background-color: transparent!important;
+ background-color: transparent !important;
</style>
@@ -90,6 +90,7 @@
@@ -104,6 +105,7 @@
hide: true,
@@ -117,10 +119,12 @@
prop: 'processDefinitionVersion',
label: '申请时间',
prop: 'createTime',
@@ -83,6 +83,7 @@
@@ -97,6 +98,7 @@
@@ -110,10 +112,12 @@
@@ -87,6 +87,7 @@
@@ -101,6 +102,7 @@
@@ -114,15 +116,18 @@
label: '流程进度',
prop: 'processIsFinished',
@@ -89,6 +89,7 @@
addBtn: false,
@@ -117,15 +119,18 @@