liuhj 1 year ago
parent
commit
5a4c0e70bd

+ 1 - 1
src/App.vue

@@ -45,6 +45,6 @@ export default {
 #app {
   margin: 0px;
   padding: 0px;
-  font-family:arial,"\5B8B\4F53" ;
+  font-family:"微软雅黑";
 }
 </style>

+ 1 - 1
src/components/Finance/FeesPage.vue

@@ -103,7 +103,7 @@
             </el-table>
         </div>
         <div class="payments">
-            <div class="statistics">该申请团组款项费用统计如下:</div>
+            <div class="statistics">该版块款项费用统计如下:</div>
             <div class="payable"></div>
             <div class="payment"></div>
             <div class="remainder"></div>

+ 1 - 1
src/components/OP/VisaPriec.vue

@@ -23,7 +23,7 @@
                                 @click="QueryByVisaClient">查询</el-button>
                         </div>
                     </div>
-                    <div style="width: 20%">
+                    <div style="width: 20%;text-align: right;">
                         <el-button type="primary" style="" @click="addIf">新增</el-button>
                     </div>
                 </div>

+ 2 - 2
src/components/OP/visaEdit.vue

@@ -118,7 +118,7 @@
                         <el-date-picker v-model="item.expiryDt" type="date" placeholder="身份证有效期">
                         </el-date-picker>
                     </el-form-item>
-                    <div style="margin-top: 40px;,margin-left: 40px;">
+                    <div style="margin-top: 40px;margin-left: 40px;">
                         <el-button circle icon="el-icon-minus" @click="subcustomerCertsAdd(i, item.id)"
                             v-if="i >= 0"></el-button>
                     </div>
@@ -1126,7 +1126,7 @@ export default {
 
                 }
             }).catch(function (error) {
-                that.$message.error("网络错误,请稍后重试");
+                that.$message.error("获取签证客户公司列表失败!");
             });
         },
         companyChange(Id) {

+ 4 - 4
src/components/home.vue

@@ -578,8 +578,8 @@ export default {
             }
         }).then(function (res) {
             if(res.data.code==200){
-              that.unReadCount=res.data.data.unreadCount
-              if(that.unReadCount!=JSON.parse(localStorage.getItem('unReadCount'))){
+              that.unReadCount=res.data.data;
+              if(that.unReadCount!=localStorage.getItem('unReadCount')){
                 that.PotsMsgTypeData();
                 window.localStorage.removeItem('unReadCount');
                 localStorage.setItem('unReadCount', JSON.stringify(that.unReadCount));
@@ -786,10 +786,10 @@ export default {
 </script>
 <style>
 *{
-  font-family: arial,"\5B8B\4F53";
+  font-family:"微软雅黑";
 }
 .all-box{
-  font-family: arial,"\5B8B\4F53";
+  font-family:"微软雅黑";
 }
 .el-menu .el-menu-item.is-active {
   color: #fff;