xiangpei
2024-06-03 c05e517726e3e81cbf216ca6fae763d84fde336b
src/views/Exam/Exam.vue
@@ -76,16 +76,16 @@
                ></el-table-column>
                <el-table-column label="操作">
                  <template slot-scope="scope">
                    <s-button
                    <el-button
                      class="deepBlue"
                      colorType="blue"
                      v-if="scope.row.type===2"
                    >预约</s-button>
                    <s-button
                    >预约</el-button>
                    <el-button
                      colorType="darkBlue"
                      disabled
                      v-else
                    >预约</s-button>
                    >预约</el-button>
                  </template>
                </el-table-column>
              </el-table>
@@ -245,4 +245,4 @@
    background-color: rgb(45, 92, 248);
  }
}
</style>
</style>