|
@@ -81,7 +81,7 @@ const toSearch = (query) => {
|
|
|
// #region 表格及操作
|
|
|
// NeedChange
|
|
|
let fields: Ref<any[]> = ref([
|
|
|
- { label: 'openid', model: 'openid', isSearch: true },
|
|
|
+ { label: 'openid', model: 'openid' },
|
|
|
{ label: '昵称', model: 'nick_name', isSearch: true }
|
|
|
]);
|
|
|
// 操作
|