自己写方法实现el-table-colum只在正序和倒序直接切换

 <el-table-column
                key="1"
                label="超出时长"
                
              >
              <!-- sortable -->
              <template
                        slot="header"
                        slot-scope="scope"
                        class="retort_time"
                      >
                        超出时长
                        <span style="cursor: pointer;" @click="changeorder()">
                          <i
                            class="el-icon-caret-top"
                            :class="color1 == 1 ? 'icon1' : ''"
                            style="position: relative;
                              right: 0;
                          top: -5px;"
                          ></i>
                          <i
                            class="el-icon-caret-bottom"
                            :class="color1 == 2 ? 'icon1' : ''"
                            style="position: relative;
                          left: -14px;
                          top: 2px;"
                          ></i>
                        </span>
                      </template>
                <template scope="scope">
                  <span :style="color12(scope.row)">{{ color2(scope.row.finishTimeSpan) }}</span>
                </template>
              </el-table-column>
    changeorder(column, prop, order) {
     
     if (this.color1 == 1) {
      this.color1 = 2
        this.order1 = false
        this.WorkOrderGetSeachList2()
      }else{
        this.color1 = 1
        this.order1 = true
        this.WorkOrderGetSeachList2()
      }
     
    
 
    },
<style>
.icon1 {
  color: #0069b7;
}
</style>
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值