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')