增加上报说明

This commit is contained in:
caoqianming 2021-03-31 16:53:57 +08:00
parent 3cfd346873
commit ef3259dfd5
1 changed files with 4 additions and 0 deletions

View File

@ -183,6 +183,10 @@
>{{ scope.row.up_user_.name }}/{{ scope.row.up_date }}</template >{{ scope.row.up_user_.name }}/{{ scope.row.up_date }}</template
> >
</el-table-column> </el-table-column>
<el-table-column label="上报说明">
<template slot-scope="scope" >{{ scope.row.noteb}}</template
>
</el-table-column>
<el-table-column label="文件"> <el-table-column label="文件">
<template slot-scope="scope" v-if="scope.row.files"> <template slot-scope="scope" v-if="scope.row.files">
<el-link <el-link