Browse Source

增加咨询师筛选

dev01 1 year ago
parent
commit
104bd58b8d
2 changed files with 13 additions and 1 deletions
  1. 12 0
      js/component/manageCenter/index/contacts/index.jsx
  2. 1 1
      package.json

+ 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": {