更新
This commit is contained in:
@@ -172,9 +172,9 @@
|
||||
</el-row>
|
||||
<el-divider content-position="right">跳转链接</el-divider>
|
||||
<el-row style="margin-left: 20px">
|
||||
<router-link to="/StatusQuery/index" style="color:dodgerblue">零件状态查询</router-link>
|
||||
<el-button size="medium" type="text" @click="toStatusQuery">零件状态查询</el-button>
|
||||
<el-divider direction="vertical"/>
|
||||
<router-link to="/StatusQuery/index" style="color:dodgerblue">加工进度查询</router-link>
|
||||
<el-button size="medium" type="text" @click="toProcessingStatus">加工进度查询</el-button>
|
||||
</el-row>
|
||||
</div>
|
||||
</div>
|
||||
@@ -307,6 +307,12 @@ export default {
|
||||
})
|
||||
}
|
||||
},
|
||||
toStatusQuery() {
|
||||
this.$router.push('/ManufacturingCenter/StatusQuery')
|
||||
},
|
||||
toProcessingStatus() {
|
||||
this.$router.push('/ManufacturingCenter/ProcessingStatus')
|
||||
},
|
||||
createFilterPick(queryString) {
|
||||
return (restaurant) => {
|
||||
return (restaurant.value.toLowerCase().indexOf(queryString.toLowerCase()) !== -1)
|
||||
|
||||
Reference in New Issue
Block a user