加工顺序调整

This commit is contained in:
zhangdingyu
2019-02-12 14:17:25 +08:00
parent d9fdda8332
commit af890f1109

View File

@@ -87,7 +87,7 @@
</el-table-column>
<el-table-column property="name" label="调序权限" align="center">
<template slot-scope="scope">
<el-tag v-if="scope.row.调序权限===1" type="success" size="small">已开放</el-tag>
<el-tag v-if="scope.row.调序权限==='1'" type="success" size="small">已开放</el-tag>
<el-tag v-else type="info" size="small">未开放</el-tag>
</template>
</el-table-column>