| @@ -5,7 +5,7 @@ | |||
| <link rel="icon" type="image/svg+xml" href="/logo_1.jpg" /> | |||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |||
| <title>菊城人才市场后台管理</title> | |||
| <script type="module" crossorigin src="/assets/index-zcT4qZvA.js"></script> | |||
| <script type="module" crossorigin src="/assets/index-54-pU8sB.js"></script> | |||
| <link rel="stylesheet" crossorigin href="/assets/index-LsV7U6wr.css"> | |||
| </head> | |||
| <body> | |||
| @@ -1,6 +1,6 @@ | |||
| export const cols = <ColType.type[]>[ | |||
| { | |||
| title: '备注', | |||
| title: '配置名称', | |||
| dataIndex: 'remark' | |||
| }, | |||
| { | |||
| @@ -8,7 +8,7 @@ export const cols = <ColType.type[]>[ | |||
| dataIndex: 'value' | |||
| }, | |||
| { | |||
| title: '配置名', | |||
| title: '配置Code', | |||
| dataIndex: 'name' | |||
| }, | |||
| { | |||