|
|
@@ -62,7 +62,7 @@
|
|
|
<!--</el-popover>-->
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column min-width="110" align="center" prop="InFlag" label="准入标识" show-overflow-tooltip>
|
|
|
+ <el-table-column min-width="110" align="center" prop="InFlag" label="准入标识" sortable show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.InFlag=='1'" style="color:#67C23A">准入</span>
|
|
|
<span v-if="scope.row.InFlag=='2'" style="color:#E6A23C">暂停</span>
|