Commit c6ad3e25 authored by Zhang Xiaojie's avatar Zhang Xiaojie

fix:新增改为操作

parent 8b1da259
......@@ -9,7 +9,7 @@
:pagination="false"
@change="handleChange"
>
<template #created_at="text">
<template #update_at="text">
{{ text | formatDate }}
</template>
<span slot="name" slot-scope="text">
......
......@@ -3,8 +3,8 @@ const columns:Array<column>=[
{
title: '操作时间',
align:'center',
dataIndex: 'created_at',
scopedSlots: { customRender: 'created_at' },
dataIndex: 'update_at',
scopedSlots: { customRender: 'update_at' },
},
{
title: '活动标题',
......
......@@ -2,8 +2,8 @@ export default [
{
title: '操作时间',
align: 'center',
dataIndex: 'created_at',
scopedSlots: { customRender: 'created_at' },
dataIndex: 'update_at',
scopedSlots: { customRender: 'update_at' },
},
{
title: '产品名称',
......
......@@ -8,7 +8,7 @@
style="width: 150px; margin-right: 10px"
/>
<!-- timepicker -->
<span class="font-semibold">新增时间:</span>
<span class="font-semibold">操作时间:</span>
<timerange
class="mr-3"
:startTime="searchPageReqParams.startTime"
......@@ -32,7 +32,7 @@
:loading="tableLoading"
:pagination="false"
>
<template #created_at="text">
<template #update_at="text">
{{ text | formatDate }}
</template>
<template #activity_status="text">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment