소스 검색

1. 调整文字

MONSTER-ygh 5 달 전
부모
커밋
60ae9137d4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/otaMr/meituan/dialog/dataEdit.vue

+ 1 - 1
src/views/otaMr/meituan/dialog/dataEdit.vue

@@ -69,7 +69,7 @@
         </el-table-column>
         <el-table-column label="开始时间" align="center" prop="timeStart" />
         <el-table-column label="结束时间" align="center" prop="timeEnd" />
-        <el-table-column label="抖音排期状态" align="center" prop="status">
+        <el-table-column label="美团排期状态" align="center" prop="status">
           <template slot-scope="scope">
             <dict-tag :options="dict.type.tiktok_scheduling_status" :value="scope.row.status"/>
           </template>