Commit 5ff46057 authored by Mac's avatar Mac

1

parent e9b0d5a9
......@@ -686,7 +686,7 @@
<p>
关联单号:
<span style="border-bottom: 1px solid #111;height: 34px;line-height: 34px;">
<el-input type="text" v-model='msg.RelevanceFrId' placeholder="如:123,234" onkeyup="this.value=this.value.replace(/[^0-9\,]/,'')"/>
<input type="text" v-model='msg.RelevanceFrId' placeholder="如:123,234" onkeyup="this.value=this.value.replace(/[^\d\,]/g,'')"/>
</span>
</p>
<template v-if="GetDetail.FrID!=0">
......
......@@ -588,7 +588,7 @@
<p>
关联单号:
<span style="border-bottom: 1px solid #111;height: 34px;line-height: 34px;">
<el-input type="text" v-model='msg.RelevanceFrId' placeholder="如:123,234" onkeyup="this.value=this.value.replace(/[^0-9\,]/,'')"/>
<input type="text" v-model='msg.RelevanceFrId' placeholder="如:123,234" onkeyup="this.value=this.value.replace(/[^\d\,]/g,'')"/>
</span>
</p>
</div>
......
This diff is collapsed.
......@@ -1037,6 +1037,11 @@ const routes = [{
component: () =>
import("pages/stuMan/classRecord")
},
{
path: "/stuMan/studentManage",//学管 学员管理
component: () =>
import("pages/stuMan/studentManage")
},
],
},
......
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