Browse Source

(*)修改巡检结果录入巡检人字段

master
Archer_cdm 2 years ago
parent
commit
987455571f
  1. 2
      weapp/package/startInspection/startInspection.wxml
  2. 10
      weapp/project.private.config.json

2
weapp/package/startInspection/startInspection.wxml

@ -48,7 +48,7 @@
</view>
<view class="txt" style="margin-bottom: 20rpx;">
<view style="float: left;font-weight: bold;">巡检人</view>
<view style="float:left;width:55%;margin-left:40rpx;">巡检人A</view>
<view style="float:left;width:55%;margin-left:40rpx;">{{dataList.user.name}}</view>
</view>
<view class="txt" style="margin-bottom: 20rpx;">
<view style="float: left;font-weight: bold;">本次巡检日期</view>

10
weapp/project.private.config.json

@ -1,10 +0,0 @@
{
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "%E5%B7%A1%E6%A3%80%E5%B0%8F%E7%A8%8B%E5%BA%8F",
"setting": {
"compileHotReLoad": false,
"urlCheck": false
},
"condition": {},
"libVersion": "2.29.0"
}
Loading…
Cancel
Save