elementui table中判断属性
column label="状态" min-width="80px" :show-overflow-tooltip="true" > "scope"> {{ scope.row.status == 0 ? "正常" : "已禁用" }}
column label="状态" min-width="80px" :show-overflow-tooltip="true" > "scope"> {{ scope.row.status == 0 ? "正常" : "已禁用" }}