|
@@ -84,8 +84,8 @@
|
|
|
|
|
|
<el-table-column label="操作" align="center" width="170px">
|
|
<el-table-column label="操作" align="center" width="170px">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
|
+ <el-button size="mini" type="text" icon="el-icon-edit" @click="handleEdit(scope.row)">修改</el-button>
|
|
<template v-if="scope.row.status == 1">
|
|
<template v-if="scope.row.status == 1">
|
|
- <el-button size="mini" type="text" icon="el-icon-edit" @click="handleEdit(scope.row)">修改</el-button>
|
|
|
|
<el-button size="mini" type="text" icon="el-icon-position" @click="release(scope.row)">发布</el-button>
|
|
<el-button size="mini" type="text" icon="el-icon-position" @click="release(scope.row)">发布</el-button>
|
|
</template>
|
|
</template>
|
|
<el-button size="mini" type="text" icon="el-icon-download" @click="downLoad(scope.row)">下载</el-button>
|
|
<el-button size="mini" type="text" icon="el-icon-download" @click="downLoad(scope.row)">下载</el-button>
|