|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="app-content">
|
|
<view class="app-content">
|
|
|
<view style="padding:20upx 0 30upx 50upx;font-size:30upx;">
|
|
<view style="padding:20upx 0 30upx 50upx;font-size:30upx;">
|
|
|
- <text @click="changeStatus()">{{ status == -1 ? '选类型' : status == 0 ? '处理中' : status == 1 ? '已通过' : status == 2 ? '已驳回' : '已取消' }}</text>
|
|
|
|
|
|
|
+ <text @click="changeStatus()">{{ status == -1 ? '选花材类型' : status == 0 ? '处理中' : status == 1 ? '已通过' : status == 2 ? '已驳回' : '已取消' }}</text>
|
|
|
<text style="margin-left:50upx;" @click="changeClass()">选分类</text>
|
|
<text style="margin-left:50upx;" @click="changeClass()">选分类</text>
|
|
|
<text style="margin-left:50upx;" @click="changeCause()">{{ cause == -1 ? '选原因' : cause == 0 ? '质量问题' : '多开错开' }}</text>
|
|
<text style="margin-left:50upx;" @click="changeCause()">{{ cause == -1 ? '选原因' : cause == 0 ? '质量问题' : '多开错开' }}</text>
|
|
|
</view>
|
|
</view>
|