Commit 081a7c29 authored by 沈翠玲's avatar 沈翠玲

修复bug

parent 3ff23514
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
> >
<template #table_top> <template #table_top>
<div class="flex justify-end"> <div class="flex justify-end">
<el-button type="primary" @click="editOrConfirm" class="mr-1 my-2">{{ <el-button type="primary" @click="editOrConfirm" class="mr-1 my-2" v-if="currentDetail.canStages === 'Y'">{{
editFirst ? '确定' : '修改' editFirst ? '确定' : '修改'
}}</el-button> }}</el-button>
</div> </div>
......
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