增加上报说明
This commit is contained in:
parent
3cfd346873
commit
ef3259dfd5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue