Explorar el Código

fix: 服务记录文字修改

outaozhen hace 4 años
padre
commit
37ee252954

+ 1 - 1
src/pages/Customer/Business/components/BusinessDetail/LowerList.jsx

@@ -12,7 +12,7 @@ const LowerList = props => {
     <div>
       <div className="pl-15px">
         <Tabs>
-          <TabPane tab="服务记录" key="服务记录">
+          <TabPane tab="单位服务记录" key="单位服务记录">
             <div className="sheet-panel-record">
               <Row>
                 <Col span="8">类型/时间</Col>

+ 1 - 1
src/pages/Customer/Client/components/ClientDetail/LowerList.jsx

@@ -19,7 +19,7 @@ const ContanctLowerList = props => {
     <div>
       <div className="pl-4">
         <Tabs>
-          <TabPane tab="服务记录" key="服务记录">
+          <TabPane tab="客户服务记录" key="客户服务记录">
             <div className="sheet-panel-record">
               <Row>
                 <Col span="8">类型/时间</Col>