@@ -12,7 +12,7 @@ ENV = 'development'
# 线上测试
VUE_APP_BASE_API = 'http://tmrwatch.cn:8082/'
-# VUE_APP_BASE_API = 'http://10.0.11.126:8082/'
+# VUE_APP_BASE_API = 'http://10.0.11.163:8082/'
# VUE_APP_BASE_API = 'http://36.155.144.182:18090/'
@@ -672,6 +672,7 @@
<span v-show="scope.row.sapstatus == 0">上传成功</span>
</template>
</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">
<template slot-scope="scope">
<span v-show="scope.row.srmstatus == 1">上传失败</span>