fix : 细节优化
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
type="date"
|
||||
placeholder="需求上报截止时间"
|
||||
value-format="YYYY-MM-DD"
|
||||
:disabled-date="disabledDate"
|
||||
/>
|
||||
</el-config-provider>
|
||||
</el-form-item>
|
||||
@@ -217,6 +218,9 @@ const tableConfig = reactive({
|
||||
}
|
||||
]
|
||||
})
|
||||
const disabledDate = (time) => {
|
||||
return time.getTime() < Date.now() - 8.64e7//不能选择之后的数据
|
||||
}
|
||||
const handleExpend = () => {
|
||||
showMoreCompany.value = !showMoreCompany.value;
|
||||
showExpendClass(showMoreCompany.value)
|
||||
|
||||
Reference in New Issue
Block a user