fuliqi
2024-11-28 b1c351f8a0d16008524d4f17bb1948f836f5a7b0
src/views/projectProcess/index.vue
@@ -226,13 +226,13 @@
      <!-- 操作列 -->
      <el-table-column label="操作" width="140" align="center" >
        <template slot-scope="scope">
          <!--          <el-button-->
          <!--            size="medium"-->
          <!--            type="text"-->
          <!--            icon="el-icon-view"-->
          <!--            @click="lookProcessDetail(scope.row)"-->
          <!--          >-->
          <!--          </el-button>-->
                    <el-button
                      size="medium"
                      type="text"
                      icon="el-icon-view"
                      @click="lookProcessDetail(scope.row)"
                    >
                    </el-button>
          <!--          <el-button-->
          <!--            v-if="isReserve"-->
          <!--            size="medium"-->
@@ -387,6 +387,16 @@
    this.getList();
  },
  methods: {
    // 查看详情
    lookProcessDetail(row) {
      this.$router.push({
        path: '/projectFlow/detail',
        query: {
          projectId: row.id,
          processId: row.flowableProcessId
        }
      })
    },
    closeRunProcess() {
      this.projectRunFrom = {
        projectId: null,