quanyawei
2024-03-13 1c5df35e9d51b1c2196c8dbba23695f2b74d0f45
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>