| | |
| | | </avue-crud> |
| | | |
| | | <el-dialog title="场所维护" append-to-body :visible.sync="roleBox" center> |
| | | <h3>基本信息:</h3> |
| | | <avue-form :option="optionDetail" v-model="placeForm"></avue-form> |
| | | |
| | | <h3>从业人员:</h3> |
| | | <avue-crud :option="placeOption" :search.sync="search" :table-loading="loading" :data="placeExt" ref="crud" |
| | | v-model="houseHoldForm" :permission="permissionList" @row-del="houseHoldRowDel" |
| | | @row-update="houseHoldRowUpdate" @row-save="houseHoldRowSave" :page.sync="holdPage" |
| | | @current-change="currentChange" @size-change="sizeChange"> |
| | | </avue-crud> |
| | | |
| | | <avue-form :option="optionDetail" v-model="placeForm"></avue-form> |
| | | |
| | | <span slot="footer" class="dialog-footer"> |
| | | <el-button @click="roleBox = false">取 消</el-button> |
| | | <el-button type="primary" @click="submitRole">确 定</el-button> |
| | | <el-button type="primary" @click="submitRole">提 交</el-button> |
| | | </span> |
| | | </el-dialog> |
| | | |