提交代码
This commit is contained in:
parent
94c6dac30b
commit
fbeb8cb491
@ -353,7 +353,7 @@ const columns: DataTableColumns<StockIn> = [
|
|||||||
render(row) {
|
render(row) {
|
||||||
return h('div', [
|
return h('div', [
|
||||||
h('div', row.updateTime || '-'),
|
h('div', row.updateTime || '-'),
|
||||||
h('div', { class: 'muted' }, row.updateBy ? `更新人 ${row.updateBy}` : ''),
|
h('div', { class: 'muted' }, row.userName ? `更新人 ${row.userName}` : ''),
|
||||||
])
|
])
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user