|
52 | 52 | <sm-animate-marker-layer :features="features" :type="type" v-bind="param"></sm-animate-marker-layer>
|
53 | 53 | </sm-web-map>
|
54 | 54 | <a-radio-group class="radio-group" v-model="type" @change="changeType">
|
55 | | - <a-radio-button value="breathingAperture">{{ resources.btn_rotatingTextBorder }}</a-radio-button> |
| 55 | + <a-radio-button value="breathingAperture">{{ resources.btn_breathingAperture }}</a-radio-button> |
56 | 56 | <a-radio-button value="haloRing">{{ resources.btn_haloRing }}</a-radio-button>
|
57 | 57 | <a-radio-button value="rotatingAperture">{{ resources.btn_rotatingAperture }}</a-radio-button>
|
58 | 58 | <a-radio-button value="diffusedAperture">{{ resources.btn_diffusedAperture }}</a-radio-button>
|
59 | | - <a-radio-button value="rotatingTextBorder">{{ resources.btn_breathingAperture }}</a-radio-button> |
| 59 | + <a-radio-button value="rotatingTextBorder">{{ resources.btn_rotatingTextBorder }}</a-radio-button> |
60 | 60 | </a-radio-group>
|
61 | 61 | </div>
|
62 | 62 | <script>
|
|
0 commit comments