新增:并入shop、cms、oa三大模块代码

This commit is contained in:
2024-09-13 00:10:29 +08:00
parent 0068553e35
commit ea5a48fa29
424 changed files with 64497 additions and 67 deletions

View File

@@ -37,6 +37,10 @@
<a-image v-if="record.type === 1" :src="record.value" :width="120" />
<div v-else>{{ record.value }}</div>
</template>
<template v-if="column.key === 'defaultValue'">
<a-image v-if="record.type === 1" :src="record.value" :width="120" />
<div v-else>{{ record.value }}</div>
</template>
<template v-if="column.key === 'comments'">
<a-popover>
<template #content>
@@ -109,7 +113,8 @@
title: '默认值',
width: 120,
align: 'center',
dataIndex: 'defaultValue'
dataIndex: 'defaultValue',
key: 'defaultValue'
},
{
title: '可设置范围',