Commit ffd19e10 authored by huyuanming's avatar huyuanming
Browse files

国际化

parent 8c937549
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@
        </tr>
      </table>
    </div>
    <x-button size="xsmall" style="position: absolute; bottom: -48px; left: 22px;" v-if="strDelete !== ''" @click="_batchDelete">删除</x-button>
    <x-button size="xsmall" style="position: absolute; bottom: -48px; left: 22px;" v-if="strDelete !== ''" @click="_batchDelete">{{$t('Delete')}}</x-button>
  </div>
</template>
<script>
+1 −1
Original line number Diff line number Diff line
@@ -249,7 +249,7 @@
        </tr>
      </table>
    </div>
    <x-button size="xsmall" style="position: absolute; bottom: -48px; left: 22px;" v-if="strDelete !== ''" @click="_batchDelete">删除</x-button>
    <x-button size="xsmall" style="position: absolute; bottom: -48px; left: 22px;" v-if="strDelete !== ''" @click="_batchDelete">{{$t('Delete')}}</x-button>
  </div>
</template>
<script>