Showing
1 changed file
with
17 additions
and
0 deletions
@@ -221,3 +221,20 @@ export const searchFormSchema: FormSchema[] = [ | @@ -221,3 +221,20 @@ export const searchFormSchema: FormSchema[] = [ | ||
221 | }, | 221 | }, |
222 | }, | 222 | }, |
223 | ]; | 223 | ]; |
224 | +export const detailColumns: BasicColumn[] = [ | ||
225 | + { | ||
226 | + title: '接收者', | ||
227 | + dataIndex: 'title2', | ||
228 | + width: 200, | ||
229 | + }, | ||
230 | + { | ||
231 | + title: '阅读状态', | ||
232 | + dataIndex: 'title3', | ||
233 | + width: 200, | ||
234 | + }, | ||
235 | + { | ||
236 | + title: '阅读时间', | ||
237 | + dataIndex: 'title1', | ||
238 | + width: 200, | ||
239 | + }, | ||
240 | +]; |