Browse Source

点击驳回,填写驳回原因返回后,详情页显示已存档,发布任务列表也显示已存档。

feature
是小王呀\24601 5 months ago
parent
commit
665f7bf183
  1. 2
      src/views/modules/base/smartExcel/sharedSpace.vue
  2. 4
      src/views/modules/shequzhili/event/cpts/event-info.vue

2
src/views/modules/base/smartExcel/sharedSpace.vue

@ -60,7 +60,7 @@
</el-table-column> </el-table-column>
<el-table-column fixed="right" label="操作" align="center" width="200px"> <el-table-column fixed="right" label="操作" align="center" width="200px">
<template slot-scope="scope"> <template slot-scope="scope">
<el-button @click=" handleInfo(scope.row)" type="text" size="small">查看</el-button> <el-button @click=" handleInfo(scope.row)" type="text" size="small">查看/下载</el-button>
</template> </template>
</el-table-column> </el-table-column>

4
src/views/modules/shequzhili/event/cpts/event-info.vue

@ -587,9 +587,9 @@ changeName(val) {
} }
} }
.g-left-top40 { .g-left-top40 {
margin-top: 40px; // margin-top: 40px;
} }
.g-right-top40 { .g-right-top40 {
margin-top: 40px; // margin-top: 40px;
} }
</style> </style>

Loading…
Cancel
Save