licp
2024-04-12 6e101e1c82ddc11fbd515d161d8b67413004c42f
src/views/common/ztt-table.vue
@@ -175,6 +175,7 @@
        v-loading="dataListLoading"
        element-loading-text="加载中..."
        element-loading-spinner="el-icon-loading"
        :expand-row-keys="expandRowKeys"
      >
        <!--多选择框-->
        <el-table-column
@@ -554,7 +555,7 @@
    column: {
      type: Object,
      default: null
    }
    },
  },
  render: (h, data) => {
    const params = {
@@ -569,6 +570,10 @@
  name: 'TTable',
  components: { exSlot, advancedSearchDialog, zttdraggable },
  props: {
    expandRowKeys: {
      type: Array,
      default: ()=>[]
    },
    rowKey: {
      type: String,
      default: ()=>{