瀏覽代碼

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"