Commit 825af3a3 authored by qipeng's avatar qipeng

新增状态为10的

parent ff5722c0
......@@ -101,6 +101,9 @@
<template v-if="item.orderType==1">
{{item.orderStatus|orderStatus1}}
</template>
<template v-else-if="item.orderType==10">
{{item.orderStatus|orderStatus1}}
</template>
<template v-else-if="item.orderType==2">
{{item.orderStatus|orderStatus2}}
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment