From 45b297a5943cc7b68b03acde46ec317431402066 Mon Sep 17 00:00:00 2001
From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com>
Date: 星期四, 19 十月 2023 19:00:28 +0800
Subject: [PATCH] sjtj

---
 src/views/hosp/Summary/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/hosp/Summary/index.vue b/src/views/hosp/Summary/index.vue
index cd7b064..6535666 100644
--- a/src/views/hosp/Summary/index.vue
+++ b/src/views/hosp/Summary/index.vue
@@ -2,7 +2,7 @@
   <div class="app-container">
     <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="100px">
       <el-form-item label="鏀惰垂鍛�" prop="tollCollectorId">
-        <el-select v-model="queryParams.tollCollectorId" filterable style="width: 200px" placeholder="璇烽�夋嫨浜ゆ鍛�" clearable
+        <el-select v-model="queryParams.tollCollectorId" filterable style="width: 130px" placeholder="璇烽�夋嫨浜ゆ鍛�" clearable
           @clear="getCompanyList">
           <el-option v-for="dict in CompanyList" :key="dict.userId" :label="dict.nickName" :value="dict.userId" />
         </el-select>
@@ -25,7 +25,7 @@
     <el-row :gutter="10" class="mb8">
       <el-col :span="1.5">
         <el-button type="primary" size="mini" :disabled="single" @click="handleUpdate"
-          v-hasPermi="['hosp:water:edit']">姹囨��</el-button>
+          >姹囨��</el-button>
       </el-col>
     </el-row>
     <el-table style="width: 80%" :data="list"  border max-height="720px" @selection-change="handleSelect">

--
Gitblit v1.8.0