|
@@ -26,6 +26,9 @@
|
|
<template #pictureField-column-value="{scope}">
|
|
<template #pictureField-column-value="{scope}">
|
|
{{DictionaryStore.trueFalseMap.get(String(scope.row.pictureField))}}
|
|
{{DictionaryStore.trueFalseMap.get(String(scope.row.pictureField))}}
|
|
</template>
|
|
</template>
|
|
|
|
+ <template #fieldIdKey-column-value="{scope}">
|
|
|
|
+ {{DictionaryStore.trueFalseMap.get(String(scope.row.fieldIdKey))}}
|
|
|
|
+ </template>
|
|
<template #do-column-value="{scope}">
|
|
<template #do-column-value="{scope}">
|
|
<CusButton type="table-edit" @click="onEdit(scope.row)"/>
|
|
<CusButton type="table-edit" @click="onEdit(scope.row)"/>
|
|
<CusButton type="table-del" @click="onDel(scope.row)"/>
|
|
<CusButton type="table-del" @click="onDel(scope.row)"/>
|
|
@@ -66,6 +69,7 @@ const state: any = reactive({
|
|
{value: "searchShow", label: "搜索展示", minWidth: 100},
|
|
{value: "searchShow", label: "搜索展示", minWidth: 100},
|
|
{value: "labelLength", label: "列占用数", minWidth: 100},
|
|
{value: "labelLength", label: "列占用数", minWidth: 100},
|
|
{value: "pictureField", label: "图片", minWidth: 100},
|
|
{value: "pictureField", label: "图片", minWidth: 100},
|
|
|
|
+ {value: "fieldIdKey", label: "主键", minWidth: 100},
|
|
{value: "createTime", label: "创建时间", width: 200},
|
|
{value: "createTime", label: "创建时间", width: 200},
|
|
{value: "updateTime", label: "最后更新时间", width: 200},
|
|
{value: "updateTime", label: "最后更新时间", width: 200},
|
|
{value: "remark", label: "备注"},
|
|
{value: "remark", label: "备注"},
|