yangys
2025-08-14 9ff7d57765b1eb3704b9425819cdb9c5708e0ab1
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: '文件',