Browse Source

2025/7/17

master
Aoi_Tori 6 months ago
parent
commit
e9bbd5adf4
  1. 2
      src/views/modules/test/requestForTest.vue

2
src/views/modules/test/requestForTest.vue

@ -172,7 +172,7 @@
@click="updateModalStatus(scope.row,'C')">下达</a>
</template>
<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>
</template>
</template>

Loading…
Cancel
Save