quanyawei
2023-09-28 3ab3f3c61633d5dd27abbf9f8f6822da17ab980e
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>