<el-table-column prop="businessState"   label="当前状态" width="250px" show-overflow-tooltip align="center">
                <template scope="scope">                    
                    <p v-if="scope.row.businessState=='0'">配置中</p>
                    <p v-if="scope.row.businessState=='1'">发布</p>
                    <p v-if="scope.row.businessState=='2'">失效</p>               
                </template>
            </el-table-column>

相关文章:

  • 2021-10-16
  • 2021-06-27
  • 2021-07-01
  • 2022-12-23
  • 2022-12-23
  • 2021-11-16
  • 2021-06-27
  • 2021-07-25
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-17
  • 2021-10-21
  • 2021-06-25
相关资源
相似解决方案