zouyu
2024-03-12 3f9a6191e8b96ae2cfd9315c09f4408eb6f714c2
src/views/common/ztt-table.vue
@@ -182,6 +182,7 @@
          v-if="options.multiSelect && !isEdit"
          style="width: 55px;"
          :selectable="selectHandle"
        >
        </el-table-column>
        <!--单选框-->
@@ -571,7 +572,9 @@
    //需要合并的字段集合
    mergeSpanArr: {
        type: Array,
        default: []
        default: ()=>{
            return []
        }
    },
    toolbarMaxLength: {
      type: Number,