Commit 2dd30d01 by LJM

bug

parent 5dce6c5b
Showing with 2 additions and 1 deletions
......@@ -139,7 +139,8 @@
<el-table-column prop="up_status_cn" label="状态" :show-overflow-tooltip="true" width="80">
<template slot-scope="scope">
<el-tag type="success" v-if="scope.row.up_status == 1">{{ scope.row.up_status_cn }}</el-tag>
<el-tag type="info" v-else>{{ scope.row.up_status_cn }}</el-tag>
<el-tag type="info" v-else-if="scope.row.up_status == 2">{{ scope.row.up_status_cn }}</el-tag>
<span v-else>{{ scope.row.up_status_cn }}</span>
</template>
</el-table-column>
<el-table-column prop="update_time_cn" label="更新时间" :show-overflow-tooltip="true" width="160"></el-table-column>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment