fuliqi
2025-02-14 b657ad66ea2cf350e200be46fbcce29e665036af
src/views/projectProcess/detail/index.vue
@@ -103,7 +103,7 @@
            <template slot-scope="scope">
              <el-button v-if="scope.row.taskStatus !== '未开始'" @click="goToProcessDetail(scope.row)" type="text" size="small">查看</el-button>
              <el-button v-if="showHandle(scope.row)" @click="goToDo(scope.row)" type="text" size="small">办理</el-button>
              <el-button @click="openSupervise(scope.row)" type="text" size="small">督办</el-button>
              <el-button v-if = "scope.row.taskStatus === '待办'" @click="openSupervise(scope.row)" type="text" size="small">督办</el-button>
            </template>
          </el-table-column>
        </el-table>