qymljy 2 years ago
parent
commit
5cccb1dd50

+ 2 - 2
src/HManagement/EnterpriseArchives/modules/details.vue

@@ -86,7 +86,7 @@ export default {
           label:'税号',
           value: this.mainData.taxno
         },
-        {
+        /*{
           label:'免运费金额',
           value: this.mainData.freefreightamount
         },
@@ -97,7 +97,7 @@ export default {
         {
           label:'是否订单审核可开票',
           value: this.mainData.invoicingpoint == '1' ? '订单审核' : '发货'
-        },
+        },*/
         {
           label:'创建人',
           value: this.mainData.createby

+ 4 - 2
src/SManagement/notice/index.vue

@@ -32,7 +32,8 @@
       </div>
       <template v-slot:tbList="scope">
         <div v-if="scope.data.column.columnname == 'cover'">
-          <el-image 
+          <el-image
+              style="margin-top: 6px"
             :src="scope.data.column.data[scope.data.column.columnname] || require('@/assets/notify.png')" 
             lazy
             fit="scale-down"
@@ -93,5 +94,6 @@ export default {
 }
 
 </script>
-<style>
+<style scoped>
+
 </style>

+ 7 - 7
src/SManagement/notice/notice_detail/NoticeDetail.vue

@@ -1,6 +1,6 @@
 <template>
-  <div class="normal-card">
-    <div class="title-box">
+  <div class="normal-card" >
+    <div class="title-box-style">
       <div class="title">{{detailData.title}}</div>
       <div>
         <div class="descript">{{detailData.summary}}</div>
@@ -187,33 +187,33 @@ export default {
   font-family: PingFang SC-Regular;
   margin: 0 auto;
 }
-.normal-card .title-box {
+.normal-card .title-box-style {
   padding-bottom: 20px;
   border-bottom: 1px solid #eeeeee;
   display: flex;
   flex-direction: column;
 }
-.normal-card .title-box .title {
+.normal-card .title-box-style .title {
   line-height: 24px;
   padding-bottom: 10px;
   font-size: 25px;
   border-bottom: 1px solid #eeeeee;
 }
-.normal-card .title-box .descript {
+.normal-card .title-box-style .descript {
   font-size: 14px;
   font-family: PingFang SC-Bold, PingFang SC;
   color: #333333;
   line-height: 24px;
   padding-top: 10px;
 }
-.normal-card .title-box .info {
+.normal-card .title-box-style .info {
   line-height: 16px;
   margin-top: 10px;
   font-size: 12px;
   display: flex;
   align-items: center;
 }
-.normal-card .title-box .info .tag {
+.normal-card .title-box-style .info .tag {
   border: 1px solid #fa8c16;
   color: #fa8c16;
   margin-right: 10px;

+ 2 - 2
vue.config.js

@@ -14,8 +14,8 @@ module.exports = {
       port: 8000,
       proxy: {
         '/apis': {
-          target: 'http://61.164.207.46:8000',  // target host*/
-            /*target: 'http://122.226.136.204:8082/',  // target host*/
+          // target: 'http://61.164.207.46:8000',  // target host*/
+            target: 'http://122.226.136.204:8082/',  // target host
           // target: 'localhost:8080',  // target host
           ws: true,  // proxy websockets 
           changeOrigin: true,  // needed for virtual hosted sites