|
@@ -201,6 +201,8 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="开项编号" align="center" prop="recordNo" :show-overflow-tooltip="true"/>
|
|
|
+ <el-table-column label="SAI级别" align="center" prop="saiLevel" :show-overflow-tooltip="true"/>
|
|
|
+ <el-table-column label="SAI类别" align="center" prop="category" :show-overflow-tooltip="true" :formatter="saiCategoryFormat"/>
|
|
|
<el-table-column label="操作" align="center" fixed="right" width="120" class-name="small-padding fixed-width">
|
|
|
<template slot-scope="scope">
|
|
|
<!-- 申请已提交操作 -->
|