cloudroam
2024-09-29 662baf2b0943fe1844152a249edca73a891cbf31
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() {