| | |
| | | {type: 'numbers'} |
| | | // ,{field: 'weeklyDay$', align: 'center',title: '星期'} |
| | | ,{field: 'dailyTime$',width : 120, align: 'center',title: '日期'} |
| | | ,{field: 'workContent', align: 'center', title: '结果', edit:false} |
| | | ,{field: 'workContent', align: 'center', title: '结果说明', edit:false} |
| | | // ,{field: 'workPurpose', title: '工作目的', edit:false} |
| | | // ,{field: 'comment', title: '评论', edit:false} |
| | | ,{field: 'weeklyMatter', title: '需协助事项', edit:false} |
| | | // ,{field: 'weeklyMatter', title: '需协助事项', edit:false} |
| | | // ,{field: 'dailyTime$', align: 'center',title: '日报日期'} |
| | | // ,{field: 'settleMsg', align: 'center',title: '审核进度'} |
| | | ,{field: 'director$', align: 'center',title: '负责人'} |
| | |
| | | {type: 'numbers'} |
| | | // ,{field: 'weeklyDay$', align: 'center',title: '星期'} |
| | | ,{field: 'dailyTime$',width : 120, align: 'center',title: '日期'} |
| | | ,{field: 'workContent', align: 'center', title: '结果', edit:false} |
| | | ,{field: 'workContent', align: 'center', title: '结果说明', edit:false} |
| | | // ,{field: 'workPurpose', title: '工作目的', edit:false} |
| | | // ,{field: 'comment', title: '评论', edit:false} |
| | | ,{field: 'weeklyMatter', title: '需协助事项', edit:false} |
| | | // ,{field: 'weeklyMatter', title: '需协助事项', edit:false} |
| | | // ,{field: 'dailyTime$', align: 'center',title: '日报日期'} |
| | | // ,{field: 'settleMsg', align: 'center',title: '审核进度'} |
| | | ,{field: 'director$', align: 'center',title: '负责人'} |
| | |
| | | </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">--> |
| | |
| | | <el-table-column property="weeklyDay$" label="日期"></el-table-column> |
| | | <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 width="180" property="workContent" 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> |