| | |
| | | import CloseFull from '/@/layout/navBars/breadcrumb/closeFull.vue'; |
| | | import { initBackEndControlRoutes } from './router/backEnd'; |
| | | |
| | | export default ({ |
| | | export default { |
| | | name: 'app', |
| | | components: { LockScreen, Setings, CloseFull }, |
| | | setup() { |
| | |
| | | setIntroduction.jsCdn(); |
| | | }); |
| | | // 页面加载时 |
| | | onMounted( () => { |
| | | onMounted(() => { |
| | | nextTick(() => { |
| | | // 监听布局配置弹窗点击打开 |
| | | proxy.mittBus.on('openSetingsDrawer', () => { |
| | |
| | | ...toRefs(state), |
| | | }; |
| | | }, |
| | | }); |
| | | }; |
| | | </script> |
| | | <style> |
| | | @import '/@/assets/index.css'; |
| | | @import '/@/assets/index.css'; |
| | | .pot { |
| | | position: absolute !important; |
| | | top: 19px; |
| | | right: 40px; |
| | | border: none !important; |
| | | padding: 0; |
| | | } |
| | | |
| | | .pot:focus, |
| | | .pot:hover { |
| | | background-color: #fff !important; |
| | | } |
| | | </style> |
| | | |
| | |
| | | .pot { |
| | | position: absolute; |
| | | top: 19px; |
| | | right: 40px; |
| | | border: none !important; |
| | | padding: 0; |
| | | position: absolute !important; |
| | | top: 19px; |
| | | right: 40px; |
| | | border: none !important; |
| | | padding: 0; |
| | | } |
| | | .pot:focus,.pot:hover{ |
| | | |
| | | .pot:focus, |
| | | .pot:hover { |
| | | background-color: #fff !important; |
| | | } |
| | |
| | | <el-input v-model="ruleForm.searchParams.indexNum" placeholder="目标指标编号" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="6" :offset="1"> |
| | | <el-col :span="10" :offset="1"> |
| | | <el-form-item> |
| | | <el-button type="primary" @click="listApi">查询</el-button> |
| | | <el-button @click="resetForm">重置</el-button> |
| | | <el-button size="default" type="primary" @click="listApi">查询</el-button> |
| | | <el-button size="default" @click="resetForm">重置</el-button> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | </script> |
| | | <style scoped> |
| | | .el-form-item { |
| | | width: 400px; |
| | | width: 25vw; |
| | | } |
| | | .formType:after { |
| | | content: ''; |
| | |
| | | import { goalManagementApi } from '/@/api/goalManagement'; |
| | | import {deepClone} from '/@/utils/other' |
| | | export default defineComponent({ |
| | | components: { categoryDailog, RegionsDialog, DailogSearchUser, maintenanceDailog, detectDailog, repairDailog, standardDailog }, |
| | | components: { categoryDailog,Plus, RegionsDialog, DailogSearchUser, maintenanceDailog, detectDailog, repairDailog, standardDailog }, |
| | | setup(props, { emit }) { |
| | | const dialogVisible = ref(false); |
| | | const form = ref({ |
| | |
| | | <el-input v-model="ruleForm.checkPass" placeholder="目标指标编号" /> |
| | | </el-form-item> |
| | | </el-col> --> |
| | | <el-col :span="6" :offset="1"> |
| | | <el-col :span="11" :offset="1"> |
| | | <el-form-item> |
| | | <el-button size="default" type="primary" @click="listApi()">查询</el-button> |
| | | <el-button size="default" @click="reset">重置</el-button> |