提交 5ac73792 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 3004b2fe
...@@ -5,6 +5,15 @@ ...@@ -5,6 +5,15 @@
<el-button type="text" @click="goBack">返回列表</el-button> <el-button type="text" @click="goBack">返回列表</el-button>
<div class="main-form"> <div class="main-form">
<el-form label-width="100px" :disabled="isView" ref="ruleForm" :model="ruleForm" :rules="rules"> <el-form label-width="100px" :disabled="isView" ref="ruleForm" :model="ruleForm" :rules="rules">
<el-form-item>
<p>
电子成绩单可在从Sofia官网自行申请并获取,可参考文档:<a
href="https://zws-imgs-pub.oss-cn-beijing.aliyuncs.com/pc/sofia/Sofia%E5%A4%A7%E5%AD%A6%E7%94%B5%E5%AD%90%E6%88%90%E7%BB%A9%E5%8D%95%E7%94%B3%E8%AF%B7%E6%B5%81%E7%A8%8B.pdf"
target="_blank"
>电子成绩单说明文档</a
>
</p>
</el-form-item>
<el-form-item label="姓名" prop="personal_name"> <el-form-item label="姓名" prop="personal_name">
<el-input v-model="ruleForm.personal_name" readonly /> <el-input v-model="ruleForm.personal_name" readonly />
</el-form-item> </el-form-item>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论