This commit is contained in:
liushuai
2020-03-27 17:21:28 +08:00
parent d968be25f2
commit 9078070157
10 changed files with 288 additions and 115 deletions

View File

@@ -20,8 +20,9 @@
<el-table-column label="序号" align="center" type="index" width="55"/>
<el-table-column label="外协状态" align="center" width="80px">
<template slot-scope="scope">
<el-tag v-if="Number(scope.row.到货状态)!==1" type="warning" size="mini"></el-tag>
<el-tag v-if="Number(scope.row.到货状态)===1" type="success" size="mini"></el-tag>
<el-tag v-if="Number(scope.row.外协状态)==1" type="primary" size="mini">提交</el-tag>
<el-tag v-if="Number(scope.row.外协状态)==2 && Number(scope.row.到货状态)!==1" type="warning" size="mini"></el-tag>
<el-tag v-if="Number(scope.row.外协状态)==2 && Number(scope.row.到货状态)===1" type="success" size="mini">已到</el-tag>
</template>
</el-table-column>
<el-table-column label="项目名称" align="center" width="130px">