|
@@ -228,10 +228,10 @@ const Table = useTable({
|
|
|
{ label: "名称", prop: "name", align: "left", minWidth: 200 },
|
|
|
{ label: "ID", prop: "id", minWidth: 120 },
|
|
|
{ label: "值", prop: "value", minWidth: 200, showOverflowTooltip: true },
|
|
|
- { label: "备注", prop: "remark", showOverflowTooltip: true, minWidth: 160 },
|
|
|
+ { label: "备注", prop: "remark", showOverflowTooltip: true, minWidth: 170 },
|
|
|
{ label: "排序", prop: "orderNum", sortable: "desc", width: 100, fixed: "right" },
|
|
|
- { label: "创建时间", prop: "createTime", sortable: "custom", minWidth: 160 },
|
|
|
- { label: "更新时间", prop: "updateTime", sortable: "custom", minWidth: 160 },
|
|
|
+ { label: "创建时间", prop: "createTime", sortable: "custom", minWidth: 170 },
|
|
|
+ { label: "更新时间", prop: "updateTime", sortable: "custom", minWidth: 170 },
|
|
|
{
|
|
|
type: "op",
|
|
|
width: 250,
|