Commit 51e650b1 authored by pengxin's avatar pengxin

调整按钮逻辑。

parent a319cb30
......@@ -88,7 +88,7 @@
更多<i class="el-icon-arrow-down el-icon--right"></i>
</span>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item v-if="scope.row.inputStatus === 1" @click.native="putOut(scope.row)">发布</el-dropdown-item>
<el-dropdown-item v-if="scope.row.inputStatus === 1 && scope.row.releaseStatus === 0" @click.native="putOut(scope.row)">发布</el-dropdown-item>
<el-dropdown-item v-if="scope.row.inputStatus === 1">清洗</el-dropdown-item>
<el-dropdown-item v-if="scope.row.inputStatus === 1" @click.native="derived(scope.row)">导出</el-dropdown-item>
<el-dropdown-item v-if="scope.row.inputStatus === 1" @click.native="delDataset(scope.row)">删除数据集</el-dropdown-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