wolyshaw 4 years ago
parent
commit
99af5e39f8

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.0eed0ffe.js


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


+ 1 - 1
src/views/businessManager/orderManager/salesList.vue

@@ -176,7 +176,7 @@
           <el-table-column align='center'
                            prop="status"
                            label="状态">
-            {{scope.row.status === 1 ? '已退货': ''}}
+            <template slot-scope="scope">{{scope.row.status === 1 ? '已退货': ''}}</template>
           </el-table-column>
           <el-table-column align='center'
                            fixed="right"

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