wu
2023-12-04 4c70d9f0656bbec48fa619f2ec9aa0ee12fca2c1
CanadaMes-ui/src/views/Electrical/State.vue
@@ -9,8 +9,8 @@
      }}</router-link>
      <router-link to="/Electrical/Action" tag="el-button" type="text" active-class="blue-button">{{ $t('Action')
      }}</router-link>
      <router-link to="/Electrical/Parameter" tag="el-button" type="text" active-class="blue-button">{{ $t('Parameter')
      }}</router-link>
      <!-- <router-link to="/Electrical/Parameter" tag="el-button" type="text" active-class="blue-button">{{ $t('Parameter')
      }}</router-link> -->
      <router-link to="/Electrical/Sign" tag="el-button" type="text" active-class="blue-button">{{ $t('Sign')
      }}</router-link>
 <router-link to="/Electrical/Servomanual" tag="el-button" type="text" active-class="blue-button">{{ $t('Servo Manual')
@@ -72,10 +72,16 @@
    }
  },
  created () {
  // created () {
  //   this.init();
  //   this.replaceChineseWithEnglish();
  // },
  activated(){
    this.init();
    this.replaceChineseWithEnglish();
  },
 },
  methods: {
    onButtonClick () {
      this.isButtonClicked = true; // 将按钮颜色设置为蓝色