外协付款计划

This commit is contained in:
zhangdingyu
2018-11-26 15:21:25 +08:00
parent a3c57e141c
commit 626147f935
2 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@
type="index"
align="center"
width="50"/>
<el-table-column label="外协状态" width="100" align="center">
<el-table-column label="付款状态" width="100" align="center">
<template slot-scope="scope">
<el-tag v-if="scope.row.实际付款时间!==''" type="success" size="small">已付款</el-tag>
<el-tag v-else type="info" size="small">未付款</el-tag>