|
@@ -14,6 +14,7 @@ module.exports = {
|
|
"remark",
|
|
"remark",
|
|
"juris",
|
|
"juris",
|
|
"create_time",
|
|
"create_time",
|
|
|
|
+ "is_expert",
|
|
],
|
|
],
|
|
},
|
|
},
|
|
destroy: {
|
|
destroy: {
|
|
@@ -35,6 +36,7 @@ module.exports = {
|
|
"remark",
|
|
"remark",
|
|
"juris",
|
|
"juris",
|
|
"create_time",
|
|
"create_time",
|
|
|
|
+ "is_expert",
|
|
],
|
|
],
|
|
},
|
|
},
|
|
show: {
|
|
show: {
|
|
@@ -48,7 +50,7 @@ module.exports = {
|
|
query: {
|
|
query: {
|
|
phone: "phone",
|
|
phone: "phone",
|
|
code: "code",
|
|
code: "code",
|
|
- juris:"juris",
|
|
|
|
|
|
+ juris: "juris",
|
|
status: "status",
|
|
status: "status",
|
|
profession: "profession",
|
|
profession: "profession",
|
|
"create_time@start": "create_time@start",
|
|
"create_time@start": "create_time@start",
|