Commit cc42ae87 by 黄森林

页面优化

parent 76cb8253
...@@ -66,17 +66,17 @@ ...@@ -66,17 +66,17 @@
<p style="white-space: pre-line;">{{text}}</p> <p style="white-space: pre-line;">{{text}}</p>
</template> </template>
<template slot="productState" slot-scope="text"> <template slot="productState" slot-scope="text">
<p v-if="text=='1'">待提交</p> <span v-if="text=='1'">待提交</span>
<p v-if="text=='4'">归档</p> <span v-if="text=='4'">归档</span>
<p v-if="text=='5'">作废</p> <span v-if="text=='5'">作废</span>
<p v-if="text=='6'">待配送</p> <span v-if="text=='6'">待配送</span>
<p v-if="text=='7'">物流配送中</p> <span v-if="text=='7'">物流配送中</span>
<p v-if="text=='8'">配送成功</p> <span v-if="text=='8'">配送成功</span>
<p v-if="text=='3'">受理成功</p> <span v-if="text=='3'">受理成功</span>
<p v-if="text=='9'">已收费</p> <span v-if="text=='9'">已收费</span>
<p v-if="text=='10'">受理异常</p> <span v-if="text=='10'">受理异常</span>
<p v-if="text=='2'">待受理</p> <span v-if="text=='2'">待受理</span>
<p v-if="text=='100'">未支付</p> <span v-if="text=='100'">未支付</span>
</template> </template>
<template slot="operation" slot-scope="text, record"> <template slot="operation" slot-scope="text, record">
<span> <span>
......
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
<p style="white-space: pre-line;">{{text}}</p> <p style="white-space: pre-line;">{{text}}</p>
</template> </template>
<template slot="productState" slot-scope="text"> <template slot="productState" slot-scope="text">
<p v-if="text=='0'">正常</p> <span v-if="text=='0'">正常</span>
<p v-else>下架</p> <span v-else>下架</span>
</template> </template>
<template slot="operation" slot-scope="text, record"> <template slot="operation" slot-scope="text, record">
<span> <span>
......
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