|
@@ -62,7 +62,10 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="confirmTheInvitation" label="复核确认" width="80">
|
|
|
<template slot-scope="scope">
|
|
|
- {{ scope.row.confirmTheInvitation==0?'未确认':'已确认' }}
|
|
|
+ <span style="font-size: 20px;" :style="scope.row.confirmTheInvitation==0?'color: #555;':'color: #00cb00;'">
|
|
|
+ {{ scope.row.confirmTheInvitation==0?'-':'✓' }}
|
|
|
+ </span>
|
|
|
+
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="操作" width="280">
|