2025/07/28 打回原因显示

dev-2.0
zhaohongyu 2025-07-28 12:52:28 +08:00
parent 9c42d4c8df
commit de28a2d94c
1 changed files with 7 additions and 2 deletions

View File

@ -40,7 +40,7 @@
<view slot="label" class="mt-10">{{ info.QY_AUDIT_DATE }}</view>
</u-cell>
<u-cell>
<view slot="title" class="title">企业审核备注</view>
<view slot="title" class="title">打回原因</view>
<view slot="label" class="mt-10">{{ info.QY_REMARK }}</view>
</u-cell>
</template>
@ -90,7 +90,12 @@ export default {
0: "全部",
1: "东港区",
2: "西港区",
}
},
IS_AUDIT_LIST: {
1: "待审核",
2: "审核通过",
3: "审核驳回",
},
}
},
onLoad() {