luohailiang 2 years ago
parent
commit
99aa637120
2 changed files with 28 additions and 1 deletions
  1. 27 0
      src/pages/process/pyjd/[id]/[bh].vue
  2. 1 1
      src/pages/process/pyjd/[ykj_id].vue

+ 27 - 0
src/pages/process/pyjd/[id]/[bh].vue

@@ -0,0 +1,27 @@
+<script setup>
+import request from "~/utils/request";
+import {REQUEST} from "~/utils/request";
+import {user} from "~/store";
+import {useRouter} from "vue-router";
+const router = useRouter();
+const route = useRoute();
+const linkTo = (obj) => {
+  router.push(obj);
+};
+let ykj_id = $ref('');
+</script>
+<route lang="json">
+{
+"meta":{
+"title":"教师批阅进度详情",
+"breadcrumb":true
+}
+}
+</route>
+<template>
+
+</template>
+
+<style scoped lang="scss">
+
+</style>

+ 1 - 1
src/pages/process/pyjd/[ykj_id].vue

@@ -275,7 +275,7 @@ onMounted(() => {
             <td>{{item.zfs}}</td>
             <td>{{item.pjf}}</td>
             <td>
-              <button type="button" class="op-btn">查看详情</button>
+              <button type="button" class="op-btn" @click="linkTo({name:'process-pyjd-id-bh',})">查看详情</button>
             </td>
           </tr>
         </table>