src/views/doctor/checkAll/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/hosp/banner/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/hosp/question/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/hosp/template/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/mall/category/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/standard/tijianxinxichakan/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/system/packages/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/system/user/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
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) => { 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" 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 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"> 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 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" /> 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 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) {