This commit is contained in:
liushuai
2020-05-18 19:12:24 +08:00
parent cd622ee59e
commit 05bd8992a8
12 changed files with 518 additions and 70 deletions

View File

@@ -17,8 +17,8 @@
</el-card>
<el-card>
<el-table v-loading="loading" :data="tableData" border stripe size="mini" height="650" style="width: 1480px">
<el-table-column label="序号" align="center" type="index" width="50"/>
<el-table-column label="外协状态" align="center" width="80px">
<el-table-column label="序号" align="center" type="index" width="50" fixed/>
<el-table-column label="外协状态" align="center" width="80px" fixed>
<template slot-scope="scope">
<el-tag v-if="Number(scope.row.外协状态)==1" type="primary" size="mini">未提交</el-tag>
<el-tag v-if="Number(scope.row.外协状态)===0" type="success" size="mini">未外协</el-tag>