safecheck-client 4.0.1-65 → 4.0.1-66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "safecheck-client",
|
3
3
|
"//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
|
4
|
-
"version": "4.0.1-
|
4
|
+
"version": "4.0.1-66",
|
5
5
|
"description": "安检模块 前端组件",
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
7
7
|
"license": "ISC",
|
@@ -140,7 +140,7 @@ export default {
|
|
140
140
|
<li style="margin: 3px 0;">安检时间: ${row.f_offsite_time}</li>
|
141
141
|
<li style="margin: 3px 0;">安检人员: ${row.f_checker_name}</li>
|
142
142
|
<li style="margin: 3px 0;">调压箱: ${row.f_adjustable_name?row.f_adjustable_name:'无'}</li>
|
143
|
-
<li style="margin: 3px 0;"
|
143
|
+
<li style="margin: 3px 0;">所属区域: ${row.f_region_name?row.f_region_name:'无'}</li>
|
144
144
|
</ul>
|
145
145
|
</div>
|
146
146
|
</div>`
|