|
@ -75,7 +75,7 @@ |
|
|
</div> |
|
|
</div> |
|
|
<div v-if="info.operationId||info.status==='closed_case'" |
|
|
<div v-if="info.operationId||info.status==='closed_case'" |
|
|
class="div-btn "> |
|
|
class="div-btn "> |
|
|
<el-button v-if=" !info.satisfactionName && user.id===info.createdUserId" |
|
|
<el-button v-if=" info.status==='closed_case'&&!info.satisfactionName && user.id===info.createdUserId" |
|
|
size="small" |
|
|
size="small" |
|
|
class="diy-button--reset" |
|
|
class="diy-button--reset" |
|
|
@click="handleSatisfy">满意度评价</el-button> |
|
|
@click="handleSatisfy">满意度评价</el-button> |
|
|