wolyshaw 4 years ago
parent
commit
9265604bea

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-41ab6290.11d3c16e.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-41ab6290.de693a10.js


+ 5 - 0
src/views/businessManager/orderManager/salesList.vue

@@ -174,6 +174,11 @@
             <template slot-scope="scope">{{ scope.row.receiveStatus | receiveFormat }}</template>
           </el-table-column>
           <el-table-column align='center'
+                           prop="status"
+                           label="状态">
+            {{scope.row.status === 1 ? '已退货': ''}}
+          </el-table-column>
+          <el-table-column align='center'
                            fixed="right"
                            width="150px"
                            label="操作">

Some files were not shown because too many files changed in this diff