| | |
| | | </view> |
| | | <!-- 操作按钮 --> |
| | | <view class="action-buttons"> |
| | | <van-button |
| | | <u-button |
| | | type="primary" |
| | | size="small" |
| | | class="action-btn" |
| | | :disabled="item.registrant !== userStore.nickName" |
| | | @click="openForm(item)" |
| | | > |
| | | 编辑付款 |
| | | </van-button> |
| | | </u-button> |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | import { ref, computed } from 'vue'; |
| | | import { onShow } from '@dcloudio/uni-app'; |
| | | import {paymentHistoryListPage} from "@/api/procurementManagement/paymentEntry"; |
| | | import useUserStore from "@/store/modules/user"; |
| | | const userStore = useUserStore() |
| | | |
| | | // 搜索表单 |
| | | const searchForm = ref({ |