Explorar el Código

登记人信息展示

user5 hace 2 años
padre
commit
0e78d73022
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      src/views/modules/program/registered/ProjectList.vue

+ 2 - 1
src/views/modules/program/registered/ProjectList.vue

@@ -106,6 +106,7 @@
           <vxe-column min-width="100"align="center" title="项目负责人" field="projectManagerName"></vxe-column>
           <vxe-column min-width="180"align="center" title="委托方" field="clientName"></vxe-column>
           <vxe-column min-width="210"align="center" title="报告号" field="reportNo"></vxe-column>
+          <vxe-column min-width="100"align="center" title="登记人" field="createBy"></vxe-column>
           <vxe-column min-width="120"align="center" title="创建日期" field="createDate"></vxe-column>
 
           <vxe-column  min-width="150px"align="center" title="状态" field="status" >
@@ -138,7 +139,7 @@
               <el-button  type="text" @click="archiveDetail(scope.row)" :type="$dictUtils.getDictLabel('program_project_list_info_status_info', scope.row.archiveStatus, '-')" effect="dark" size="mini">{{$dictUtils.getDictLabel("program_project_list_info_status", scope.row.archiveStatus, '-')}} </el-button>
             </template>
           </vxe-column>
-          <vxe-column title="操作" min-width="1000px" fixed="right" align="center">
+          <vxe-column title="操作" min-width="200px" fixed="right" align="center">
             <template  slot-scope="scope">
               <el-button v-if="hasPermission('program:registered:edit')&&(scope.row.status === '1' || scope.row.status === '3'||scope.row.status === '4')" type="text" size="small" @click="registeredPush(scope.row)">修改</el-button>
               <!--管理员角色登记完成后可修改-->