zhanghua
2024-11-25 c42294009ec00f4d9ee3a95a131252237aec3e7b
src/views/student/components/details.vue
@@ -89,7 +89,7 @@
            <el-table-column label="数量" prop="qty" />
            <el-table-column label="金额" prop="amt" />
            <el-table-column label="到期时间" prop="endDate" />
            <el-table-column label="" prop="">
            <!-- <el-table-column label="" prop="">
              <template slot-scope="scope">
                <el-link
                  type="primary"
@@ -98,7 +98,7 @@
                  >查看明细</el-link
                >
              </template>
            </el-table-column>
            </el-table-column> -->
          </el-table>
        </el-form-item>
        <el-form-item
@@ -178,7 +178,7 @@
      });
    },
    goDetails(row) {
      this.$router.push("/details");
      // this.$router.push("/details");
    },
  },
};