|
|
@ -172,7 +172,7 @@ |
|
|
@click="updateModalStatus(scope.row,'C')">下达</a> |
|
|
@click="updateModalStatus(scope.row,'C')">下达</a> |
|
|
</template> |
|
|
</template> |
|
|
<template v-if="isAuth('107001:detail')"> |
|
|
<template v-if="isAuth('107001:detail')"> |
|
|
<a type="text" size="small" style="cursor:pointer;" v-if="scope.row.testStatus === '已完成'" |
|
|
|
|
|
|
|
|
<a type="text" size="small" style="cursor:pointer;" |
|
|
@click="handleDetail(scope.row)">详情</a> |
|
|
@click="handleDetail(scope.row)">详情</a> |
|
|
</template> |
|
|
</template> |
|
|
</template> |
|
|
</template> |
|
|
|