File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
web/src/view/superAdmin/dictionary Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 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) }}
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
You can’t perform that action at this time.
0 commit comments