| | |
| | | width="200" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <span>{{ parseTime(scope.row.createTime) }}</span> |
| | | <span>{{ formatTime(scope.row.createTime) }}</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="联系电话" prop="phone"> |
| | | <el-form-item label="联系电话" prop="telcode"> |
| | | <el-input |
| | | v-model="form.phone" |
| | | v-model="form.telcode" |
| | | placeholder="请输入联系电话" |
| | | maxlength="11" |
| | | /> |
| | |
| | | methods: { |
| | | /** 查询部门列表 */ |
| | | getList() { |
| | | console.log(this.deptList); |
| | | |
| | | this.loading = true; |
| | | listDept(this.queryParams).then((response) => { |
| | | this.deptList = this.handleTree(response.data, "deptId"); |