liuyg
2021-09-27 8c6cf205affbbc8ada74f00a7ca25ebca867e9ed
src/views/securityUnitChild/data.js
@@ -131,10 +131,10 @@
// },
{
    label: "所属辖区",
    prop: "region",
    prop: "jurisdiction",
    // multiple: true,
    type: "tree",
    dicUrl: "/api/jurisdiction/lazy-tree",
    dicUrl: "/api//jurisdiction/lazy-trees",
    props: {
        label: "title",
        value: "id",
@@ -381,8 +381,8 @@
    label: "出资时间",
    prop: "capitaltime",
    type: "date",
    format: "yyyy-MM-dd hh:mm:ss",
    valueFormat: "timestamp",
    format: "yyyy-MM-dd",
    valueFormat: "yyyy-MM-dd",
    labelWidth: w,
    span: s,
}, {