2025/07/28 打回原因显示
parent
9c42d4c8df
commit
de28a2d94c
|
@ -40,7 +40,7 @@
|
||||||
<view slot="label" class="mt-10">{{ info.QY_AUDIT_DATE }}</view>
|
<view slot="label" class="mt-10">{{ info.QY_AUDIT_DATE }}</view>
|
||||||
</u-cell>
|
</u-cell>
|
||||||
<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>
|
<view slot="label" class="mt-10">{{ info.QY_REMARK }}</view>
|
||||||
</u-cell>
|
</u-cell>
|
||||||
</template>
|
</template>
|
||||||
|
@ -90,7 +90,12 @@ export default {
|
||||||
0: "全部",
|
0: "全部",
|
||||||
1: "东港区",
|
1: "东港区",
|
||||||
2: "西港区",
|
2: "西港区",
|
||||||
}
|
},
|
||||||
|
IS_AUDIT_LIST: {
|
||||||
|
1: "待审核",
|
||||||
|
2: "审核通过",
|
||||||
|
3: "审核驳回",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
|
|
Loading…
Reference in New Issue