mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 14:26:43 +08:00
align="center"
This commit is contained in:
@@ -113,8 +113,8 @@
|
||||
</div>
|
||||
</span>
|
||||
<el-table :data="gridData" border>
|
||||
<el-table-column property="name" label=""></el-table-column>
|
||||
<el-table-column label="市场企划岗" >
|
||||
<el-table-column align="center" property="name" label=""></el-table-column>
|
||||
<el-table-column align="center" label="市场企划岗" >
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.marketStatus === 0"><img src="../../assets/images/growth/CurrentPath.png" alt=""></span>
|
||||
<span v-else-if="scope.row.marketStatus === 1">
|
||||
@@ -123,7 +123,7 @@
|
||||
<span v-else><img src="../../assets/images/growth/NoPermissionPath.png" alt=""></span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="销售岗" >
|
||||
<el-table-column align="center" label="销售岗" >
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.saleStatus === 0"><img src="../../assets/images/growth/CurrentPath.png" alt=""></span>
|
||||
<span v-else-if="scope.row.saleStatus === 1">
|
||||
@@ -132,7 +132,7 @@
|
||||
<span v-else><img src="../../assets/images/growth/NoPermissionPath.png" alt=""></span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="产品企划岗">
|
||||
<el-table-column align="center" label="产品企划岗">
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.productStatus === 0"><img src="../../assets/images/growth/CurrentPath.png"
|
||||
alt=""></span>
|
||||
@@ -142,7 +142,7 @@
|
||||
<span v-else><img src="../../assets/images/growth/NoPermissionPath.png" alt=""></span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="FAE岗">
|
||||
<el-table-column align="center" label="FAE岗">
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.FAEStatusL === 0"><img src="../../assets/images/growth/CurrentPath.png" alt=""></span>
|
||||
<span v-else-if="scope.row.FAEStatusL === 1">
|
||||
@@ -151,7 +151,7 @@
|
||||
<span v-else><img src="../../assets/images/growth/NoPermissionPath.png" alt=""></span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="销售管理岗位">
|
||||
<el-table-column align="center" label="销售管理岗位">
|
||||
<template slot-scope="scope">
|
||||
<span v-if="scope.row.salesManagement === 0"><img src="../../assets/images/growth/CurrentPath.png"
|
||||
alt=""></span>
|
||||
|
||||
Reference in New Issue
Block a user