guanqb
2024-01-29 bf45ce8559383eb2c940affc6296c4c156ecf5e2
src/views/task/index.vue
@@ -54,13 +54,16 @@
            datetime: "",
            selectionList: [],
            option: {
                labelWidth: 120,
                searchLabelWidth: 66,
                searchShow: true,
                searchMenuSpan: 3,
                menuWidth: 160,
                height: "auto",
                calcHeight: 54,
                dialogWidth: 950,
                tip: false,
                searchShow: true,
                searchMenuSpan: 3,
                menuWidth: 280,
                border: true,
                //stripe:true,
                index: true,
@@ -75,7 +78,7 @@
                    {
                        label: "类型",
                        prop: "type",
                        span: 12,
                        span: 24,
                        searchSpan: 4,
                        dataType: "number",
                        type: "select",
@@ -87,29 +90,27 @@
                            value: "dictKey",
                        },
                        search: true,
                        span: 15,
                        searchLabelWidth: 46,
                        row: true,
                        labelWidth: 110,
                    },
                    {
                        width: 110,
                        label: "姓名",
                        prop: "realName",
                        span: 12,
                        searchSpan: 4,
                        width: 100,
                        search: true,
                        editDisabled: true,
                        labelWidth: 110,
                    },
                    {
                        width: 120,
                        label: "手机号",
                        prop: "phone",
                        span: 12,
                        width: 100,
                        searchSpan: 4,
                        searchLabelWidth: 76,
                        search: true,
                        editDisabled: true,
                        labelWidth: 110,
                    },
                    {
                        width: 110,
@@ -127,14 +128,12 @@
                        },
                        span: 24,
                        editDisabled: true,
                        labelWidth: 110,
                    },
                    {
                        overHidden: true,
                        label: "上报事发地址",
                        prop: "address",
                        overHidden: true,
                        editDisabled: true,
                        labelWidth: 110,
                        span: 24
                    },
                    // {
@@ -143,31 +142,29 @@
                    //   overHidden:true
                    // },
                    {
                        width: 144,
                        label: "上报时间",
                        prop: "createTime",
                        width: 160,
                        addDisplay: false,
                        editDisplay: false,
                        type: "date",
                        format: "yyyy-MM-dd HH:mm:ss",
                        valueFormat: "yyyy-MM-dd HH:mm:ss",
                        editDisabled: true,
                        labelWidth: 110,
                    },
                    {
                        overHidden: true,
                        label: "描述",
                        prop: "remark",
                        type: "textarea",
                        span: 24,
                        editDisabled: true,
                        labelWidth: 110,
                    },
                    {
                        label: "接收员",
                        prop: "userIds",
                        type: "tree",
                        hide: true,
                        labelWidth: 110,
                        dicUrl: "/api/blade-gridman/gridman/getGridmanList",
                        props: {
                            label: "gridmanName",