产品已发布状态下也支持编辑,编辑提交后需再次审核
This commit is contained in:
		| @@ -50,9 +50,8 @@ | ||||
|             <template slot-scope="{row}"> | ||||
|               <el-button type="text" @click="showDetail(row.id)">详情</el-button> | ||||
|               <template v-if="isFinanceUser"> | ||||
|                 <el-button type="text" @click="handleEdit(row.id)" v-if="row.status==2">编辑</el-button> | ||||
|                 <el-button type="text" @click="handleDelete(row.id)" v-if="['2','1'].includes(row.status)">删除 | ||||
|                 </el-button> | ||||
|                 <el-button type="text" @click="handleEdit(row.id)" v-if="['2','1'].includes(row.status)">编辑</el-button> | ||||
|                 <el-button type="text" @click="handleDelete(row.id)" v-if="['2','1'].includes(row.status)">删除</el-button> | ||||
|               </template> | ||||
|             </template> | ||||
|           </el-table-column> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user