|
@@ -200,7 +200,7 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<!-- 级别 -->
|
|
<!-- 级别 -->
|
|
- <el-table-column prop="level" label="级别" min-width="190" v-if="user.company.packageProject == 1" sortable="custom">
|
|
|
|
|
|
+ <el-table-column prop="level" label="级别" min-width="190" v-if="user.company.packageProject == 1">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
{{importanceListLable[scope.row.level - 1]}}
|
|
{{importanceListLable[scope.row.level - 1]}}
|
|
</template>
|
|
</template>
|