zouyu
2023-11-13 5381292617ad40f2fc7a9266ceb964a672d25a5a
src/views/common/param-mergeTemplate.vue
@@ -169,6 +169,9 @@
        },
    },
    watch:{
        table(val) {
        this.doLayout()
        },
        tableTreeData:{
            handler(old,newval){
                this.loading = true
@@ -178,7 +181,7 @@
                this.loading = false
            },
            deep: true
        }
        },
    },
    created() {
        this.loading = true
@@ -275,9 +278,6 @@
</script>
<style>
.avue-crud__menu {
    display: none;
}
.avue-crud .el-table th {
    word-break: break-word;
    color: rgba(102,102,102,1);