diff --git a/src/style/fix.scss b/src/style/fix.scss
index 5b9b577a..4fa224ac 100644
--- a/src/style/fix.scss
+++ b/src/style/fix.scss
@@ -22,6 +22,11 @@
--el-color-primary-dark-9: #060f19;
--el-border-radius-base: 2px;
}
+
+.el-collapse-item__content {
+ padding-bottom: 1px;
+}
+
.el-tag {
--el-tag-border-radius: 2px;
}
diff --git a/src/utils/enum.js b/src/utils/enum.js
index a6511d7c..2aa1b961 100644
--- a/src/utils/enum.js
+++ b/src/utils/enum.js
@@ -224,6 +224,20 @@ export const actStateEnum = new EnumFactory({
5: { text: '已关闭', type: 'info' },
})
+export const interveneTypeEnum = new EnumFactory({
+ 0: { text: '正常', type: 'primary' },
+ 1: { text: '转交', type: 'primary' },
+ 2: { text: '加签', type: 'info' },
+ 3: { text: '加签处理完成', type: 'primary' },
+ 4: { text: '接单', type: 'success' },
+ 5: { text: '评论', type: 'info' },
+ 6: { text: '删除', type: 'danger' },
+ 7: { text: '强制关闭', type: 'danger' },
+ 8: { text: '强制修改状态', type: 'danger' },
+ 10: { text: '撤回', type: 'danger' },
+ 11: { text: '抄送', type: 'info' },
+})
+
export const mCateEnum = new EnumFactory({
'list': ['主要辅材','办公辅料','设备维护辅料','包装辅材','标识辅材','防护辅材','其他辅材','常规辅材','医护辅材','检测辅材','倒角辅材','减薄辅材','磨抛辅材','多线切辅材','精雕辅材','扫边辅材','黑化辅材']
})
\ No newline at end of file
diff --git a/src/views/wf/myticket.vue b/src/views/wf/myticket.vue
index 005af0cb..c33e81f4 100644
--- a/src/views/wf/myticket.vue
+++ b/src/views/wf/myticket.vue
@@ -72,43 +72,28 @@
-
+
{{ scope.row.workflow_.name }}
-
+
{{ scope.row.state_.name }}
-
+
- {{ act_states[scope.row.act_state] }}
+
+ {{ actStateEnum[scope.row.act_state]?.text }}
+
-
+
-
-
+
+
+ 工单详情
+ 关闭
+
+
\ No newline at end of file
diff --git a/src/views/wf/ticketd_b_start.vue b/src/views/wf/ticketd_b_start.vue
new file mode 100644
index 00000000..8a1d8464
--- /dev/null
+++ b/src/views/wf/ticketd_b_start.vue
@@ -0,0 +1,95 @@
+
+ {{ item.name }}
+
+
\ No newline at end of file
diff --git a/src/views/wf/ticketd_default.vue b/src/views/wf/ticketd_default.vue
new file mode 100644
index 00000000..dd5600e4
--- /dev/null
+++ b/src/views/wf/ticketd_default.vue
@@ -0,0 +1,21 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file