Commit 2bb120c3 authored by chenshouchao's avatar chenshouchao

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

parent c7f631b9
......@@ -387,13 +387,11 @@ const BaseInfo = observer(() => {
required
error={budgetCheck.error}
disabled={currentUserName !== projectInfo.tenantUser}
// id="projectBudget"
variant="outlined"
value={projectInfo.projectBudget}
placeholder={projectInfo.projectBudget}
onChange={budgetChange}
onBlur={budgetBlur}
helperText={budgetCheck.help}
// size="small"
style={{ width: "560px" }}
InputProps={{
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