@lambo-design/workflow-approve 1.0.0-beta.60 → 1.0.0-beta.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/portrait.vue +1 -1
- package/src/workflow-diagram.vue +1 -1
package/package.json
CHANGED
package/src/portrait.vue
CHANGED
|
@@ -801,7 +801,7 @@ export default {
|
|
|
801
801
|
column.push({
|
|
802
802
|
title: `${this.handleName}时间`, key: 'auditTime', minWidth: 150,
|
|
803
803
|
render: (h, { row }) => {
|
|
804
|
-
const displayDate = row.
|
|
804
|
+
const displayDate = row.auditDate
|
|
805
805
|
return h('span', displayDate)
|
|
806
806
|
}
|
|
807
807
|
})
|
package/src/workflow-diagram.vue
CHANGED