Commit 7fabeb3a authored by yuxingming's avatar yuxingming

fix: 【审核求购报价单-服务提供者】列表样式与UI不符

parent 5201fd09
......@@ -30,6 +30,7 @@
"@types/react-native-vector-icons": "^6.4.12",
"@ui-kitten/components": "^5.1.2",
"crypto-es": "^1.2.7",
"dayjs": "^1.11.7",
"eslint-plugin-prettier": "^4.2.1",
"expo-blur": "~8.2.0",
"expo-clipboard": "~1.0.1",
......
......@@ -10,6 +10,7 @@ import BaoIcon from '../../../../../assets/images/home_image/Bao.png';
import XunIcon from '../../../../../assets/images/home_image/Xun.png';
import { CheckOrderInnerStatusEnum } from '../../constants';
import useLocale from '../../../../hooks/useLocale';
import dayjs from 'dayjs';
const CheckOrderItem = props => {
const { data: item, haveFoot = true } = props;
......@@ -87,7 +88,7 @@ const CheckOrderItem = props => {
<View style={myStyle['box-bottome-title']}>
<Image style={myStyle['box-bottome-block']} source={BaoIcon} />
<Text style={myStyle['box-bottome-title-text']}>
{item?.name}
{`${item?.quoteName} 报价单`}
</Text>
</View>
<View style={myStyle['box-bottome-content']}>
......@@ -126,7 +127,7 @@ const CheckOrderItem = props => {
<View style={myStyle['box-bottome-title']}>
<Image style={myStyle['box-bottome-block']} source={XunIcon} />
<Text style={myStyle['box-bottome-title-text']}>
{item?.name}
{`${item?.name} 询价单`}
</Text>
</View>
</View>
......
......@@ -3010,6 +3010,11 @@ data-urls@^2.0.0:
whatwg-mimetype "^2.3.0"
whatwg-url "^8.0.0"
dayjs@^1.11.7:
version "1.11.7"
resolved "https://registry.npmmirror.com/dayjs/-/dayjs-1.11.7.tgz#4b296922642f70999544d1144a2c25730fce63e2"
integrity sha512-+Yw9U6YO5TQohxLcIkrXBeY73WP3ejHWVvx8XCk3gxvQDCTEmS48ZrSZCKciI7Bhl/uCMyxYtE9UqRILmFphkQ==
dayjs@^1.8.15, dayjs@^1.8.16:
version "1.11.7"
resolved "http://npm.shushangyun.com/dayjs/-/dayjs-1.11.7.tgz#4b296922642f70999544d1144a2c25730fce63e2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment