From c62776b21679c54f8e65baeb805b891e962c3eef Mon Sep 17 00:00:00 2001
From: linwenling <3256558519@qq.com>
Date: 星期二, 01 八月 2023 19:45:56 +0800
Subject: [PATCH] 部分行列间隔修改

---
 ruoyi-ui/src/views/device/index.vue        |    6 +-
 ruoyi-ui/src/views/bignote/index.vue       |   10 ++--
 ruoyi-ui/src/views/contacts/index.vue      |    2 
 ruoyi-ui/src/views/healthy/healthyInfo.vue |   47 +++++++----------------
 ruoyi-ui/src/views/note/index.vue          |   12 +++---
 ruoyi-ui/src/views/wish/index.vue          |    2 
 6 files changed, 30 insertions(+), 49 deletions(-)

diff --git a/ruoyi-ui/src/views/bignote/index.vue b/ruoyi-ui/src/views/bignote/index.vue
index e4f5f59..2220cec 100644
--- a/ruoyi-ui/src/views/bignote/index.vue
+++ b/ruoyi-ui/src/views/bignote/index.vue
@@ -148,19 +148,19 @@
       <el-table-column type="selection"  :reserve-selection="true" width="55"  align="center" />
 
       <el-table-column  label="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="120"/>
-      <el-table-column label="鍙戠敓鏃堕棿" prop="happenTime" sortable width="100" align="center">
+      <el-table-column label="鍙戠敓鏃堕棿" prop="happenTime" sortable width="130" align="center">
         <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '鈥斺�斺�斺��'}}</template>
       </el-table-column>
-      <el-table-column label="浜虹墿" prop="people" sortable width="100" />
-      <el-table-column label="鍦扮偣" prop="address" sortable width="100" />
+      <el-table-column label="浜虹墿" prop="people" sortable width="120" />
+      <el-table-column label="鍦扮偣" prop="address" sortable width="120" />
       <el-table-column label="澶т簨鏍囬" prop="title" sortable :show-overflow-tooltip="true" width="150" />
 
-      <el-table-column label="澶囨敞" prop="remark" sortable width="100" >
+      <el-table-column label="澶囨敞" prop="remark" sortable width="120" >
         <template slot-scope="scope">{{scope.row.remark? scope.row.remark: '鈥斺�斺�斺��'}}</template>
       </el-table-column>
 
       <!-- <el-table-column label="瀹跺涵鍙�" prop="familyId" sortable width="100" /> -->
-      <el-table-column label="鐢靛瓙鏂囦欢" prop="url" width="180" align="center">
+      <el-table-column label="鐢靛瓙鏂囦欢" prop="url" width="150" align="center">
 
         <template slot-scope="scope" >
           <div  @click="handleCheck(scope.row)">
diff --git a/ruoyi-ui/src/views/contacts/index.vue b/ruoyi-ui/src/views/contacts/index.vue
index aeab921..fb54aaf 100644
--- a/ruoyi-ui/src/views/contacts/index.vue
+++ b/ruoyi-ui/src/views/contacts/index.vue
@@ -144,7 +144,7 @@
       <el-table-column type="selection" :reserve-selection="true" width="25"  align="center" />
       <el-table-column fixed label="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="80"/>
 
-      <el-table-column label="瀹朵汉濮撳悕" prop="myName" sortable width="160" >
+      <el-table-column label="瀹朵汉濮撳悕" prop="myName" sortable width="130" >
         <template slot-scope="scope">
           <div>
             <a href="javascript:;" @click="handleCheck(scope.row)">{{scope.row.myName}}</a>
diff --git a/ruoyi-ui/src/views/device/index.vue b/ruoyi-ui/src/views/device/index.vue
index 5beeda4..8ea514e 100644
--- a/ruoyi-ui/src/views/device/index.vue
+++ b/ruoyi-ui/src/views/device/index.vue
@@ -128,10 +128,10 @@
       <el-table-column fixed label="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="120"/>
       <el-table-column label="璁惧鍚嶇О" prop="name" sortable width="120" />
 
-      <el-table-column label="鏃堕棿" align="happenTime" sortable prop="happenTime" width="180">
+      <el-table-column label="鏃堕棿" align="happenTime" sortable prop="happenTime" width="150">
         <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '鈥斺�斺�斺��'}}</template>
       </el-table-column>
-      <el-table-column label="鏄惁娉ㄩ攢" align="center" sortable prop="status" width="180">
+      <el-table-column label="鏄惁娉ㄩ攢" align="center" sortable prop="status" width="120">
         <template slot-scope="scope">
           {{ getSrc1(scope.row.status) }}
         </template>
@@ -145,7 +145,7 @@
       </el-table-column>
 
 
-      <el-table-column label="鐢靛瓙鏂囦欢" prop="url" width="180" align="center">
+      <el-table-column label="鐢靛瓙鏂囦欢" prop="url" width="120" align="center">
 
         <template slot-scope="scope" >
           <div  @click="handleCheck(scope.row)">
diff --git a/ruoyi-ui/src/views/healthy/healthyInfo.vue b/ruoyi-ui/src/views/healthy/healthyInfo.vue
index 2cc224b..6a43147 100644
--- a/ruoyi-ui/src/views/healthy/healthyInfo.vue
+++ b/ruoyi-ui/src/views/healthy/healthyInfo.vue
@@ -1,7 +1,7 @@
 <template>
   <div class="app-container">
     <div class="form-header mt">
-      <h4 class="dt h4">闅愮璇︾粏淇℃伅 </h4>
+      <h4 class="dt h4">鍋ュ悍璇︾粏淇℃伅 </h4>
 
     </div>
 
@@ -164,52 +164,33 @@
       btn:false,
       isShow:true,
       formData: {
-        type: undefined,
-        happenTime: undefined,
-        accNo:undefined,
-        validityDate:undefined,
-        password:undefined,
-        validityDate:undefined,
-        isFinger:undefined,
-        isFace:undefined,
-        isPrivate:undefined,
-        location:undefined,
-        remark: undefined,
+        checkTime: undefined,
+        hospital: undefined,
+        type:undefined,
+        title:undefined,
+        notice:undefined,
+        remark:undefined,
+
         url: undefined,
       },
       dialogImageUrl: '',
       dialogVisible: false,
       disabled: false,
       rules: {
-        password: [{
+        title: [{
           required: true,
-          message: '璇疯緭鍏ュ瘑鐮�',
+          message: '璇疯緭鍏ユ爣棰�',
           trigger: 'blur'
         }],
 
-        accNo: [{
+        hospital: [{
           required: true,
-          message: '璇疯緭鍏ヨ处鍙�',
+          message: '璇疯緭鍏ュ尰闄�',
           trigger: 'blur'
         }],
         type: [{
           required: true,
           message: '璇烽�夋嫨鍩洪噾/鍙拌处',
-          trigger: 'change'
-        }],
-        isFinger: [{
-          required: true,
-          message: '璇烽�夋嫨鏄惁',
-          trigger: 'change'
-        }],
-        isFace: [{
-          required: true,
-          message: '璇烽�夋嫨鏄惁',
-          trigger: 'change'
-        }],
-        isPrivate: [{
-          required: true,
-          message: '璇烽�夋嫨鏄惁',
           trigger: 'change'
         }],
 
@@ -218,9 +199,9 @@
           message: '璇烽�夋嫨鏈夋晥鏈�',
           trigger: 'change'
         }],
-        happenTime: [{
+        checkTime: [{
           required: true,
-          message: '璇烽�夋嫨鏈夋晥鏈�',
+          message: '璇烽�夋嫨灏辫瘖鏃堕棿',
           trigger: 'change'
         }],
 
diff --git a/ruoyi-ui/src/views/note/index.vue b/ruoyi-ui/src/views/note/index.vue
index 4af6735..32c6ee7 100644
--- a/ruoyi-ui/src/views/note/index.vue
+++ b/ruoyi-ui/src/views/note/index.vue
@@ -135,17 +135,17 @@
 
       <el-table-column label="绫诲瀷" prop="type" sortable :show-overflow-tooltip="true" width="150" />
       <el-table-column label="鏍囬" prop="title" sortable :show-overflow-tooltip="true" width="150" />
-      <el-table-column label="瀛樺偍鍦板潃" prop="location" sortable width="100" />
-      <el-table-column label="鎸佹湁浜�" prop="holder" sortable width="100" />
-      <el-table-column label="鍏蜂綋浣嶇疆" prop="address" sortable width="100" />
-      <el-table-column label="澶囨敞" prop="remark" sortable width="100" >
+      <el-table-column label="瀛樺偍鍦板潃" prop="location" sortable width="120" />
+      <el-table-column label="鎸佹湁浜�" prop="holder" sortable width="120" />
+      <el-table-column label="鍏蜂綋浣嶇疆" prop="address" sortable width="120" />
+      <el-table-column label="澶囨敞" prop="remark" sortable width="130" >
         <template slot-scope="scope">{{scope.row.remark? scope.row.remark: '鈥斺�斺�斺��'}}</template>
       </el-table-column>
       <!-- <el-table-column label="瀹跺涵鍙�" prop="familyId" sortable width="100" /> -->
-      <el-table-column label="鍙戠敓鏃堕棿" prop="happenTime" sortable width="100" align="center">
+      <el-table-column label="鍙戠敓鏃堕棿" prop="happenTime" sortable width="130" align="center">
         <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '鈥斺�斺�斺��'}}</template>
       </el-table-column>
-      <el-table-column label="鐢靛瓙鏂囦欢" prop="url" width="160" >
+      <el-table-column label="鐢靛瓙鏂囦欢" prop="url" width="130" >
         <template slot-scope="scope" >
           <div  @click="handleCheck(scope.row)">
           <img
diff --git a/ruoyi-ui/src/views/wish/index.vue b/ruoyi-ui/src/views/wish/index.vue
index 156fa08..1c069c0 100644
--- a/ruoyi-ui/src/views/wish/index.vue
+++ b/ruoyi-ui/src/views/wish/index.vue
@@ -188,7 +188,7 @@
       <el-table-column label="鏃堕棿" prop="happenTime" sortable width="100" align="center">
         <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '鈥斺�斺�斺��'}}</template>
       </el-table-column>
-      <el-table-column label="鐞嗘兂鏍囬/鐧惧勾蹇冩効" prop="title" sortable width="150" align="center">
+      <el-table-column label="鐞嗘兂鏍囬/鐧惧勾蹇冩効" prop="title" sortable width="160" align="center">
         <template slot-scope="scope">{{scope.row.title? scope.row.title: '鈥斺�斺�斺��'}}</template>
       </el-table-column>
       <el-table-column label="濮嬩簬浣曞洜" prop="cause" sortable :show-overflow-tooltip="true" width="120" align="center" >

--
Gitblit v1.9.1