@@ -219,7 +219,10 @@
</el-button>
</div>
- <el-tag v-if="scope.row.status === 2 && tenderData.status === 2">
+ <el-tag
+ type="success"
+ v-if="scope.row.status === 2 && tenderData.status === 2"
+ >
已中标
</el-tag>
</template>