> 文档中心 > 后台管理表格状态名称替换

后台管理表格状态名称替换

   

 

<el-table-column

            prop="status"

            label="状态"

            show-overflow-tooltip

            align="center"

          >

            {{

              scope.row.status == "normal" ? "正常" : "已锁定"

            }}