| | |
| | | <div class="sub-title">基本信息</div> |
| | | <el-row> |
| | | <FormCol> |
| | | <CompSceneBaseInfo :form-info="formScene" /> |
| | | <CompSceneBaseInfo :model="formScene" /> |
| | | </FormCol> |
| | | </el-row> |
| | | <template v-if="formScene.typeid == 1"> |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import sceneApi from '@/api/sceneApi'; |
| | | import userApi from '@/api/userApi'; |
| | | import sceneApi from '@/api/fysp/sceneApi'; |
| | | import userApi from '@/api/fysp/userApi'; |
| | | // import FormCol from '../../../../components/layout/FormCol.vue'; |
| | | import CompSceneBaseInfo from './CompSceneBaseInfo.vue'; |
| | | import CompSceneConstructionInfo from './CompSceneConstructionInfo.vue'; |