ElementUI table component form Table-column fixed form dislocation

problem description

clipboard.png

the environmental background of the problems and what methods you have tried

related codes

/ / Please paste the code text below (do not replace the code with pictures)
< el-table-column

    label=""
    align="center"
    fixed="right"
    width="180">
    <template slot-scope="scope">
      <el-button
        type="text"
        size="small"
        :disabled="+scope.row.refundState===2"
        @click="checkInfo=scope.row;isTracebackDetail=true">
        
      </el-button>
      <el-button
        type="text"
        size="small"
        :disabled="+scope.row.refundState===2"
        @click="revoke(scope.row)">
        
      </el-button>
      <el-button
        type="text"
        size="small"
        :disabled="+scope.row.auditState===2||+scope.row.refundState===2"
        @click="audit(scope.row)">
        
      </el-button>
      <el-button
        type="text"
        size="small"
        :disabled="+scope.row.retrospectState===2||+scope.row.refundState===2"
        @click="selectRow=scope.row;withBtn=true;isTraceback=true">
        
      </el-button>
    </template>
  </el-table-column>

what result do you expect? What is the error message actually seen?

Jul.01,2022
Menu