| | |
| | | </div> |
| | | |
| | | <!-- <div class="search-bar-box-item">--> |
| | | <!-- <el-select placeholder="请选择所属部门" v-model="filters.create_dept" clearable>--> |
| | | <!-- <el-select placeholder="请选择所属单位" v-model="filters.create_dept" clearable>--> |
| | | <!-- <el-option v-for="dept in departments" :key="dept.value" :label="dept.label" :value="dept.value" />--> |
| | | <!-- </el-select>--> |
| | | <!-- </div>--> |
| | |
| | | ></el-input> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-col :span="12"> |
| | | <el-form-item label="关联航线" prop="file_id"> |
| | | <el-select |
| | | v-model="form.file_id" |
| | |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | <el-form-item label="安全返航真高" prop="rth_altitude"> |
| | | <el-input-number |
| | | v-model="form.rth_altitude" |
| | | :min="50" |
| | | :max="300" |
| | | ></el-input-number> |
| | | </el-form-item> |
| | | </el-col> |
| | | <!-- <el-col :span="6">--> |
| | | <!-- <el-form-item label="安全返航真高" prop="rth_altitude">--> |
| | | <!-- <el-input-number--> |
| | | <!-- v-model="form.rth_altitude"--> |
| | | <!-- :min="30"--> |
| | | <!-- :max="300"--> |
| | | <!-- ></el-input-number>--> |
| | | <!-- </el-form-item>--> |
| | | <!-- </el-col>--> |
| | | </el-row> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="12"> |
| | |
| | | showOverflowTooltip: true, |
| | | }, |
| | | { |
| | | label: '所属部门', |
| | | label: '所属单位', |
| | | prop: 'dept_name', |
| | | ellipsis: true, |
| | | showOverflowTooltip: true, |
| | |
| | | { |
| | | label: '已执行次数', |
| | | prop: 'job_num', |
| | | width: 90, |
| | | width: 70, |
| | | ellipsis: true, |
| | | showOverflowTooltip: true, |
| | | }, |
| | |
| | | prop: 'content', |
| | | ellipsis: true, |
| | | overHidden: true, |
| | | width: 90, |
| | | showOverflowTooltip: true, |
| | | }, |
| | | { |
| | |
| | | }); |
| | | } else if (column.no === 4) { |
| | | navigator.clipboard.writeText(row.dept_name).then(() => { |
| | | this.$message.success('复制所属部门成功'); |
| | | this.$message.success('复制所属单位成功'); |
| | | }); |
| | | } else if (column.no === 8) { |
| | | navigator.clipboard.writeText(row.wayline_name).then(() => { |