Browse Source

设备管理

XMLWAN 4 years ago
parent
commit
e082e438d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/management/components/UserForm.vue

+ 1 - 1
src/xt_pages/management/components/UserForm.vue View File

191
         <el-table-column label="签名" align="center" min-width="110px">
191
         <el-table-column label="签名" align="center" min-width="110px">
192
           <template slot-scope="scope">{{ scope.row.user_name }}</template>
192
           <template slot-scope="scope">{{ scope.row.user_name }}</template>
193
         </el-table-column>
193
         </el-table-column>
194
-        <el-table-column label="操作" align="center" min-width="150px">
194
+        <el-table-column label="操作" align="center" fixed="right" min-width="150px">
195
           <template slot-scope="scope">
195
           <template slot-scope="scope">
196
             <el-tooltip
196
             <el-tooltip
197
               class="item"
197
               class="item"