Jelajahi Sumber

修改管理端我的任务标题

yangjunhao 1 tahun lalu
induk
melakukan
f954e6c2da
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/views/task/index.vue

+ 1 - 1
src/views/task/index.vue

@@ -54,7 +54,7 @@
           {{ scope.row.acname }}
         </template>
       </el-table-column>
-      <el-table-column label="业务备注" align="center" prop="fromKeyword ">
+      <el-table-column label="标题" align="center" prop="fromKeyword ">
         <template slot-scope="scope">
           {{ scope.row.fromKeyword }}
         </template>