From 07abda4b184fd201d23a3ba40cb188c2b78e71fa Mon Sep 17 00:00:00 2001
From: lzhe <181968431@qq.com>
Date: 星期日, 10 八月 2025 15:53:20 +0800
Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/mdmweb
---
src/views/flow/donelist.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/flow/donelist.vue b/src/views/flow/donelist.vue
index 9eb19bd..dc1c27c 100644
--- a/src/views/flow/donelist.vue
+++ b/src/views/flow/donelist.vue
@@ -1,7 +1,7 @@
<!--
* @Date: 2025-08-10 14:23:00
* @LastEditors: gaoshp
- * @LastEditTime: 2025-08-10 15:33:29
+ * @LastEditTime: 2025-08-10 15:46:14
* @FilePath: /mdmweb/src/views/flow/donelist.vue
-->
<template>
@@ -105,7 +105,7 @@
{
label: '寮�濮嬫椂闂�',
width: 200,
- prop: '',
+ prop: 'createTime',
type: 'datetime',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
@@ -117,7 +117,7 @@
{
label: '缁撴潫鏃堕棿',
width: 200,
- prop: '',
+ prop: 'endTime',
type: 'datetime',
format: 'YYYY-MM-DD HH:mm:ss',
valueFormat: 'YYYY-MM-DD HH:mm:ss',
@@ -129,7 +129,7 @@
{
label: '浠诲姟鍚嶇О',
width: 200,
- prop: '',
+ prop: 'taskName',
},
{
label: '鏂囦欢',
--
Gitblit v1.9.3