Commit 175610ac authored by 黄奎's avatar 黄奎

页面修改

parent 0642d88e
...@@ -304,9 +304,9 @@ ...@@ -304,9 +304,9 @@
field: row => row.StuBirthStr field: row => row.StuBirthStr
}, },
{ {
name: "StuRealMobile", name: "StuTel",
label: "电话", label: "电话",
field: "StuRealMobile", field: "StuTel",
align: "left" align: "left"
}, },
{ {
......
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
</div> </div>
</td> </td>
<td> <td>
<span>{{ item.StuRealMobile }}</span> <span>{{ item.StuTel }}</span>
</td> </td>
<td> <td>
<span v-html="getCurseManager(item)"></span> <span v-html="getCurseManager(item)"></span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment