Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
computedRoomPad
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
邓文彬
computedRoomPad
Commits
2d20fea5
提交
2d20fea5
authored
3月 25, 2025
作者:
caodi\cd
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix:提交
上级
06977511
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
42 行增加
和
9 行删除
+42
-9
detail.vue
pages/inspectionContent/components/detail.vue
+33
-0
inspectionContentNew.vue
pages/inspectionContent/inspectionContentNew.vue
+9
-9
没有找到文件。
pages/inspectionContent/components/detail.vue
浏览文件 @
2d20fea5
...
...
@@ -357,6 +357,39 @@
<
/view
>
<
/view
>
<
/view
>
<!--
其它
-->
<
view
v
-
if
=
"detailsItem.qt"
class
=
"container-item"
>
<
view
class
=
"title"
>
其它
<
/view
>
<
view
class
=
"cards"
>
<
view
v
-
for
=
"(item, index) in detailsItem.qt.detail"
:
key
=
"index"
class
=
"cards-item"
>
<
view
class
=
"list"
>
<
view
class
=
"label"
>
其它问题:
<
/view
>
<
view
class
=
"content"
>
{{
item
.
conclusion
}}
<
/view
>
<
/view
>
<
view
class
=
"list"
>
<
view
class
=
"label"
>
现场照片:
<
/view
>
<
view
v
-
if
=
"item.photos.length === 0"
class
=
"content"
>
未拍摄照片
<
/view
>
<
view
v
-
else
class
=
"content"
>
<
image
v
-
for
=
"(url, urlIndex) in item.photos"
:
key
=
"urlIndex"
class
=
"image-item"
:
src
=
"url"
mode
=
"center"
><
/image
>
<
/view
>
<
/view
>
<
/view
>
<
/view
>
<
/view
>
<
/view
>
<
/view
>
<
/template
>
...
...
pages/inspectionContent/inspectionContentNew.vue
浏览文件 @
2d20fea5
...
...
@@ -57,28 +57,28 @@
<wlhj
v-show=
"checkValueInArray(tabs, 'wlhj', activeTab)"
ref=
"wlhj"
:inspectionItem=
"tabs[activeTab].label
"
inspectionItem=
"物理环境
"
:defaultData=
"list.wlhj"
></wlhj>
<!-- 安防系统 -->
<afxt
v-show=
"checkValueInArray(tabs, 'afxt', activeTab)"
ref=
"afxt"
:inspectionItem=
"tabs[activeTab].label
"
inspectionItem=
"安防系统
"
:defaultData=
"list.afxt ||
{}"
>
</afxt>
<!-- 设备告警 -->
<sbgj
v-show=
"checkValueInArray(tabs, 'sbgj', activeTab)"
ref=
"sbgj"
:inspectionItem=
"tabs[activeTab].label
"
inspectionItem=
"设备告警
"
:defaultData=
"list.sbgj ||
{}"
>
</sbgj>
<!-- 电池状态 -->
<dczt
v-show=
"checkValueInArray(tabs, 'dczt', activeTab)"
ref=
"dczt"
:inspectionItem=
"tabs[activeTab].label
"
inspectionItem=
"电池状态
"
:defaultData=
"list.dczt ||
{}"
:jfType="jfType"
>
</dczt>
...
...
@@ -86,35 +86,35 @@
<jfwsd
v-show=
"checkValueInArray(tabs, 'jfwsd', activeTab)"
ref=
"jfwsd"
:inspectionItem=
"tabs[activeTab].label
"
inspectionItem=
"机房温湿度
"
:defaultData=
"list.jfwsd ||
{}"
>
</jfwsd>
<!-- 电力系统 -->
<dlxt
v-show=
"checkValueInArray(tabs, 'dlxt', activeTab)"
ref=
"dlxt"
:inspectionItem=
"tabs[activeTab].label
"
inspectionItem=
"电力系统
"
:defaultData=
"list.dlxt ||
{}"
>
</dlxt>
<!-- 消防系统 -->
<xfxt
v-show=
"checkValueInArray(tabs, 'xfxt', activeTab)"
ref=
"xfxt"
:inspectionItem=
"tabs[activeTab].label
"
inspectionItem=
"消防系统
"
:defaultData=
"list.xfxt ||
{}"
>
</xfxt>
<!-- 线路情况 -->
<xlqk
v-show=
"checkValueInArray(tabs, 'xlqk', activeTab)"
ref=
"xlqk"
:inspectionItem=
"tabs[activeTab].label
"
inspectionItem=
"线路情况
"
:defaultData=
"list.xlqk ||
{}"
>
</xlqk>
<!-- 其它 -->
<qt
v-show=
"checkValueInArray(tabs, 'qt', activeTab)"
ref=
"qt"
:inspectionItem=
"tabs[activeTab].label
"
inspectionItem=
"其它
"
:defaultData=
"list.qt ||
{}"
>
</qt>
</view>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论