| | |
| | | <el-input v-model="scope.row.workContent" placeholder="工作内容及目的"></el-input> |
| | | </div> |
| | | </el-table-column> |
| | | <el-table-column prop="weeklyMatter" label="需协助事项" width="120"> |
| | | <div class="item" slot-scope="scope"> |
| | | <el-input v-model="scope.row.weeklyMatter" placeholder="需协助事项"></el-input> |
| | | </div> |
| | | </el-table-column> |
| | | <el-table-column prop="addr" label="地址" width="180"> |
| | | <div class="item" slot-scope="scope"> |
| | | <el-input v-model="scope.row.addr" placeholder="地址"></el-input> |
| | | </div> |
| | | </el-table-column> |
| | | <el-table-column prop="weeklyMatter" label="需协助事项" width="120"> |
| | | <div class="item" slot-scope="scope"> |
| | | <el-input v-model="scope.row.weeklyMatter" placeholder="需协助事项"></el-input> |
| | | </div> |
| | | </el-table-column> |
| | | <el-table-column prop="memo" label="备注" width="120"> |
| | |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="周计划" :label-width="formLabelWidth"> |
| | | <el-button type="primary" @click="addWeekPlan">添加日计划</el-button> |
| | | <el-button type="primary" @click="addWeekPlan">添加日结果</el-button> |
| | | <el-table :data="weeklyFormDataReality" border style="width: 100%"> |
| | | <el-table-column fixed :data="addWeekPlanData" prop="weeklyDay" label="星期" width="150"> |
| | | </el-table-column> |
| | |
| | | </el-select> |
| | | </div> |
| | | </el-table-column> |
| | | <el-table-column prop="workContent" label="工作内容及目的" width="180"> |
| | | <el-table-column prop="workContent" label="结果" width="180"> |
| | | <div class="item" slot-scope="scope"> |
| | | <el-input v-model="scope.row.workContent" placeholder="工作内容及目的"></el-input> |
| | | <el-input v-model="scope.row.workContent" placeholder="结果"></el-input> |
| | | </div> |
| | | </el-table-column> |
| | | <el-table-column prop="weeklyMatter" label="需协助事项" width="120"> |
| | | <div class="item" slot-scope="scope"> |
| | | <el-input v-model="scope.row.weeklyMatter" placeholder="需协助事项"></el-input> |
| | | </div> |
| | | </el-table-column> |
| | | <!-- <el-table-column prop="weeklyMatter" label="需协助事项" width="120">--> |
| | | <!-- <div class="item" slot-scope="scope">--> |
| | | <!-- <el-input v-model="scope.row.weeklyMatter" placeholder="需协助事项"></el-input>--> |
| | | <!-- </div>--> |
| | | <!-- </el-table-column>--> |
| | | <el-table-column prop="addr" label="地址" width="180"> |
| | | <div class="item" slot-scope="scope"> |
| | | <el-input v-model="scope.row.addr" placeholder="地址"></el-input> |
| | |
| | | <el-table-column property="cstmrId$" label="甲方单位"></el-table-column> |
| | | <el-table-column property="dailyTime$" label="日期"></el-table-column> |
| | | <el-table-column width="180" property="workContent" label="结果"></el-table-column> |
| | | <el-table-column property="weeklyMatter" label="需协助事项"></el-table-column> |
| | | <!-- <el-table-column property="weeklyMatter" label="需协助事项"></el-table-column>--> |
| | | <el-table-column property="addr" label="地址"></el-table-column> |
| | | <el-table-column property="memo" label="备注"></el-table-column> |
| | | </el-table> |