This commit is contained in:
zhaofang
2022-06-10 18:55:30 +08:00
parent 0bd7396fe6
commit afa04f6b72
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@
</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="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">
<template slot-scope="scope">
<el-button @click="toExamine(scope.row)" type="text" >审核</el-button>

View File

@@ -192,7 +192,7 @@
</el-input>
</el-form-item>
</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 v-for="(u,uidx) in teacherInfo.list" :key="uidx" :label="u.aid">{{u.name+'('+u.code+')'}}</el-radio>
</el-radio-group>