zouyu
2023-11-13 ba296fa0cc7711ea745564bda80b2d1d8a3a09f0
src/views/common/param-mergeTemplate.vue
@@ -3,7 +3,7 @@
        <avue-crud 
        ref="crud" 
        class="l-mes" 
        rowKey="oneId"
        rowKey="id"
        :data="tableData" 
        :option="option" 
        :span-method="spanMethod"
@@ -190,7 +190,7 @@
        this.rowCalc()
        setTimeout(()=>{
            this.loading = false
        },3000)
        },1000)
    },
    data(){
        return {
@@ -278,6 +278,9 @@
</script>
<style>
.avue-crud_menu{
    display: none;
}
.avue-crud .el-table th {
    word-break: break-word;
    color: rgba(102,102,102,1);