Browse Source

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

wangggziwen 1 năm trước cách đây
mục cha
commit
1b4c9edd5e
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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">
           <!-- 申请已提交操作 -->