| | |
| | | /> |
| | | </div> |
| | | <div class="elTableDiv"> |
| | | <TableColumnSettings :list1="list1" /> |
| | | <el-table |
| | | ref="tableDataRef" |
| | | class="tableFixed" |
| | |
| | | <template slot-scope="{row}"> |
| | | <div class="operationClass"> |
| | | <el-tooltip class="item" effect="dark" content="编辑" placement="top"> |
| | | <i :style="{color:$store.state.settings.theme}" class="el-icon-edit-outline" @click="edit('edit',row)" /> |
| | | <i |
| | | :style="{color:$store.state.settings.theme}" |
| | | class="el-icon-edit-outline" |
| | | @click="edit('edit',row)" |
| | | /> |
| | | </el-tooltip> |
| | | <el-tooltip v-del-tab-index class="item" effect="dark" content="删除" placement="top"> |
| | | <i :style="{color:$store.state.settings.theme}" class="el-icon-delete" @click="del(row.id)" /> |
| | |
| | | import { AddUpdateOrganization, DeleteOrganization, OrganizationSearch, PrentOrganization } from '@/api/jcsz' |
| | | import { getCookie } from '@/utils/auth' |
| | | import { validateCode } from '@/utils/global' |
| | | import TableColumnSettings from '@/components/TableColumnSettings' |
| | | |
| | | // const SER_HZ = /^[\u4e00-\u9fa5]+$/ |
| | | // const SER_HZ = /^[a-zA-Z0-9_;,.<>() ]{0,}$/ |
| | | export default { |
| | | name: 'ZZJG', |
| | | components: { |
| | | Pagination |
| | | Pagination, TableColumnSettings |
| | | }, |
| | | data() { |
| | | // const validateName = (rule, value, callback) => { |
| | |
| | | { label: '车间', value: 'W' } |
| | | // { label: '科室', value: 'K' }, |
| | | // { label: '生产线', value: 'L' } |
| | | ], |
| | | |
| | | list1: [ |
| | | { name: '预计开工时间', id: 1 }, |
| | | { name: '楼李俊1', id: 2 }, |
| | | { name: '楼李俊2', id: 3 }, |
| | | { name: '楼李俊3', id: 4 }, |
| | | { name: '楼李俊4', id: 5 } |
| | | ], |
| | | |
| | | total: 10, |
| | |
| | | //} |
| | | </style> |
| | | <style> |
| | | .osloading{ |
| | | .osloading { |
| | | font-size: 30px; |
| | | } |
| | | |