新增:并入shop、cms、oa三大模块代码
This commit is contained in:
@@ -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: '可设置范围',
|
||||
|
||||
Reference in New Issue
Block a user