<template slot-scope="{ row }" slot="explodeStatus">
        {{ row.explodeStatus == 1 ? "待分解" : (row.explodeStatus == 2 
? "已分解" : (row.explodeStatus == 3 ? "部分分解" : "数据不完善"))
        }}
      </template>