fix: 修复 Bug #412 引入的 Vue template 语法错误(缺少 el-row/el-col 标签)
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user