教研室管理

This commit is contained in:
2026-08-26 17:08:01 +08:00
parent 6f59fa29e1
commit 91c2b7c0a7
@@ -14,7 +14,7 @@
<el-form-item label="教研室名称" prop="jysmc"> <el-form-item label="教研室名称" prop="jysmc">
<el-input <el-input
v-model="queryParams.jysmc" v-model="queryParams.jysmc"
placeholder="请输入教研室名称(模糊)" placeholder="请输入教研室名称"
clearable clearable
style="width: 180px" style="width: 180px"
@keyup.enter.native="handleQuery" @keyup.enter.native="handleQuery"