Commit 7ca55b90 authored by cellee's avatar cellee

文案更改

Signed-off-by: cellee's avatarcellee <893264950@qq.com>
parent 49dbf041
...@@ -405,7 +405,7 @@ const Account = (props: any) => { ...@@ -405,7 +405,7 @@ const Account = (props: any) => {
<div className="contop" style={{ padding: '12px 20px' }}> <div className="contop" style={{ padding: '12px 20px' }}>
<h3 className="capi"> <h3 className="capi">
<EditOutlined /> <EditOutlined />
&nbsp; Detail Account &nbsp;Account Detail
<div className="back"> <div className="back">
{user && user.currentUser.tosUserLevel !== 3 ? ( {user && user.currentUser.tosUserLevel !== 3 ? (
<Button type="primary" danger style={{ marginRight: 15 }} onClick={lockS}> <Button type="primary" danger style={{ marginRight: 15 }} onClick={lockS}>
......
...@@ -403,7 +403,7 @@ const Bookings = (props: any) => { ...@@ -403,7 +403,7 @@ const Bookings = (props: any) => {
</div> </div>
<div className={styles.box3item3}>Contact Details : </div> <div className={styles.box3item3}>Contact Details : </div>
<div className={styles.box3item4}> <div className={styles.box3item4}>
<Form.Item name="accountPhone" rules={BookingsTip[1]}> <Form.Item name="accountPhone">
<Input <Input
style={{ width: 200 }} style={{ width: 200 }}
placeholder="Contact Information" placeholder="Contact Information"
......
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