fix: 修复 Bug #412 引入的 Vue template 语法错误(缺少 el-row/el-col 标签)

This commit is contained in:
赵云
2026-05-11 09:18:13 +08:00
parent 62a09a8b94
commit d2bfde7230

View File

@@ -41,7 +41,9 @@
</el-col> </el-col>
</el-row> </el-row>
<!-- 工作单位学校 -->
<el-row :gutter="16" class="form-row">
<el-col :span="12" class="form-item">
<span class="form-label">工作单位学校</span> <span class="form-label">工作单位学校</span>
<el-input v-model="form.workplace" class="underline-input" /> <el-input v-model="form.workplace" class="underline-input" />
</el-col> </el-col>