From 7d83f377e7f53e60b2486edbbcbe2c5b8bda25f8 Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期一, 19 十二月 2022 14:35:51 +0800
Subject: [PATCH] test push
---
pages/the-form-data/the-form-data.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages/the-form-data/the-form-data.vue b/pages/the-form-data/the-form-data.vue
index ab18625..6ae4c07 100644
--- a/pages/the-form-data/the-form-data.vue
+++ b/pages/the-form-data/the-form-data.vue
@@ -108,7 +108,7 @@
<view class="cardList-container">
<view class="cardList_item">
鏀惰揣浜猴細
- <text>{{ item.customerName }}</text>
+ <text>{{ item.customerAddressName }}</text>
</view>
<view class="cardList_item">
<view class="">
@@ -128,7 +128,7 @@
</view>
<view class="">
杩愯緭锛�
- <text>{{ item.trainType == 1 ? '璺繍' : '鍦伴攢' }}</text>
+ <text>{{ item.trainType == 1 ? '鍦伴攢' : '璺繍' }}</text>
</view>
</view>
<view class="cardList_item">
@@ -213,7 +213,7 @@
</script>
<style lang="scss" scoped>
-.the-form-data {
+::v-deep.the-form-data {
// 琛ㄥ崟
// .formData{
// width:91%;
--
Gitblit v1.9.1