gaosp
2024-03-10 7e98689ab81048d65bbbc4a9eb007ab1718ace78
src/container/Map/Map.vue
@@ -1,7 +1,7 @@
<!--
 * @Date: 2024-01-05 23:47:53
 * @LastEditors: Sneed
 * @LastEditTime: 2024-03-10 19:48:38
 * @LastEditTime: 2024-03-10 21:13:23
 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/Map/Map.vue
-->
<template>
@@ -294,6 +294,11 @@
                    })
                    this.showAction = false
                }
            } else {
                this.$message({
                        type: 'error',
                        message: '有合并行不可删除'
                    });
            }
        },
        delCol ()  {
@@ -318,6 +323,11 @@
                    })
                    this.showAction = false
                }
            } else {
                this.$message({
                        type: 'error',
                        message: '有合并行不可删除'
                    });
            }
        },
        back() {