| | |
| | | </el-form-item> |
| | | <el-form-item> |
| | | <el-select size="default" v-model="listQuery.searchParams.teamType" placeholder="请选择队伍级别"> |
| | | <el-option label="公司" value="shanghai"></el-option> |
| | | <el-option label="分厂-车间" value="beijing"></el-option> |
| | | <el-option label="工序-班组等" value="beijing"></el-option> |
| | | <el-option label="公司" value="1"></el-option> |
| | | <el-option label="分厂-车间" value="2"></el-option> |
| | | <el-option label="工序-班组等" value="3"></el-option> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item> |
| | |
| | | width="55" |
| | | /> |
| | | <el-table-column prop="teamName" label="队伍名称" show-overflow-tooltip sortable></el-table-column> |
| | | <el-table-column prop="teamLevel" label="队伍级别" show-overflow-tooltip sortable></el-table-column> |
| | | <el-table-column prop="teamLevel" label="队伍级别" show-overflow-tooltip sortable> |
| | | <template #default="scope"> |
| | | <span v-if="scope.row.teamLevel == 1">公司</span> |
| | | <span v-if="scope.row.teamLevel == 2">分厂-车间</span> |
| | | <span v-if="scope.row.teamLevel == 3">工序-班组等</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="teamDesc" label="队伍描述" show-overflow-tooltip sortable></el-table-column> |
| | | <el-table-column prop="principalPhone" label="负责人手机" show-overflow-tooltip sortable></el-table-column> |
| | | <el-table-column prop="attachments" label="相关附件" show-overflow-tooltip sortable></el-table-column> |
| | |
| | | View, |
| | | EditPen, |
| | | } from '@element-plus/icons-vue' |
| | | // import OpenAdd from '/@/views/contingencyManagement/contingency/component/openAdd.vue'; |
| | | // import OpenSee from '/@/views/contingencyManagement/contingency/component/openSee.vue'; |
| | | |
| | | import OpenAdd from '../../contingencyManagement/contingency/component/openAdd.vue' |
| | | import UpData from '../../contingencyManagement/contingency/component/upData.vue'; |