Browse Source

纷纷

shibei_master
dai 3 years ago
parent
commit
22bb1a4b7f
  1. 4
      src/views/modules/shequzhili/xiangmu/cpts/project-info.vue
  2. 2
      src/views/modules/shequzhili/xiangmu/index.vue

4
src/views/modules/shequzhili/xiangmu/cpts/project-info.vue

@ -145,13 +145,13 @@
</div>
<div class="m-btns"
v-if="type == 'info' || projectInfo.projectStatus != 'pending'">
v-if="!projectInfo.processable || projectInfo.projectStatus != 'pending'">
<el-button size=""
@click="handleClose">关闭</el-button>
</div>
</el-card>
<el-card style="overflow: auto"
v-if="type == 'edit' && projectInfo.projectStatus == 'pending'">
v-if="projectInfo.processable && projectInfo.projectStatus == 'pending'">
<h3>处理</h3>
<div class="m-fm">
<el-form ref="fm"

2
src/views/modules/shequzhili/xiangmu/index.vue

@ -193,7 +193,7 @@
>
<template slot-scope="scope">
<el-button
v-if="scope.row.isHandle == 'unhandled'"
v-if="scope.row.status == 'pending' && scope.row.processable"
@click="handleEdit(scope.$index)"
type="text"
size="small"

Loading…
Cancel
Save