Skip to content

Commit ad52418

Browse files
author
piexlMax(奇淼
committed
feat: 优化前端页面展示
1 parent 08ae441 commit ad52418

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

web/src/view/superAdmin/dictionary/sysDictionaryDetail.vue

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,19 @@
3838
>
3939
<el-table-column type="selection" width="55" />
4040

41-
<el-table-column align="left" label="展示值" prop="label" min-width="240"/>
41+
<el-table-column align="left" label="展示值" prop="label" min-width="100"/>
4242

4343
<el-table-column align="left" label="字典值" prop="value" />
4444

4545
<el-table-column align="left" label="扩展值" prop="extend" />
4646

47-
<el-table-column align="left" label="日期" width="180">
48-
<template #default="scope">
49-
{{ formatDate(scope.row.CreatedAt) }}
50-
</template>
51-
</el-table-column>
52-
5347
<el-table-column align="left" label="层级" prop="level" width="80" />
5448

5549
<el-table-column
5650
align="left"
5751
label="启用状态"
5852
prop="status"
59-
width="120"
53+
width="100"
6054
>
6155
<template #default="scope">
6256
{{ formatBoolean(scope.row.status) }}
@@ -67,13 +61,14 @@
6761
align="left"
6862
label="排序标记"
6963
prop="sort"
70-
width="120"
64+
width="100"
7165
/>
7266

7367
<el-table-column
7468
align="left"
7569
label="操作"
7670
:min-width="appStore.operateMinWith"
71+
fixed="right"
7772
>
7873
<template #default="scope">
7974
<el-button

0 commit comments

Comments
 (0)