wolyshaw 4 lat temu
rodzic
commit
99af5e39f8

Plik diff jest za duży
+ 0 - 0
dist/index.html


Plik diff jest za duży
+ 0 - 0
dist/static/js/chunk-41ab6290.0eed0ffe.js


Plik diff jest za duży
+ 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"

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików