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