加工顺序调整
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user