Browse Source

操作栏显示异常问题

yjwang 1 week ago
parent
commit
7994b30fbe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/hisStore/store/index.vue

+ 1 - 1
src/views/hisStore/store/index.vue

@@ -186,7 +186,7 @@
       <el-table-column label="累计金额" align="center" prop="totalMoney" />
       <el-table-column label="登录帐号" align="center" prop="account" width="150px" />
       <el-table-column label="创建时间" align="center" prop="createTime"  width="150px"/>
-      <el-table-column label="操作" align="center" class-name="small-padding fixed-width" fixed="right" width="150px">
+      <el-table-column label="操作" align="center" class-name="small-padding fixed-width" fixed="right" width="300px">
         <template slot-scope="scope">
           <el-button
             size="mini"