ソースを参照

5号国日报

yanghao 6 日 前
コミット
71966ddade

+ 1 - 1
.env.local

@@ -4,7 +4,7 @@ NODE_ENV=development
 VITE_DEV=true
 
 # 请求路径  http://192.168.188.200:48080  https://iot.deepoil.cc:5443  http://172.26.0.56:48080
-VITE_BASE_URL='http://192.168.188.198:48080'
+VITE_BASE_URL='https://iot.deepoil.cc:5443'
 
 # 文件上传类型:server - 后端上传, client - 前端直连上传,仅支持 S3 服务
 VITE_UPLOAD_TYPE=server

+ 4 - 4
src/views/pms/constructionDailyReport/components/report-config.ts

@@ -129,13 +129,13 @@ export const formSections: ConstructionDailyReportSection[] = [
       },
       {
         prop: 'dailySandVolume',
-        label: '当日加砂量',
+        label: '当日加砂量(吨)',
         type: 'number',
         editableInEdit: true
       },
       {
         prop: 'dailyLiquidVolume',
-        label: '当日注液量',
+        label: '当日注液量(m³)',
         type: 'number',
         editableInEdit: true
       },
@@ -143,7 +143,7 @@ export const formSections: ConstructionDailyReportSection[] = [
       { prop: 'cengshu', label: '当月作业层数', type: 'number' },
       {
         prop: 'dailyFuel',
-        label: '当日油耗',
+        label: '当日油耗(L)',
         type: 'number',
         editableInEdit: true
       },
@@ -169,7 +169,7 @@ export const formSections: ConstructionDailyReportSection[] = [
       },
       { prop: 'productionStatus', label: '施工动态', type: 'textarea', span: 2 },
       { prop: 'weather', label: '天气' },
-      { prop: 'temperature', label: '气温' }
+      { prop: 'temperature', label: '气温(℃)' }
     ]
   }
 ]