|
@@ -106,6 +106,7 @@
|
|
<vxe-column min-width="100"align="center" title="项目负责人" field="projectManagerName"></vxe-column>
|
|
<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="180"align="center" title="委托方" field="clientName"></vxe-column>
|
|
<vxe-column min-width="210"align="center" title="报告号" field="reportNo"></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="120"align="center" title="创建日期" field="createDate"></vxe-column>
|
|
|
|
|
|
<vxe-column min-width="150px"align="center" title="状态" field="status" >
|
|
<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>
|
|
<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>
|
|
</template>
|
|
</vxe-column>
|
|
</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">
|
|
<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>
|
|
<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>
|
|
<!--管理员角色登记完成后可修改-->
|
|
<!--管理员角色登记完成后可修改-->
|