Commit cc42ae87 by 黄森林

页面优化

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