ith5 5 сар өмнө
parent
commit
de92a8560f

+ 2 - 2
src/views/v1/material/cost/index.vue

@@ -156,8 +156,8 @@ const options = reactive({
 const columns = reactive([
   { title: '素材ID', dataIndex: 'material_id', width: 120 },
   { title: '素材名称', dataIndex: 'material_name', width: 290 },
-  { title: '作者', dataIndex: 'author_id', width: 120 },
-  { title: '投手', dataIndex: 'auth_id', width: 120 },
+  { title: '作者', dataIndex: 'author_name', width: 120 },
+  { title: '投手', dataIndex: 'auth_name', width: 120 },
   { title: '消耗', dataIndex: 'cost', width: 120 },
   { title: '展示数', dataIndex: 'ad_show', width: 120 },
   { title: '点击数', dataIndex: 'click', width: 120 },