| | |
| | | getListUser() { |
| | | listUser().then((response) => { |
| | | this.userList = response.rows; |
| | | console.log(this.userList) |
| | | this.userList.forEach((element) => { |
| | | const userName = this.$store.state.user.name; |
| | | if (userName == element.userName) { |
| | |
| | | align="center" |
| | | prop="tjCustomerName" |
| | | fixed="left" |
| | | width="100px" |
| | | width="90px" |
| | | :show-overflow-tooltip="true" |
| | | /> |
| | | <el-table-column |
| | | label="身份证号" |
| | | align="center" |
| | | prop="tjCusIdCard" |
| | | fixed="left" |
| | | width="180px" |
| | | :show-overflow-tooltip="true" |
| | | /> |
| | | <el-table-column |
| | |
| | | @click="submitPrice" |
| | | :disabled="confirm" |
| | | style="margin-top: 34px" |
| | | >收费</el-button |
| | | >提交</el-button |
| | | > |
| | | </el-form-item> |
| | | </el-form> |
| | |
| | | @click="submitPrice1" |
| | | :disabled="confirm" |
| | | style="margin-top: 34px" |
| | | >收费</el-button |
| | | >提交</el-button |
| | | > |
| | | </el-form-item> |
| | | </el-form> |