Bläddra i källkod

Merge branch 'ch/ETA_2.0' of eta_front/eta_mobile_front into debug

leichen 4 månader sedan
förälder
incheckning
0b9d059d5a
3 ändrade filer med 3 tillägg och 1 borttagningar
  1. 1 0
      src/lang/cn.js
  2. 1 0
      src/lang/en.js
  3. 1 1
      src/views/sheetList/balanceList.vue

+ 1 - 0
src/lang/cn.js

@@ -23,6 +23,7 @@ export default {
     enter_table_name: '请输入表格名称',
     tables_total: '共{totalNum}张表格',
     just_look_mine: '只看我的',
+    just_look_edit: '只看可编辑',
     no_table: '暂无表格',
     no_more: '没有更多了',
     choose_category: '选择分类',

+ 1 - 0
src/lang/en.js

@@ -22,6 +22,7 @@ export default {
     enter_table_name: 'Please enter the table name',
     tables_total: '{totalNum} tables in total',
     just_look_mine: 'Just look at mine',
+    just_look_edit: 'Just look at edit',
     no_table: 'No table available',
     no_more: 'No more',
     choose_category: 'Choose a category',

+ 1 - 1
src/views/sheetList/balanceList.vue

@@ -162,7 +162,7 @@ function goSheetSearch(){
       <p style="font-weight: bold;word-break: break-all;margin-bottom: 5px;">{{ catalogMenu }}</p>
       <div class="select-box">
         <span>{{ $t('shared_table.tables_total', {totalNum: listState.total}) }}</span>
-        <span> <van-checkbox v-model="listState.IsShowMe">{{ $t('shared_table.just_look_mine') }}</van-checkbox></span>
+        <span> <van-checkbox v-model="listState.IsShowMe">{{ $t('shared_table.just_look_edit') }}</van-checkbox></span>
       </div>
     </div>
     <div class="excel-list-wrap">