|
@@ -672,6 +672,7 @@
|
|
<span v-show="scope.row.sapstatus == 0">上传成功</span>
|
|
<span v-show="scope.row.sapstatus == 0">上传成功</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
|
+ <el-table-column label="sap错误" prop="sapError" min-width="110px" align="center" />
|
|
<el-table-column prop="srmstatus" label="srm上传状态" min-width="80px" align="center">
|
|
<el-table-column prop="srmstatus" label="srm上传状态" min-width="80px" align="center">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
<span v-show="scope.row.srmstatus == 1">上传失败</span>
|
|
<span v-show="scope.row.srmstatus == 1">上传失败</span>
|