Update the Project List component column names:
1.Change 'Planned' to 'Completed/Planned' 2.Change 'Completed' to 'Today's Planned
This commit is contained in:
parent
27cf6f2703
commit
21b2feb13f
@ -335,7 +335,7 @@ const EditActivityModal = ({
|
|||||||
{/* {ISselectedActivity && ( */}
|
{/* {ISselectedActivity && ( */}
|
||||||
<div className="col-5 col-md-5">
|
<div className="col-5 col-md-5">
|
||||||
<label className="form-label" htmlFor="plannedWork">
|
<label className="form-label" htmlFor="plannedWork">
|
||||||
Completed/Planned
|
Planned Work
|
||||||
</label>
|
</label>
|
||||||
<input
|
<input
|
||||||
{...register("plannedWork", { valueAsNumber: true })}
|
{...register("plannedWork", { valueAsNumber: true })}
|
||||||
@ -354,7 +354,7 @@ const EditActivityModal = ({
|
|||||||
{/* {ISselectedActivity && ( */}
|
{/* {ISselectedActivity && ( */}
|
||||||
<div className="col-5 col-md-5">
|
<div className="col-5 col-md-5">
|
||||||
<label className="form-label" htmlFor="completedWork">
|
<label className="form-label" htmlFor="completedWork">
|
||||||
Today`s Planned
|
Completed Work
|
||||||
</label>
|
</label>
|
||||||
<input
|
<input
|
||||||
{...register("completedWork", { valueAsNumber: true })}
|
{...register("completedWork", { valueAsNumber: true })}
|
||||||
|
@ -184,10 +184,10 @@ const WorkArea = ({ workArea, floor, forBuilding }) => {
|
|||||||
Category
|
Category
|
||||||
</th>
|
</th>
|
||||||
<th className="infra-activity-table-header d-none d-md-table-cell">
|
<th className="infra-activity-table-header d-none d-md-table-cell">
|
||||||
Planned
|
Completed/Planned
|
||||||
</th>
|
</th>
|
||||||
<th className="infra-activity-table-header d-none d-md-table-cell">
|
<th className="infra-activity-table-header d-none d-md-table-cell">
|
||||||
Completed
|
Today's Planned
|
||||||
</th>
|
</th>
|
||||||
<th className="infra-activity-table-header">
|
<th className="infra-activity-table-header">
|
||||||
Progress
|
Progress
|
||||||
|
Loading…
x
Reference in New Issue
Block a user