|  |  | 
 |  |  |           <span>{{ parseTime(scope.row.createTime) }}</span> | 
 |  |  |         </template> | 
 |  |  |       </el-table-column> | 
 |  |  |       <el-table-column label="操作" align="center" class-name="small-padding fixed-width"> | 
 |  |  |       <el-table-column label="操作" fixed="right" width="180" align="center" class-name="small-padding fixed-width"> | 
 |  |  |         <template slot-scope="scope"> | 
 |  |  |           <el-button  | 
 |  |  |           <el-button | 
 |  |  |             size="mini" | 
 |  |  |             type="text" | 
 |  |  |             icon="el-icon-edit" | 
 |  |  | 
 |  |  |     </el-table> | 
 |  |  |  | 
 |  |  |     <!-- 添加或修改菜单对话框 --> | 
 |  |  |     <el-dialog :title="title" :visible.sync="open" width="680px" append-to-body> | 
 |  |  |     <Dialog :title="title" :visible.sync="open" width="680px" append-to-body> | 
 |  |  |       <el-form ref="form" :model="form" :rules="rules" label-width="100px"> | 
 |  |  |         <el-row> | 
 |  |  |           <el-col :span="24"> | 
 |  |  | 
 |  |  |         <el-button type="primary" @click="submitForm">确 定</el-button> | 
 |  |  |         <el-button @click="cancel">取 消</el-button> | 
 |  |  |       </div> | 
 |  |  |     </el-dialog> | 
 |  |  |     </Dialog> | 
 |  |  |   </div> | 
 |  |  | </template> | 
 |  |  |  |