|
@@ -42,7 +42,7 @@
|
|
prop="createTime"
|
|
prop="createTime"
|
|
label="上传时间"
|
|
label="上传时间"
|
|
></el-table-column>
|
|
></el-table-column>
|
|
- <el-table-column align="center" prop="statusCode" label="审核结果">
|
|
|
|
|
|
+ <el-table-column align="center" prop="statusCode" label="审核状态">
|
|
<template #default="scope">
|
|
<template #default="scope">
|
|
<el-tag :type="scope.row.statusCode">{{
|
|
<el-tag :type="scope.row.statusCode">{{
|
|
scope.row.statusDesc
|
|
scope.row.statusDesc
|