From 4ace0175c924dd05d359a44e8e85b022042efdf5 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期三, 16 七月 2025 13:49:37 +0800 Subject: [PATCH] 1 --- src/views/system/user/index.vue | 1 + src/views/doctor/checkAll/index.vue | 8 ++++++-- src/views/system/packages/index.vue | 1 + src/views/hosp/banner/index.vue | 2 +- src/views/standard/tijianxinxichakan/index.vue | 2 +- src/views/mall/category/index.vue | 1 + src/views/hosp/question/index.vue | 1 + src/views/hosp/template/index.vue | 1 + 8 files changed, 13 insertions(+), 4 deletions(-) diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue index 5082f0a..b909ebf 100644 --- a/src/views/doctor/checkAll/index.vue +++ b/src/views/doctor/checkAll/index.vue @@ -310,6 +310,7 @@ size="mini" @click.stop="viewReport(scope.row)" v-if="scope.row.tjStatus == '1'" + :disabled="tjStatus === '1'" title="棰勮" icon="el-icon-view" ></el-button> @@ -317,6 +318,7 @@ type="text" size="mini" v-if="scope.row.tjStatus == '1'" + :disabled="tjStatus === '1'" title="鎾ら攢" @click.stop="getRevoke(scope.row)" icon="el-icon-refresh-left" @@ -1073,13 +1075,14 @@ :formatter="formatDate" width="160" /> - <el-table-column label="鎿嶄綔" align="center" width="80px"> + <el-table-column label="鎿嶄綔" align="center" fixed="right" width="80px"> <template slot-scope="scope"> <el-button type="primary" size="mini" @click="huifu(scope.row)" v-if="scope.row.type == '2'" + :disabled="tjStatus === '1'" >鎭㈠</el-button > <el-button @@ -1087,6 +1090,7 @@ size="mini" @click="chexiao(scope.row)" v-if="scope.row.type == '1'" + :disabled="tjStatus === '1'" >鎾ら攢</el-button > </template> @@ -2632,7 +2636,7 @@ this.status1 = 4; this.ychfList = res.data; if (this.ychfList.length == 0) { - this.message.success("鏆傛棤寮傚父鎭㈠椤圭洰"); + this.$message.success("鏆傛棤寮傚父鎭㈠椤圭洰"); } }) .catch((error) => { diff --git a/src/views/hosp/banner/index.vue b/src/views/hosp/banner/index.vue index 98b5c0e..2b0ebeb 100644 --- a/src/views/hosp/banner/index.vue +++ b/src/views/hosp/banner/index.vue @@ -1,6 +1,6 @@ <template> <div class="app-container"> - <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px"> + <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" @submit.native.prevent label-width="68px"> <el-form-item label="杞挱鍥炬爣棰�" prop="bannerTitle" label-width="100px"> <el-input v-model="queryParams.bannerTitle" diff --git a/src/views/hosp/question/index.vue b/src/views/hosp/question/index.vue index 0baf6ec..658ae57 100644 --- a/src/views/hosp/question/index.vue +++ b/src/views/hosp/question/index.vue @@ -37,6 +37,7 @@ :inline="true" v-show="showSearch" label-width="68px" + @submit.native.prevent > <el-form-item label="闂" prop="question"> <el-input diff --git a/src/views/hosp/template/index.vue b/src/views/hosp/template/index.vue index 7fd7bd7..5717b69 100644 --- a/src/views/hosp/template/index.vue +++ b/src/views/hosp/template/index.vue @@ -7,6 +7,7 @@ :inline="true" v-show="showSearch" label-width="68px" + @submit.native.prevent style="margin-top: 20px; margin-left: 20px" > <el-form-item label="妯℃澘鍚嶇О" prop="name"> diff --git a/src/views/mall/category/index.vue b/src/views/mall/category/index.vue index 955d475..ee7df5b 100644 --- a/src/views/mall/category/index.vue +++ b/src/views/mall/category/index.vue @@ -7,6 +7,7 @@ :inline="true" v-show="showSearch" label-width="68px" + @submit.native.prevent > <el-form-item label="濂楅绫诲埆" prop="name"> <el-input diff --git a/src/views/standard/tijianxinxichakan/index.vue b/src/views/standard/tijianxinxichakan/index.vue index 7c2453b..97f20ac 100644 --- a/src/views/standard/tijianxinxichakan/index.vue +++ b/src/views/standard/tijianxinxichakan/index.vue @@ -1,6 +1,6 @@ <template> <div class="app-container"> - <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px"> + <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" @submit.native.prevent label-width="68px"> <el-form-item label="浣撴鍙�" prop="tjNum"> <el-input ref="inputName" v-model="queryParams.tjNum" placeholder="璇疯緭鍏ヤ綋妫�鍙�" style="width: 170px" clearable @keyup.enter.native="handleQuery" @blur="handleQuery" /> diff --git a/src/views/system/packages/index.vue b/src/views/system/packages/index.vue index c427a25..da4b16c 100644 --- a/src/views/system/packages/index.vue +++ b/src/views/system/packages/index.vue @@ -7,6 +7,7 @@ :inline="true" v-show="showSearch" label-width="68px" + @submit.native.prevent > <el-form-item label="缁勫悎鍚嶇О" prop="zhmc"> <el-input diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index d966abc..c9d524b 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -1611,6 +1611,7 @@ // 鏍规嵁鍚嶇О绛涢�夐儴闂ㄦ爲 deptName(val) { console.log(val); + this.$refs.tree.filter(val); }, treeId(newVal, oldVal) { if (newVal) { -- Gitblit v1.8.0