<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>
posted on 2019-01-03 20:21  周小姐你好  阅读(3717)  评论(0编辑  收藏  举报