更新
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user