pages/order/list/_id.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pages/order/list/_id.vue
@@ -361,6 +361,13 @@ span: 24, readonly: true, }, { label: '提交时间:', id: 'checkTime', type: 'input', span: 24, readonly: true, }, ] const dialogAuditForm = [ { @@ -371,6 +378,14 @@ span: 24, readonly: true, }, { label: '审核时间:', id: 'auditTime', type: 'input', hidden: (row) => !row.auditStatusStr, span: 24, readonly: true, }, ] export default { data() {