shuishen
2024-01-16 c50cc7c1a25859045db58d534b5bac05f8e28f34
src/views/place/components/baseAllInfo.vue
@@ -200,6 +200,30 @@
                    },
                    {
                        span: 12,
                        label: "标签颜色",
                        prop: "color",
                        type: "cascader",
                        dicData: [
                            {
                                label: '绿',
                                value: 'green'
                            }, {
                                label: '黄',
                                value: 'yellow'
                            }, {
                                label: '红',
                                value: 'red'
                            }
                        ],
                        props: {
                            label: "label",
                            value: "value"
                        },
                        hide: true,
                    },
                    {
                        label: "场所照片",
                        prop: "imageUrls",
                        width: 80,