admin管理员组

文章数量:1606458

        <el-table-column prop="title" label="标题" sortable>
          <template slot-scope="scope">
            <router-link v-bind:to="'/abc/' + scope.row.title">{{
              scope.row.title
            }}</router-link>
          </template>
        </el-table-column>

本文标签: 表格链接element