Commit c35d016e authored by 高宇's avatar 高宇

删除菜单

parent 15544e6f
......@@ -364,16 +364,16 @@
{{ scope.row.psm || '-' }}
</template>
</el-table-column>
<el-table-column v-if="this.radio1 == '2'" label="入库日期" prop="recycleDate">
<template slot-scope="scope">
{{ parseTime(scope.row.recycleDate,'{y}-{m}-{d}') }}
</template>
</el-table-column>
<el-table-column v-if="this.radio1 === '1'" label="入库日期" prop="createDate">
<template slot-scope="scope">
{{ parseTime(scope.row.createDate, '{y}-{m}-{d}') || '-' }}
</template>
</el-table-column>
<el-table-column v-if="this.radio1 == '2'" label="入库日期" prop="recycleDate">
<template slot-scope="scope">
{{ parseTime(scope.row.recycleDate,'{y}-{m}-{d}') }}
</template>
</el-table-column>
<el-table-column v-if="this.radio1 === '1'" label="入库日期" prop="createDate">
<template slot-scope="scope">
{{ parseTime(scope.row.createDate, '{y}-{m}-{d}') || '-' }}
</template>
</el-table-column>
</el-table>
<div style="float: right;padding:3px 15px;">
<el-button
......@@ -431,7 +431,7 @@ export default {
number: '',
menu: false,
menuform: {
passWord: ''
},
monthDate: false,
// 是否切换库
......@@ -642,10 +642,10 @@ export default {
},
handlemenuClose() {
this.menu = false
this.menuform.passWord = ''
this.loadingDetail = false
this.openHandle = true
this.twoerrorPassword = false
this.menuform.passWord = ''
},
handleClose() {
this.openLogin = false
......@@ -772,7 +772,8 @@ export default {
this.loadingDetail = true
this.monthDate = false
if (this.multipleSelection.length === 0) {
this.$message.warning('请至少选择一个要处理的设备')
this.loadingDetail = false
return this.$message.warning('请至少选择一个要处理的设备')
} else {
this.canceList = []
this.multipleSelection.forEach(item => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment