提交 c4437ca2 authored 作者: BaoChunXian's avatar BaoChunXian

feat: 井道样式调整

上级 8706e226
......@@ -49,7 +49,7 @@
</view>
<!-- {{ isSubmit }} {{ isSign }} -->
<view class="profile-right">
<button
<view
v-if="!isSign"
:disabled="!isSubmit"
:class="{
......@@ -59,7 +59,7 @@
@click="toSign"
>
巡检人签字
</button>
</view>
<view
v-else-if="detailsInfo.synchronization != 1"
class="action-container"
......@@ -500,6 +500,7 @@ export default {
this.$refs.inputDialog2.open();
},
toSign() {
if (!isSubmit) return;
this.$refs.signDialog.open();
},
// tab选中change 时间
......@@ -750,6 +751,7 @@ export default {
}
.record-button {
display: block;
width: 115.2px;
height: 28.8px;
background: #ffffff;
......@@ -760,9 +762,12 @@ export default {
color: #3774f6;
line-height: 28.8px;
font-weight: 400;
display: flex;
justify-content: center;
&.disabled-btn {
color: #c7c7c7;
border-color: #c7c7c7;
background-color: #f9f9f9;
border-color: #f2f2f2;
}
}
.action-container {
......
......@@ -30,9 +30,6 @@
>
</view>
</view>
<view class="action-btn complete-btn" @click="submit(1)">
完成巡检
</view>
</view>
</view>
<!-- 模块3:Tab 操作区域 -->
......@@ -141,8 +138,10 @@
@click="nextTab"
>
下一项
</view> </view
><custom-popup
</view>
<view class="action-btn complete-btn" @click="submit(1)"> 完成巡检 </view>
</view>
<custom-popup
ref="customPopup"
:inspectionItem="tabs[activeTab].label"
:fixedWords="['已检查', '正常', '异常', '需处理', '已处理']"
......@@ -1067,7 +1066,7 @@ export default {
transform: translateX(-50%);
bottom: 25.6px;
.action-btn {
width: 145.6px;
width: 118px;
height: 38.4px;
line-height: 38.4px;
background: #ffffff;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论