瀏覽代碼

增加咨询师筛选

dev01 1 年之前
父節點
當前提交
104bd58b8d
共有 2 個文件被更改,包括 13 次插入1 次删除
  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": {