Kaynağa Gözat

增加咨询师筛选

dev01 1 yıl önce
ebeveyn
işleme
104bd58b8d

+ 12 - 0
js/component/manageCenter/index/contacts/index.jsx

@@ -407,6 +407,18 @@ class Content extends Component {
                 });
               }}
             />
+            <Input
+              placeholder={"请输入咨询师名称"}
+              style={{ width: 180 }}
+              value={searchInfor.consultantName}
+              onChange={(e) => {
+                this.setState({
+                  searchInfor: Object.assign(searchInfor, {
+                    consultantName: e.target.value,
+                  }),
+                });
+              }}
+            />
             <Button
               type="primary"
               onClick={() => {

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "afanti",
-  "version": "1.0.00",
+  "version": "1.0.01",
   "description": "",
   "main": "index.js",
   "scripts": {