Sign in
canrd-outside
/
order-erp-front
·
Commits
GitLab
Go to group
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
1
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
31d44ad3728436440c6993493cd9b4d405cdcf7e
Authored by
Peng Peidong
2023-05-30 10:13:53 +0800
Committed by
GitHub
2023-05-30 10:13:53 +0800
1 parent
f810a089
fix(api/demo): fix typo (#2808)
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/api/demo/model/optionsModel.ts
src/api/demo/model/optionsModel.ts
View file @
31d44ad
1
1
import { BasicFetchResult } from '/@/api/model/baseModel';
2
2
3
3
export interface DemoOptionsItem {
4
- label: string;
5
- value: string;
4
+ name: string;
5
+ id: string;
6
6
}
7
7
8
8
export interface selectParams {
...
...