Browse Source

最近使用优化+详情调整

ming 6 months ago
parent
commit
ef2bd45031

+ 1 - 1
src/pages/business/common/projectMange/record/timingLog.vue

@@ -234,7 +234,7 @@ function init() {
  * @跳转详情
  */
 function goContentDetails(e) {
-  proxy.$tab.navigateTo(`/pages/business/common/projectMange/record/details?reportId=${e.id}`);
+  // proxy.$tab.navigateTo(`/pages/business/common/projectMange/record/details?reportId=${e.id}`);
 }
 
 /**

+ 1 - 1
src/pages/business/common/projectMange/write/components/template1.vue

@@ -129,7 +129,7 @@
   <u-datetime-picker :show="timeShow" v-model="timeValue" mode="datetime" :closeOnClickOverlay="true" @cancel="timeShow = false" @confirm="timeConfirm"></u-datetime-picker>
 
   <u-modal :show="modalShow" title="" :confirmText="'确定'" :cancelText="'取消'" :zoom="false" :showCancelButton="true" @confirm="modalConfirm" @cancel="modalShow = false">
-    <view class="slot-content" style="max-height: 80vh">
+    <view class="slot-content" style="max-height: 45vh;overflow:auto">
      
     <view v-if="projectsList.length > 0">