leisure-core 0.4.31 → 0.4.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -38,9 +38,15 @@
|
|
|
38
38
|
</vxe-column>
|
|
39
39
|
<vxe-column align="center" title="状态">
|
|
40
40
|
<template slot-scope="scope">
|
|
41
|
-
<span v-if="scope.row.cstatus==0">正常</span>
|
|
42
|
-
<span v-if="scope.row.cstatus==1">已经核销</span>
|
|
43
|
-
<span v-if="scope.row.cstatus==0">无效-已经退票</span>
|
|
41
|
+
<span v-if="scope.row.cstatus == 0">正常</span>
|
|
42
|
+
<span v-if="scope.row.cstatus == 1">已经核销</span>
|
|
43
|
+
<span v-if="scope.row.cstatus == 0">无效-已经退票</span>
|
|
44
|
+
</template>
|
|
45
|
+
</vxe-column>
|
|
46
|
+
<vxe-column align="center" title="来源">
|
|
47
|
+
<template slot-scope="scope">
|
|
48
|
+
<span v-if="scope.row.csource == 0">门票</span>
|
|
49
|
+
<span v-if="scope.row.csource == 1">商城</span>
|
|
44
50
|
</template>
|
|
45
51
|
</vxe-column>
|
|
46
52
|
<vxe-column align="center" title="交易日期">
|