Commit 2bb120c3 authored by chenshouchao's avatar chenshouchao

feat: 基础信息中项目预算的初始值用placeholder展示

parent c7f631b9
...@@ -387,13 +387,11 @@ const BaseInfo = observer(() => { ...@@ -387,13 +387,11 @@ const BaseInfo = observer(() => {
required required
error={budgetCheck.error} error={budgetCheck.error}
disabled={currentUserName !== projectInfo.tenantUser} disabled={currentUserName !== projectInfo.tenantUser}
// id="projectBudget"
variant="outlined" variant="outlined"
value={projectInfo.projectBudget} placeholder={projectInfo.projectBudget}
onChange={budgetChange} onChange={budgetChange}
onBlur={budgetBlur} onBlur={budgetBlur}
helperText={budgetCheck.help} helperText={budgetCheck.help}
// size="small"
style={{ width: "560px" }} style={{ width: "560px" }}
InputProps={{ InputProps={{
startAdornment: ( startAdornment: (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment