mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 21:06:42 +08:00
提交
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="创建人" prop="sysCreateBy"></el-table-column>
|
<el-table-column label="创建人" prop="sysCreateBy"></el-table-column>
|
||||||
<el-table-column label="创建时间" prop="sysCreateTime" width="200px" show-overflow-tooltip></el-table-column>
|
<el-table-column label="创建时间" prop="sysCreateTime" width="200px" show-overflow-tooltip></el-table-column>
|
||||||
<el-table-column label="转审" prop="auditInfo" width="250px" show-overflow-tooltip></el-table-column>
|
<el-table-column label="备注" prop="auditInfo" width="250px" show-overflow-tooltip></el-table-column>
|
||||||
<el-table-column label="操作" width="100px" fixed="right">
|
<el-table-column label="操作" width="100px" fixed="right">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button @click="toExamine(scope.row)" type="text" >审核</el-button>
|
<el-button @click="toExamine(scope.row)" type="text" >审核</el-button>
|
||||||
|
|||||||
@@ -192,7 +192,7 @@
|
|||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-form>
|
</el-form>
|
||||||
<div style="padding: 0px 20px 0 100px;height:60px;overflow-y: auto;margin-bottom: 20px;">
|
<div style="padding: 0px 20px 0 100px;margin-bottom: 20px;">
|
||||||
<el-radio-group v-model="selectedTeacher" v-if="teacherInfo.list.length > 0">
|
<el-radio-group v-model="selectedTeacher" v-if="teacherInfo.list.length > 0">
|
||||||
<el-radio v-for="(u,uidx) in teacherInfo.list" :key="uidx" :label="u.aid">{{u.name+'('+u.code+')'}}</el-radio>
|
<el-radio v-for="(u,uidx) in teacherInfo.list" :key="uidx" :label="u.aid">{{u.name+'('+u.code+')'}}</el-radio>
|
||||||
</el-radio-group>
|
</el-radio-group>
|
||||||
|
|||||||
Reference in New Issue
Block a user