This commit is contained in:
caoxinyu
2019-09-25 20:11:52 +08:00
parent c90acc6a85
commit e3035b1d55
8 changed files with 18 additions and 14 deletions

View File

@@ -172,9 +172,13 @@
</el-row>
<el-divider content-position="right">跳转链接</el-divider>
<el-row style="margin-left: 20px">
<el-button size="medium" type="text" @click="toStatusQuery">零件状态查询</el-button>
<el-tooltip :open-delay="1000" effect="dark" content="转到零件状态查询模块" placement="top">
<el-button size="medium" type="text" @click="toStatusQuery">零件状态查询</el-button>
</el-tooltip>
<el-divider direction="vertical"/>
<el-button size="medium" type="text" @click="toProcessingStatus">加工进度查询</el-button>
<el-tooltip :open-delay="1000" effect="dark" content="转到加工进度查询模块" placement="top">
<el-button size="medium" type="text" @click="toProcessingStatus">加工进度查询</el-button>
</el-tooltip>
</el-row>
</div>
</div>