| | |
| | | <span>应用场景</span> |
| | | </div> |
| | | <div class="cursor-pointer"> |
| | | <el-button link class="changeBatch" |
| | | <el-button link class="changeBatch" @click="lookMore" |
| | | >查看更多 |
| | | <el-icon> |
| | | <ArrowRight /> |
| | |
| | | |
| | | <script setup lang="ts"> |
| | | import { reactive } from 'vue'; |
| | | import router from '/@/router'; |
| | | let state = reactive({ |
| | | applicationScenarios: [ |
| | | { |
| | |
| | | const changeScenarios = (item) => { |
| | | state.scenariosIndex = item.ID; |
| | | }; |
| | | // 查看更多 |
| | | const lookMore = () => { |
| | | router.push({ |
| | | name: 'Scenario', |
| | | }); |
| | | }; |
| | | </script> |
| | | <style scoped lang="scss"> |
| | | .pc-scenes { |
| | | -webkit-box-sizing: border-box; |
| | | box-sizing: border-box; |
| | | margin-top: 40px; |
| | | margin-top: 24px; |
| | | width: 760px; |
| | | padding: 0; |
| | | font-size: 14px; |