quanyawei
2023-12-15 f74222e571d9164a59e01194f35ff1e34f10a423
src/views/toCarryOutLegislativeReforms/delay/index.vue
@@ -120,7 +120,7 @@
          >
            <template slot-scope="scope">
              <el-button type="text" size="medium" @click="openWorkOrdinDialog(scope.row,'detail')">详情</el-button>
              <el-button v-if="scope.row.state===30" type="text" size="medium" @click="openWorkOrdinDialog(scope.row,'approve')">审批</el-button>
              <el-button v-if="scope.row.state===30&&scope.row.isApprove===1" type="text" size="medium" @click="openWorkOrdinDialog(scope.row,'approve')">审批</el-button>
            </template>
          </el-table-column>
        </el-table>