Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
I
inspection-pad-web
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
专网
inspection-pad-web
Commits
c4437ca2
提交
c4437ca2
authored
4月 23, 2025
作者:
BaoChunXian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat: 井道样式调整
上级
8706e226
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
13 行增加
和
9 行删除
+13
-9
shaftInspectionList.vue
pages/shaftInspection/shaftInspectionList.vue
+8
-3
shaftInspectionNew.vue
pages/shaftInspection/shaftInspectionNew.vue
+5
-6
没有找到文件。
pages/shaftInspection/shaftInspectionList.vue
浏览文件 @
c4437ca2
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
</view>
</view>
<!--
{{
isSubmit
}}
{{
isSign
}}
-->
<!--
{{
isSubmit
}}
{{
isSign
}}
-->
<view
class=
"profile-right"
>
<view
class=
"profile-right"
>
<
button
<
view
v-if=
"!isSign"
v-if=
"!isSign"
:disabled=
"!isSubmit"
:disabled=
"!isSubmit"
:class=
"
{
:class=
"
{
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
@click="toSign"
@click="toSign"
>
>
巡检人签字
巡检人签字
</
button
>
</
view
>
<view
<view
v-else-if=
"detailsInfo.synchronization != 1"
v-else-if=
"detailsInfo.synchronization != 1"
class=
"action-container"
class=
"action-container"
...
@@ -500,6 +500,7 @@ export default {
...
@@ -500,6 +500,7 @@ export default {
this
.
$refs
.
inputDialog2
.
open
();
this
.
$refs
.
inputDialog2
.
open
();
},
},
toSign
()
{
toSign
()
{
if
(
!
isSubmit
)
return
;
this
.
$refs
.
signDialog
.
open
();
this
.
$refs
.
signDialog
.
open
();
},
},
// tab选中change 时间
// tab选中change 时间
...
@@ -750,6 +751,7 @@ export default {
...
@@ -750,6 +751,7 @@ export default {
}
}
.record-button {
.record-button {
display: block;
width: 115.2px;
width: 115.2px;
height: 28.8px;
height: 28.8px;
background: #ffffff;
background: #ffffff;
...
@@ -760,9 +762,12 @@ export default {
...
@@ -760,9 +762,12 @@ export default {
color: #3774f6;
color: #3774f6;
line-height: 28.8px;
line-height: 28.8px;
font-weight: 400;
font-weight: 400;
display: flex;
justify-content: center;
&.disabled-btn {
&.disabled-btn {
color: #c7c7c7;
color: #c7c7c7;
border-color: #c7c7c7;
background-color: #f9f9f9;
border-color: #f2f2f2;
}
}
}
}
.action-container {
.action-container {
...
...
pages/shaftInspection/shaftInspectionNew.vue
浏览文件 @
c4437ca2
...
@@ -30,9 +30,6 @@
...
@@ -30,9 +30,6 @@
>
>
</view>
</view>
</view>
</view>
<view
class=
"action-btn complete-btn"
@
click=
"submit(1)"
>
完成巡检
</view>
</view>
</view>
</view>
</view>
<!-- 模块3:Tab 操作区域 -->
<!-- 模块3:Tab 操作区域 -->
...
@@ -141,8 +138,10 @@
...
@@ -141,8 +138,10 @@
@
click=
"nextTab"
@
click=
"nextTab"
>
>
下一项
下一项
</view>
</view
</view>
><custom-popup
<view
class=
"action-btn complete-btn"
@
click=
"submit(1)"
>
完成巡检
</view>
</view>
<custom-popup
ref=
"customPopup"
ref=
"customPopup"
:inspectionItem=
"tabs[activeTab].label"
:inspectionItem=
"tabs[activeTab].label"
:fixedWords=
"['已检查', '正常', '异常', '需处理', '已处理']"
:fixedWords=
"['已检查', '正常', '异常', '需处理', '已处理']"
...
@@ -1067,7 +1066,7 @@ export default {
...
@@ -1067,7 +1066,7 @@ export default {
transform: translateX(-50%);
transform: translateX(-50%);
bottom: 25.6px;
bottom: 25.6px;
.action-btn {
.action-btn {
width: 1
45.6
px;
width: 1
18
px;
height: 38.4px;
height: 38.4px;
line-height: 38.4px;
line-height: 38.4px;
background: #ffffff;
background: #ffffff;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论