diff --git a/index.html b/index.html index f11b9a6..bd8990f 100755 --- a/index.html +++ b/index.html @@ -2,9 +2,15 @@
- - - + + + + + + + + + @@ -24,7 +30,7 @@
-
diff --git a/src/views/work/claim.vue b/src/views/work/claim.vue
index b9bbeae..c73b3c9 100644
--- a/src/views/work/claim.vue
+++ b/src/views/work/claim.vue
@@ -92,7 +92,7 @@ export default {
prop: "category",
search: true,
hide: true,
- width: 100,
+ width: 85,
},
{
label: '流程名称',
@@ -107,7 +107,7 @@ export default {
label: '流程版本',
prop: 'processDefinitionVersion',
slot: true,
- width: 80,
+ width: 85,
},
{
label: '申请时间',
diff --git a/src/views/work/done.vue b/src/views/work/done.vue
index 8b183d9..631e6f1 100644
--- a/src/views/work/done.vue
+++ b/src/views/work/done.vue
@@ -87,7 +87,7 @@ export default {
prop: "category",
search: true,
hide: true,
- width: 100,
+ width: 85,
},
{
label: '流程名称',
@@ -102,7 +102,7 @@ export default {
label: '流程版本',
prop: 'processDefinitionVersion',
slot: true,
- width: 80,
+ width: 85,
},
{
label: '申请时间',
diff --git a/src/views/work/send.vue b/src/views/work/send.vue
index 1586adf..cf6b620 100644
--- a/src/views/work/send.vue
+++ b/src/views/work/send.vue
@@ -90,7 +90,7 @@ export default {
prop: "category",
search: true,
hide: true,
- width: 100,
+ width: 85,
},
{
label: '流程名称',
@@ -105,13 +105,13 @@ export default {
label: '流程版本',
prop: 'processDefinitionVersion',
slot: true,
- width: 80,
+ width: 85,
},
{
label: '流程进度',
prop: 'processIsFinished',
slot: true,
- width: 80,
+ width: 85,
},
{
label: '申请时间',
diff --git a/src/views/work/start.vue b/src/views/work/start.vue
index 8534738..74e6944 100644
--- a/src/views/work/start.vue
+++ b/src/views/work/start.vue
@@ -108,7 +108,7 @@ export default {
slot: true,
prop: "category",
search: true,
- width: 100,
+ width: 85,
},
{
label: '流程标识',
@@ -123,7 +123,7 @@ export default {
label: '流程版本',
prop: 'version',
slot: true,
- width: 80,
+ width: 85,
},
{
label: '状态',
diff --git a/src/views/work/todo.vue b/src/views/work/todo.vue
index e5f5690..854541e 100644
--- a/src/views/work/todo.vue
+++ b/src/views/work/todo.vue
@@ -92,7 +92,7 @@ export default {
prop: "category",
search: true,
hide: true,
- width: 100,
+ width: 85,
},
{
label: '流程名称',
@@ -107,7 +107,7 @@ export default {
label: '流程版本',
prop: 'processDefinitionVersion',
slot: true,
- width: 80,
+ width: 85,
},
{
label: '申请时间',