shuishen
2024-01-05 f2e4a9d500d2ae2a0ca0fe9ff8cb050c90ccaa2e
src/views/cGovernance/punchCard.vue
@@ -31,7 +31,7 @@
                menu: false,
                addBtn: false,
                border: true,
                index: false,
                index: true,
                selection: false,
                height: "auto",
                calcHeight: 54,
@@ -101,11 +101,11 @@
                        prop: "address",
                    },
                    {
                        width: 110,
                        label: "打卡图片",
                        prop: "img",
                        type: "upload",
                        labelWidth: 120,
                        width: 80,
                        listType: "picture-img",
                        action: "/api/blade-resource/oss/endpoint/put-file",
                        propsHttp: {
@@ -194,6 +194,9 @@
                        item.img = urls.join(",")
                    }
                    item.lat = Number(item.lat).toFixed(6)
                    item.lng = Number(item.lng).toFixed(6)
                    return item
                })