Handy_Cao 1 year ago
parent
commit
4274707965

+ 1 - 1
public/config/appconfig.json

@@ -4,7 +4,7 @@
   "appTitle": "多元世纪交易中心",
   "version": "1.0.8",
   "versionCode": "10008",
-  "apiUrl": "http://192.168.31.204:8080/cfg?key=test_204",
+  "apiUrl": "http://192.168.31.210:8080/cfg?key=test_210",
   "tradeChannel": "ws",
   "modules": [
     "register",

+ 1 - 1
src/packages/pc/components/base/table/index.vue

@@ -15,7 +15,7 @@
     </div>
     <div class="app-table__container">
       <el-table ref="tableRef" height="100%" :header-cell-class-name="selectionType" v-bind="$attrs"
-        :highlight-current-row="highlightCurrentRow" scrollbar-always-on @row-click="onRowClick"
+        :highlight-current-row="highlightCurrentRow" :empty-text="t('common.nodatas')" scrollbar-always-on @row-click="onRowClick"
         @expand-change="onRowClick" @select="onSelect" border>
         <!-- 展开行 -->
         <el-table-column type="expand" v-if="$slots.expand">

+ 1 - 1
src/packages/pc/components/layouts/header/components/notice/index.vue

@@ -32,7 +32,7 @@
                     </section>
                 </el-scrollbar>
             </div>
-            <el-empty v-else />
+            <el-empty :description="t('common.nodatas')" v-else />
         </app-view>
     </app-drawer>
 </template>