Commit 497a6947248a00dc9ff23d181f408b119aa9e2c5

Authored by 黄 x
1 parent e3467ebc

fix(front): 提交合并漏掉的detailColumns

... ... @@ -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 +];
... ...