src/views/flow/donelist.vue
@@ -71,7 +71,7 @@ } }, { label: '工艺版次', label: '批次号', prop: 'variables.craftEdition', render: ({ row }) => { return h('p',{'class': 'margin0'}, row?.variables?.craftEdition || ''); @@ -292,6 +292,7 @@ type: 'datetime', format: 'YYYY-MM-DD HH:mm:ss', valueFormat: 'YYYY-MM-DD HH:mm:ss', sortable:true, search: false, searchRange: true, searchSpan: 8,