zouyu
2023-11-13 71bb8cb50d055817593d8e62fc50acab9d739d65
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);