<el-table-column
     align="center"
     prop="submitState"
     label="报送状态"
 >
     <template slot-scope="scope">
         <div :style="scope.row.submitState=== '已上报'?'color:#01b79d;':'color:#ec5656;'">{{scope.row.submitState}}</div>
      </template>
 </el-table-column>

 

posted on 2020-04-02 14:31  西门夜说  阅读(5771)  评论(2编辑  收藏  举报