소스 검색

reactor:修复语音助手分类筛选BUG;外部市民新增删除和修改;

zhangchong 6 달 전
부모
커밋
08683fca3d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/todo/seats/accept/History.vue

+ 1 - 1
src/views/todo/seats/accept/History.vue

@@ -31,7 +31,7 @@
         <order-detail :order="row" @updateList="searchHistory">{{ row.title }}</order-detail>
       </template>
     </el-table-column>
-		<el-table-column prop="statusText" label="状态" width="100" fixed="right" align="center"></el-table-column>
+		<el-table-column prop="statusText" label="状态" width="100" align="center"></el-table-column>
 	</el-table>
   <pagination
     @pagination="searchHistory"