فهرست منبع

SAI开项管理 - 总数据台账加类别、级别字段

wangggziwen 1 سال پیش
والد
کامیت
1b4c9edd5e
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      ui/src/views/production/apply/all/index.vue

+ 2 - 0
ui/src/views/production/apply/all/index.vue

@@ -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">
           <!-- 申请已提交操作 -->