zhujindu недель назад: 2
Родитель
Сommit
09e55a4099
2 измененных файлов с 28 добавлено и 0 удалено
  1. 9 0
      src/api/index.js
  2. 19 0
      src/components/shareBtarget.vue

+ 9 - 0
src/api/index.js

@@ -1205,3 +1205,12 @@ export function updateDisplayRewardCaseSkuCount(data) {
     data,
   });
 }
+
+//分享日报入记录表
+export function shareReportMobile(data) {
+  return request({
+    url: '/mobile/reportMobile/share',
+    method: 'post',
+    data,
+  });
+}

+ 19 - 0
src/components/shareBtarget.vue

@@ -447,6 +447,25 @@ export default {
     border-radius: 2px;
     font-size: 14px;
   }
+  .colLabel_KK {
+    background: unset !important;
+  }
+  .colLabel_FX {
+    background: unset !important;
+  }
+  .colLabel_JP {
+    background: unset !important;
+  }
+  .colLabel_JPBJ {
+    background: unset !important;
+  }
+  .colLabel_TCFX {
+    background: unset !important;
+  }
+  .colorbalck {
+    color: #fff;
+    margin-left: 8px;
+  }
 
   .colBack {
     width: 100%;