cloudroam
2024-09-29 662baf2b0943fe1844152a249edca73a891cbf31
add:增加提交时间和审核时间
已修改1个文件
15 ■■■■■ 文件已修改
pages/order/list/_id.vue 15 ●●●●● 补丁 | 查看 | 原始文档 | 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() {