|
|
@ -54,11 +54,11 @@
|
|
|
|
<view class="bottom-bar">
|
|
|
|
<view class="bottom-bar">
|
|
|
|
<u-row class="button-bar">
|
|
|
|
<u-row class="button-bar">
|
|
|
|
<!-- 确定 -->
|
|
|
|
<!-- 确定 -->
|
|
|
|
<u-col :span="6">
|
|
|
|
<!-- <u-col :span="6">
|
|
|
|
<u-button type="primary">{{ $t('message.workArea_Confirm') }}</u-button>
|
|
|
|
<u-button type="primary">{{ $t('message.workArea_Confirm') }}</u-button>
|
|
|
|
</u-col>
|
|
|
|
</u-col> -->
|
|
|
|
<!-- 返回 -->
|
|
|
|
<!-- 返回 -->
|
|
|
|
<u-col :span="6">
|
|
|
|
<u-col :span="12">
|
|
|
|
<u-button type="error" @click="uni.navigateBack({})">{{ $t('message.po_Return') }}</u-button>
|
|
|
|
<u-button type="error" @click="uni.navigateBack({})">{{ $t('message.po_Return') }}</u-button>
|
|
|
|
</u-col>
|
|
|
|
</u-col>
|
|
|
|
</u-row>
|
|
|
|
</u-row>
|
|
|
|