main
zhen 11 months ago
parent e4b6036ba1
commit a1f3efc41a
  1. 6
      src/views/leger/dynamicledgerDetail.vue

@ -223,7 +223,7 @@ export default {
}, },
{ {
label: "工作负责人", label: "工作负责人",
prop: "workPrincipal", prop: "workChargePerson",
}, },
{ {
label: "许可人", label: "许可人",
@ -235,14 +235,14 @@ export default {
}, },
{ {
label: "许可时间", label: "许可时间",
prop: "permissionDate", prop: "planStartDate",
type: "datetime", type: "datetime",
format: 'yyyy/MM/dd HH:mm:ss', format: 'yyyy/MM/dd HH:mm:ss',
valueFormat: "yyyyMMdd HH:mm:ss", valueFormat: "yyyyMMdd HH:mm:ss",
}, },
{ {
label: "状态", label: "状态",
prop: "workStatus", prop: "workState",
type: "select", type: "select",
dicUrl: "/api/daf-system/dict/dictionary?code=work_status", dicUrl: "/api/daf-system/dict/dictionary?code=work_status",
props: { props: {

Loading…
Cancel
Save