element ui 里面的table怎么弹出一个框让表中数据点击出现弹框

  <el-table-column
        label="团队"
        prop="name"
        min-width="120px"
        align="center"
        >
        <template scope="scope">
          <el-button type="text" @click="showOrder(scope.row.name,scope.row.children)">{{scope.row.name}}</el-button>
        </template>
      </el-table-column>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-08
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
  • 2022-12-23
  • 2021-11-05
  • 2022-02-10
相关资源
相似解决方案