| | |
| | | <template> |
| | | |
| | | <div> |
| | | <el-dialog title="" append-to-body :visible.sync="dialogVisiblesUser" width="80%" :before-close="userHandleClose"> |
| | | <avue-crud ref="DataUser" :option="userOption" :data="dataUser" v-model="dataUser" :page="pageUser" |
| | |
| | | calcHeight: 54, |
| | | dialogWidth: 950, |
| | | tip: false, |
| | | border: false, |
| | | border: true, |
| | | //stripe:true, |
| | | index: true, |
| | | editBtn: false, |
| | |
| | | delBtn: false, |
| | | excelBtn: true, |
| | | dialogClickModal: false, |
| | | header: false, |
| | | column: [{ |
| | | label: '姓名', |
| | | prop: 'name', |
| | |
| | | this.pageUser.total = data.total |
| | | this.dataUser = data.records |
| | | this.dataUser.forEach(item => { |
| | | if (item.avatar.length > 0) { |
| | | if (item.avatar) { |
| | | item.avatar = website.minioUrl + item.avatar |
| | | console.log("=avatar====>", item.avatar) |
| | | } |
| | | if (item.signaturePath && item.signaturePath.length > 0) { |
| | | item.signaturePath = website.minioUrl + item.signaturePath |