| | |
| | | <template> |
| | | <div class="app-container"> |
| | | <div class="app-container" id="printable-content"> |
| | | <!-- 回到顶部--> |
| | | <el-backtop :bottom="150" :right="30"> |
| | | <el-button type="primary" circle |
| | |
| | | </el-button> |
| | | </div> |
| | | </h1> |
| | | <!-- <el-row :gutter="10" class="mb8"> |
| | | |
| | | <el-col :span="1.5"> |
| | | <el-button |
| | | type="warning" |
| | | plain |
| | | icon="el-icon-download" |
| | | size="mini" |
| | | @click="handleExport" |
| | | v-hasPermi="['family:note:export']" |
| | | >导出</el-button> |
| | | </el-col> |
| | | |
| | | </el-row> --> |
| | | <el-divider /> |
| | | |
| | | |
| | |
| | | </div> |
| | | |
| | | |
| | | <div style="padding-left:100px;padding-top:40px" > |
| | | <div style="padding-left:400px;padding-top:30px" > |
| | | <el-container > |
| | | |
| | | |
| | | <el-row > |
| | | <el-button |
| | | type="primary" |
| | | @click="handleEdit()" |
| | | v-if="isShow" |
| | | v-hasPermi="['system:role:edit']" |
| | | >编辑</el-button> |
| | | <el-button v-if="isShow_2" type="primary" @click="submitForm" :disabled="dsb">完成</el-button> |
| | | <br> |
| | | <el-row :gutter="10" class="mb8"> |
| | | <el-col > |
| | | <el-button |
| | | plain |
| | | @click="handleEdit()" |
| | | style="width: 80px;height: 32px;background: #E0EEFE;" |
| | | v-if="isShow" |
| | | v-hasPermi="['system:role:edit']" |
| | | >编辑</el-button> |
| | | <el-button v-if="isShow_2" style="width: 80px;height: 32px;background: #E0EEFE;" @click="submitForm" :disabled="dsb">完成</el-button> |
| | | <br> |
| | | |
| | | </el-col> |
| | | |
| | | <el-col style="padding-top: 10px;"> |
| | | <el-button |
| | | plain |
| | | style="width: 80px;height: 32px;background: #D2F3E0;" |
| | | @click="handleExport" |
| | | v-hasPermi="['family:note:export']" |
| | | >导出</el-button></el-col> |
| | | |
| | | <el-col style="padding-top: 10px;"> |
| | | <el-button |
| | | plain |
| | | style="width: 80px;height: 32px;background: #FFDDE3;" |
| | | v-print="'#printable-content'" |
| | | v-hasPermi="['family:note:export']" |
| | | >打印</el-button></el-col> |
| | | |
| | | |
| | | </el-row> |
| | | |
| | |
| | | |
| | | |
| | | }, |
| | | form:{ |
| | | bloodClass:'', |
| | | }, |
| | | |
| | | // 菜单列表 |
| | | menuOptions: [], |
| | | // 部门列表 |