From 9245fae41fc9cb35b1f1feb3c66f5bb135874650 Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期五, 15 七月 2022 09:17:22 +0800 Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqtOut --- src/views/contingencyManagement/panManagement/component/openAdd.vue | 19 +++++++++---------- 1 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/views/contingencyManagement/panManagement/component/openAdd.vue b/src/views/contingencyManagement/panManagement/component/openAdd.vue index 580eba3..87df549 100644 --- a/src/views/contingencyManagement/panManagement/component/openAdd.vue +++ b/src/views/contingencyManagement/panManagement/component/openAdd.vue @@ -74,19 +74,17 @@ <el-form-item label="编写部门" prop="telephone"> <el-tree-select v-model="ruleForm.responsibleDepartment" - :data="data" class="w100" + :data="data" + class="w100" placeholder="请选择"/> </el-form-item> </el-col> <el-col :xs="24" :sm="12" :md="12" :lg="12" :xl="12" class="mb20"> <el-form-item label="发布实施日期" prop="telephone"> -<!-- <el-tree-select--> -<!-- v-model="ruleForm.responsibleDepartment"--> -<!-- :data="data" class="w100"--> -<!-- placeholder="请选择"/>--> <el-date-picker v-model="value1" type="datetime" + class="w100" placeholder="选择日期时间" /> </el-form-item> @@ -144,14 +142,15 @@ </span> </template> </el-dialog> - <DailogSearch ref="Shows"/> + <CheckTemplate ref="Shows"/> <userSelections ref="userRef"/> <RegionsDialog ref="openRef"/> </div> </template> <script lang="ts"> -import { reactive, +import { + reactive, ref, defineComponent } from 'vue'; @@ -166,13 +165,13 @@ Search } from '@element-plus/icons-vue' import UserSelections from "/@/components/userSelections/index.vue" -import DailogSearch from '/@/views/contingencyManagement/panManagement/component/DailogSearch.vue' -import RegionsDialog from '/@/views/contingencyManagement/panManagement/component/regionsDialog.vue' +import CheckTemplate from '/@/components/checkTemplate/index.vue' +import RegionsDialog from '/@/components/regionsDialog/index.vue' export default defineComponent({ name: 'openAdd', components: { - DailogSearch, + CheckTemplate, UserSelections, RegionsDialog, }, -- Gitblit v1.9.2