Commit 6cb2a4ab authored by pengxin's avatar pengxin

标记按钮调整,已发布和未发布按钮显示。

parent e8b9b9f7
......@@ -47,7 +47,7 @@
<vxe-column field="createTime" title="创建时间"></vxe-column>
<vxe-column field="operation" title="操作">
<template slot-scope="scope">
<el-button type="text" icon="el-icon-menu" :size="defaultFormItemSize" @click="all(scope.row)">标记</el-button>
<el-button type="text" icon="el-icon-menu" :size="defaultFormItemSize" @click="all(scope.row)">{{ scope.row.releaseStatus === 1 ? '详情' : '标记' }}</el-button>
<!-- <el-button type="text" :size="defaultFormItemSize">标注</el-button> -->
<!-- <el-button type="text" :size="defaultFormItemSize" @click="edit(scope.row)">编辑</el-button>-->
<el-button type="text" :size="defaultFormItemSize" @click="del(scope.row)">删除</el-button>
......
......@@ -62,7 +62,7 @@
<div class="content"> {{ nowVersion.dataVolume }}</div>
</div>
<div class="dataItem">
<div class="title">创建时间::</div>
<div class="title">创建时间:</div>
<div class="content"> {{ nowVersion.createTime }}</div>
</div>
<div class="dataItem">
......
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