From 3ee93c5ef0d28b6008da5be6be0c39ad5a29b2e6 Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Sun, 15 Sep 2024 11:01:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../childView/growingThroughLife/growingThroughLifeList.vue | 2 +- .../childView/growingThroughLife/growingThroughLifeTask.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/childView/growingThroughLife/growingThroughLifeList.vue b/src/views/childView/growingThroughLife/growingThroughLifeList.vue index 8bad00b..13e256f 100644 --- a/src/views/childView/growingThroughLife/growingThroughLifeList.vue +++ b/src/views/childView/growingThroughLife/growingThroughLifeList.vue @@ -60,7 +60,7 @@ export default defineComponent({ let tableLoading = ref(false) let columns = reactive([ { title: 'Sales Name', align:'center', ellipsis: true, dataIndex: 'salesmanName', key: 'salesmanName' }, - { title: 'Target Value', align:'center', ellipsis: true, dataIndex: 'incentiveNum', key: 'incentiveNum'}, + { title: 'Star Value', align:'center', ellipsis: true, dataIndex: 'incentiveNum', key: 'incentiveNum'}, // { title: 'Add Time', align:'center', ellipsis: true, dataIndex: 'createDate', key: 'createDate',customRender:(record:any)=>{ // let time = formatTime(record.text / 1000, 'YYYY-MM-DD hh:mm:ss') // return time }, diff --git a/src/views/childView/growingThroughLife/growingThroughLifeTask.vue b/src/views/childView/growingThroughLife/growingThroughLifeTask.vue index 9d2c9f4..cbf62c9 100644 --- a/src/views/childView/growingThroughLife/growingThroughLifeTask.vue +++ b/src/views/childView/growingThroughLife/growingThroughLifeTask.vue @@ -160,7 +160,7 @@ export default defineComponent({ ]) let columns = reactive([ { title: 'Task Name', align:'center', ellipsis: true, dataIndex: 'taskName', key: 'taskName' }, - { title: 'Target Value', align:'center', ellipsis: true, dataIndex: 'targetValue', key: 'targetValue' }, + { title: 'Star Value', align:'center', ellipsis: true, dataIndex: 'targetValue', key: 'targetValue' }, // { title: 'Task Product Counts', align:'center', ellipsis: true, dataIndex: 'counts', key: 'counts' }, { title: 'Add Time', align:'center', ellipsis: true, dataIndex: 'createTime', key: 'createTime',customRender:(record:any)=>{ // let time = formatTime(record.text / 1000, 'YYYY-MM-DD hh:mm:ss')