修改学生证完成制作发送的文案,给处分记录和解除处分前端页面添加政治面貌选项
This commit is contained in:
@@ -56,6 +56,11 @@
|
||||
{{ form.mz }}
|
||||
</el-descriptions-item>
|
||||
|
||||
<el-descriptions-item>
|
||||
<template slot="label"> 政治面貌 </template>
|
||||
{{ form.politicalStatus }}
|
||||
</el-descriptions-item>
|
||||
|
||||
<el-descriptions-item>
|
||||
<template slot="label"> 籍贯:省/自治区/直辖市 </template>
|
||||
{{ form.jg }}
|
||||
|
@@ -121,6 +121,10 @@
|
||||
<template slot="label"> 民族 </template>
|
||||
{{ form.mz }}
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item>
|
||||
<template slot="label"> 政治面貌 </template>
|
||||
{{ form.politicalStatus }}
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item>
|
||||
<template slot="label"> 出生日期 </template>
|
||||
{{ form.birthday }}
|
||||
@@ -185,6 +189,10 @@
|
||||
<template slot="label"> 民族 </template>
|
||||
{{ form.mz }}
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item>
|
||||
<template slot="label"> 政治面貌 </template>
|
||||
{{ form.politicalStatus }}
|
||||
</el-descriptions-item>
|
||||
<el-descriptions-item>
|
||||
<template slot="label"> 出生日期 </template>
|
||||
{{ form.birthday }}
|
||||
@@ -265,6 +273,11 @@
|
||||
{{ form.mz }}
|
||||
</el-descriptions-item>
|
||||
|
||||
<el-descriptions-item>
|
||||
<template slot="label"> 政治面貌 </template>
|
||||
{{ form.politicalStatus }}
|
||||
</el-descriptions-item>
|
||||
|
||||
<el-descriptions-item>
|
||||
<template slot="label"> 籍贯:省/自治区/直辖市 </template>
|
||||
{{ form.jg }}
|
||||
|
@@ -56,6 +56,11 @@
|
||||
{{ form.mz }}
|
||||
</el-descriptions-item>
|
||||
|
||||
<el-descriptions-item>
|
||||
<template slot="label"> 政治面貌 </template>
|
||||
{{ form.politicalStatus }}
|
||||
</el-descriptions-item>
|
||||
|
||||
<el-descriptions-item>
|
||||
<template slot="label"> 籍贯:省/自治区/直辖市 </template>
|
||||
{{ form.jg }}
|
||||
|
@@ -58,6 +58,11 @@
|
||||
{{ form.mz }}
|
||||
</el-descriptions-item>
|
||||
|
||||
<el-descriptions-item>
|
||||
<template slot="label"> 政治面貌 </template>
|
||||
{{ form.politicalStatus }}
|
||||
</el-descriptions-item>
|
||||
|
||||
<el-descriptions-item>
|
||||
<template slot="label"> 籍贯:省/自治区/直辖市 </template>
|
||||
{{ form.jg }}
|
||||
|
Reference in New Issue
Block a user