|
@@ -35,12 +35,12 @@
|
|
|
<a-badge :count="numCheckjob3" title="润滑任务" :number-style="{ backgroundColor: '#52c41a' }">
|
|
|
<a-button style="margin-left: 20px" type="default" @click="handleViewCheckJob3(3)">润滑任务</a-button>
|
|
|
</a-badge>
|
|
|
- <a-button style="margin-left: 20px" type="default" @click="handleViewTree()">设备树</a-button>
|
|
|
- <a-button v-show="model.useType==4" style="margin-left: 8px" type="default" @click="handleMeasure()">检定记录</a-button>
|
|
|
+ <a-button v-show="model.useType==4" style="margin-left: 20px" type="default" @click="handleMeasure()">检定记录</a-button>
|
|
|
+ <!-- <a-button style="margin-left: 20px" type="default" @click="handleViewTree()">设备树</a-button>
|
|
|
<a-button style="margin-left: 20px" type="error" @click="handleTuiCalendar(1)">保养日历</a-button>
|
|
|
<a-button style="margin-left: 20px" type="default" @click="handleRepairReportSbInfo()">工单分析</a-button>
|
|
|
- <a-button style="margin-left: 20px" type="default" @click="handleRepairReportSbInfoFee()">费用分析</a-button>
|
|
|
- <a-button style="margin-left: 8px" type="default" @click="handleEdit()">修改</a-button>
|
|
|
+ <a-button style="margin-left: 20px" type="default" @click="handleRepairReportSbInfoFee()">费用分析</a-button> -->
|
|
|
+ <a-button style="margin-left: 20px" type="default" @click="handleEdit()">修改</a-button>
|
|
|
<a-button style="margin-left: 8px" type="default" :loading="confirmLoading" @click="handleOk()">刷新</a-button>
|
|
|
<a-button style="margin-left: 20px" type="primary" @click="handleCancel()">返回</a-button>
|
|
|
</span>
|
|
@@ -89,6 +89,24 @@
|
|
|
停机记录
|
|
|
</a-button>
|
|
|
</a-col>
|
|
|
+ <a-col :span="10">
|
|
|
+ <a-button shape="round" @click="handleViewTree()" block>设备树</a-button>
|
|
|
+ </a-col>
|
|
|
+ <a-col :span="10">
|
|
|
+ <a-button shape="round" @click="handleTuiCalendar(1)" block>
|
|
|
+ 保养日历
|
|
|
+ </a-button>
|
|
|
+ </a-col>
|
|
|
+ <a-col :span="10">
|
|
|
+ <a-button shape="round" @click="handleRepairReportSbInfo()" block>
|
|
|
+ 工单分析
|
|
|
+ </a-button>
|
|
|
+ </a-col>
|
|
|
+ <a-col :span="10">
|
|
|
+ <a-button shape="round" @click="handleRepairReportSbInfoFee()" block>
|
|
|
+ 费用分析
|
|
|
+ </a-button>
|
|
|
+ </a-col>
|
|
|
</a-row>
|
|
|
|
|
|
</a-layout-sider>
|