shaogen1995 4 лет назад
Родитель
Сommit
892f2f7059
44 измененных файлов с 276 добавлено и 262 удалено
  1. 7 6
      src/views/collect/collect0.vue
  2. 4 4
      src/views/collect/collect0_DiaEdit.vue
  3. 8 6
      src/views/collect/collect0_look.vue
  4. 7 7
      src/views/collect/collect1.vue
  5. 5 5
      src/views/collect/collect1_Dialog.vue
  6. 8 8
      src/views/collect/collect1_add.vue
  7. 6 6
      src/views/collect/collect1_audit.vue
  8. 8 7
      src/views/collect/collect1_look.vue
  9. 6 6
      src/views/collect/collect2.vue
  10. 5 5
      src/views/collect/collect2_Dialog.vue
  11. 8 8
      src/views/collect/collect2_add.vue
  12. 7 7
      src/views/collect/collect2_audit.vue
  13. 7 7
      src/views/collect/collect2_look.vue
  14. 8 8
      src/views/holding/holding0.vue
  15. 4 4
      src/views/holding/holding0_DiaEdit.vue
  16. 4 4
      src/views/holding/holding0_Dialog.vue
  17. 8 6
      src/views/holding/holding0_add.vue
  18. 7 7
      src/views/holding/holding0_audit.vue
  19. 4 4
      src/views/holding/holding0_audit_Dia.vue
  20. 7 7
      src/views/holding/holding0_result.vue
  21. 7 7
      src/views/holding/holding1.vue
  22. 5 5
      src/views/holding/holding1_Dialog.vue
  23. 7 7
      src/views/holding/holding1_add.vue
  24. 6 6
      src/views/holding/holding1_audit.vue
  25. 7 7
      src/views/holding/holding1_look.vue
  26. 7 7
      src/views/holding/holding2.vue
  27. 5 5
      src/views/holding/holding2_Dialog.vue
  28. 8 8
      src/views/holding/holding2_add.vue
  29. 6 6
      src/views/holding/holding2_audit.vue
  30. 8 7
      src/views/holding/holding2_look.vue
  31. 7 6
      src/views/holding/holding3.vue
  32. 4 4
      src/views/holding/holding3_DiaEdit.vue
  33. 9 6
      src/views/holding/holding3_look.vue
  34. 6 6
      src/views/holding/holding4.vue
  35. 4 4
      src/views/holding/holding4_audit_Dia.vue
  36. 6 6
      src/views/holding/holding5.vue
  37. 5 5
      src/views/holding/holding5_Dialog.vue
  38. 8 8
      src/views/holding/holding5_add.vue
  39. 7 7
      src/views/holding/holding5_audit.vue
  40. 7 7
      src/views/holding/holding5_look.vue
  41. 4 1
      src/views/statistics/statistics0.vue
  42. 3 3
      src/views/statistics/statistics1.vue
  43. 5 5
      src/views/system/system1.vue
  44. 7 7
      src/views/system/system2.vue

+ 7 - 6
src/views/collect/collect0.vue

@@ -72,7 +72,7 @@
               border
               border
               style="width: 100%"
               style="width: 100%"
             >
             >
-              <el-table-column label="缩略图" width="80">
+              <el-table-column label="缩略图" width="80" :resizable="false">
                 <template #default='{row}'>
                 <template #default='{row}'>
                   <div class="smimg">
                   <div class="smimg">
                     <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                     <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
@@ -80,21 +80,22 @@
                 </template>
                 </template>
               </el-table-column>
               </el-table-column>
               <el-table-column
               <el-table-column
+              :resizable="false"
                 prop="registerNum"
                 prop="registerNum"
                 sortable
                 sortable
                 label="总登记号"
                 label="总登记号"
                 width="235"
                 width="235"
               >
               >
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="name" sortable label="藏品名称">
+              <el-table-column prop="name" sortable label="藏品名称" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="age" sortable label="年代" width="180">
+              <el-table-column prop="age" sortable label="年代" width="180" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="texture" sortable label="质地" width="220">
+              <el-table-column prop="texture" sortable label="质地" width="220" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="status" label="状态" width="130">
+              <el-table-column prop="status" label="状态" width="130" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column label="操作" width="130">
+              <el-table-column label="操作" width="130" :resizable="false">
                 <template #default="{row}">
                 <template #default="{row}">
                   <el-button type="text" @click="myLook(row)">查看</el-button>
                   <el-button type="text" @click="myLook(row)">查看</el-button>
                 </template>
                 </template>

+ 4 - 4
src/views/collect/collect0_DiaEdit.vue

@@ -278,17 +278,17 @@
       border
       border
       style="width: 100%;margin-top: 40px;"
       style="width: 100%;margin-top: 40px;"
     >
     >
-      <el-table-column label="缩略图" width="140" v-if="affixVal==='img'">
+      <el-table-column label="缩略图" width="140" v-if="affixVal==='img'" :resizable="false">
         <template #default='{row}'>
         <template #default='{row}'>
           <div class="smimg">
           <div class="smimg">
             <img :src="baseURL+row.filePath" alt="" :onerror='defaultImg'/>
             <img :src="baseURL+row.filePath" alt="" :onerror='defaultImg'/>
           </div>
           </div>
         </template>
         </template>
       </el-table-column>
       </el-table-column>
-      <el-table-column prop="name" label="附件名称"> </el-table-column>
-      <el-table-column prop="updateTime" label="上传时间" width="150">
+      <el-table-column prop="name" label="附件名称" :resizable="false"> </el-table-column>
+      <el-table-column prop="updateTime" label="上传时间" width="150" :resizable="false">
       </el-table-column>
       </el-table-column>
-      <el-table-column label="操作" width="150">
+      <el-table-column label="操作" width="150" :resizable="false">
         <template #default='{row}'>
         <template #default='{row}'>
           <!-- 图片的查看 -->
           <!-- 图片的查看 -->
           <a href="javascript:;" class="mydown" @click="imgLook(row.filePath)" v-show="affixVal==='img'">查 看</a>
           <a href="javascript:;" class="mydown" @click="imgLook(row.filePath)" v-show="affixVal==='img'">查 看</a>

+ 8 - 6
src/views/collect/collect0_look.vue

@@ -289,6 +289,7 @@
               style="width: 100%"
               style="width: 100%"
             >
             >
               <el-table-column
               <el-table-column
+                :resizable="false"
                 label="缩略图"
                 label="缩略图"
                 width="160"
                 width="160"
                 v-if="this.resource === 'img'"
                 v-if="this.resource === 'img'"
@@ -303,12 +304,12 @@
                   </div>
                   </div>
                 </template>
                 </template>
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="name" label="附件名称"> </el-table-column>
+              <el-table-column prop="name" label="附件名称" :resizable="false"> </el-table-column>
               <!-- <el-table-column prop="address" label="附件说明" ></el-table-column> -->
               <!-- <el-table-column prop="address" label="附件说明" ></el-table-column> -->
               <!-- <el-table-column prop="name" label="上传人" width="360"> </el-table-column> -->
               <!-- <el-table-column prop="name" label="上传人" width="360"> </el-table-column> -->
-              <el-table-column prop="updateTime" label="上传时间" width="360">
+              <el-table-column prop="updateTime" label="上传时间" width="360" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column label="操作" width="360">
+              <el-table-column label="操作" width="360" :resizable="false">
                 <template #default="{ row }">
                 <template #default="{ row }">
                   <!-- 图片的查看 -->
                   <!-- 图片的查看 -->
                   <a
                   <a
@@ -346,18 +347,19 @@
         :header-cell-style="{ background: '#eef1f6', color: '#606266' }"
         :header-cell-style="{ background: '#eef1f6', color: '#606266' }"
         border
         border
       >
       >
-        <el-table-column label="序号" width="150">
+        <el-table-column label="序号" width="150" :resizable="false">
           <template slot-scope="scope">
           <template slot-scope="scope">
             {{ scope.$index + (myData.pageNum - 1) * myData.pageSize + 1 }}
             {{ scope.$index + (myData.pageNum - 1) * myData.pageSize + 1 }}
           </template>
           </template>
         </el-table-column>
         </el-table-column>
         <el-table-column
         <el-table-column
+        :resizable="false"
           property="name"
           property="name"
           label="业务单号"
           label="业务单号"
           width="200"
           width="200"
         ></el-table-column>
         ></el-table-column>
-        <el-table-column property="address" label="完成时间"></el-table-column>
-        <el-table-column label="操作">
+        <el-table-column property="address" label="完成时间" :resizable="false"></el-table-column>
+        <el-table-column label="操作" :resizable="false">
           <template #default="{ row }">
           <template #default="{ row }">
             <el-button type="text" @click="lookRZ(row.id)">查 看</el-button>
             <el-button type="text" @click="lookRZ(row.id)">查 看</el-button>
           </template>
           </template>

+ 7 - 7
src/views/collect/collect1.vue

@@ -44,19 +44,19 @@
               border
               border
               style="width: 100%"
               style="width: 100%"
             >
             >
-              <el-table-column prop="num" label="提用单号" >
+              <el-table-column prop="num" label="提用单号" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="realName" label="登记人" width="200">
+              <el-table-column prop="realName" label="登记人" width="200" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="type" label="提用类型" width="200">
+              <el-table-column prop="type" label="提用类型" width="200" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="createTime" label="登记日期" width="280">
+              <el-table-column prop="createTime" label="登记日期" width="280" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="updateTime" label="提用日期" width="280">
+              <el-table-column prop="updateTime" label="提用日期" width="280" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="status" label="状态" width="200">
+              <el-table-column prop="status" label="状态" width="200" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column label="操作" width="200">
+              <el-table-column label="操作" width="200" :resizable="false">
                 <template #default='{row}'>
                 <template #default='{row}'>
                   <el-button type="text" v-if="row.status==='待归还'||row.status==='已归还'||row.status==='审核不通过'" @click="myLook(row)">查看</el-button>
                   <el-button type="text" v-if="row.status==='待归还'||row.status==='已归还'||row.status==='审核不通过'" @click="myLook(row)">查看</el-button>
                   <el-button type="text" v-if="row.status==='待审核'" @click="audit(row)" v-show="userLogo.audit">审核</el-button>
                   <el-button type="text" v-if="row.status==='待审核'" @click="audit(row)" v-show="userLogo.audit">审核</el-button>

+ 5 - 5
src/views/collect/collect1_Dialog.vue

@@ -18,18 +18,18 @@
       border
       border
       style="width: 100%"
       style="width: 100%"
     >
     >
-      <el-table-column type="selection" width="55"> </el-table-column>
-      <el-table-column label="缩略图" width="140">
+      <el-table-column type="selection" width="55" :resizable="false"> </el-table-column>
+      <el-table-column label="缩略图" width="140" :resizable="false">
         <template #default="{ row }">
         <template #default="{ row }">
           <div class="smimg">
           <div class="smimg">
             <img :src="baseURL + row.thumb" alt="" :onerror='defaultImg'/>
             <img :src="baseURL + row.thumb" alt="" :onerror='defaultImg'/>
           </div>
           </div>
         </template>
         </template>
       </el-table-column>
       </el-table-column>
-      <el-table-column prop="registerNum" label="总登记号" width="180">
+      <el-table-column prop="registerNum" label="总登记号" width="180" :resizable="false">
       </el-table-column>
       </el-table-column>
-      <el-table-column prop="name" label="藏品名称"> </el-table-column>
-      <el-table-column prop="goodsTypeName" label="类别" width="180">
+      <el-table-column prop="name" label="藏品名称" :resizable="false"> </el-table-column>
+      <el-table-column prop="goodsTypeName" label="类别" width="180" :resizable="false">
       </el-table-column>
       </el-table-column>
     </el-table>
     </el-table>
     <!-- 分页器 -->
     <!-- 分页器 -->

+ 8 - 8
src/views/collect/collect1_add.vue

@@ -66,25 +66,25 @@
               border
               border
               style="width: 100%"
               style="width: 100%"
             >
             >
-              <el-table-column type="selection" width="40"> </el-table-column>
-              <el-table-column label="缩略图" width="146">
+              <el-table-column type="selection" width="40" :resizable="false"> </el-table-column>
+              <el-table-column label="缩略图" width="146" :resizable="false">
                 <template #default='{row}'>
                 <template #default='{row}'>
                   <div class="smimg">
                   <div class="smimg">
                     <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                     <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                   </div>
                   </div>
                 </template>
                 </template>
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="registerNum" label="总登记号" width="235">
+              <el-table-column prop="registerNum" label="总登记号" width="235" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="name" label="藏品名称">
+              <el-table-column prop="name" label="藏品名称" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="goodsTypeId" label="类别" width="180">
+              <el-table-column prop="goodsTypeId" label="类别" width="180" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="integrity" label="完残程度" width="130">
+              <el-table-column prop="integrity" label="完残程度" width="130" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="age" label="藏品年代" width="130">
+              <el-table-column prop="age" label="藏品年代" width="130" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column label="提用位置" width="230">
+              <el-table-column label="提用位置" width="230" :resizable="false">
                 <template #default='scopt'>
                 <template #default='scopt'>
                   <el-input  v-model="tableData[scopt.$index].outPath" placeholder="请输入位置"></el-input>
                   <el-input  v-model="tableData[scopt.$index].outPath" placeholder="请输入位置"></el-input>
                 </template>
                 </template>

+ 6 - 6
src/views/collect/collect1_audit.vue

@@ -41,21 +41,21 @@
             border
             border
             style="width: 100%"
             style="width: 100%"
           >
           >
-            <el-table-column label="缩略图" width="160">
+            <el-table-column label="缩略图" width="160" :resizable="false">
               <template #default='{row}'>
               <template #default='{row}'>
                 <div class="smimg">
                 <div class="smimg">
                   <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                   <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                 </div>
                 </div>
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="registerNum" label="总登记号" width="235">
+            <el-table-column prop="registerNum" label="总登记号" width="235" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="name" label="藏品名称"> </el-table-column>
-            <el-table-column prop="goodsTypeId" label="类别" width="180">
+            <el-table-column prop="name" label="藏品名称" :resizable="false"> </el-table-column>
+            <el-table-column prop="goodsTypeId" label="类别" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="integrity" label="完残程度" width="180">
+            <el-table-column prop="integrity" label="完残程度" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="storageId" label="提用位置" width="300">
+            <el-table-column prop="storageId" label="提用位置" width="300" :resizable="false">
             </el-table-column>
             </el-table-column>
           </el-table>
           </el-table>
         </div>
         </div>

+ 8 - 7
src/views/collect/collect1_look.vue

@@ -50,27 +50,28 @@
             style="width: 100%"
             style="width: 100%"
           >
           >
           <el-table-column
           <el-table-column
+            :resizable="false"
              type="selection"
              type="selection"
              :selectable="selectable"
              :selectable="selectable"
              width="55">
              width="55">
           </el-table-column>
           </el-table-column>
-                <el-table-column label="缩略图" width="160">
+                <el-table-column label="缩略图" width="160" :resizable="false">
               <template #default='{row}'>
               <template #default='{row}'>
                 <div class="smimg">
                 <div class="smimg">
                   <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                   <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                 </div>
                 </div>
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="registerNum" label="总登记号" width="235">
+            <el-table-column prop="registerNum" label="总登记号" width="235" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="name" label="藏品名称"> </el-table-column>
-            <el-table-column prop="goodsTypeId" label="类别" width="180">
+            <el-table-column prop="name" label="藏品名称" :resizable="false"> </el-table-column>
+            <el-table-column prop="goodsTypeId" label="类别" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="integrity" label="完残程度" width="180">
+            <el-table-column prop="integrity" label="完残程度" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="status" label="状态" width="180">
+            <el-table-column prop="status" label="状态" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="storageId" label="出库位置" width="300">
+            <el-table-column prop="storageId" label="出库位置" width="300" :resizable="false">
             </el-table-column>
             </el-table-column>
           </el-table>
           </el-table>
         </div>
         </div>

+ 6 - 6
src/views/collect/collect2.vue

@@ -44,17 +44,17 @@
               border
               border
               style="width: 100%"
               style="width: 100%"
             >
             >
-              <el-table-column prop="num" label="注销单号" width="220">
+              <el-table-column prop="num" label="注销单号" width="220" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="realName" label="登记人" width="150">
+              <el-table-column prop="realName" label="登记人" width="150" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="description" label="注销原因">
+              <el-table-column prop="description" label="注销原因" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="updateTime" label="注销日期" width="180">
+              <el-table-column prop="updateTime" label="注销日期" width="180" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="status" label="状态" width="130">
+              <el-table-column prop="status" label="状态" width="130" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column label="操作" width="200">
+              <el-table-column label="操作" width="200" :resizable="false">
                 <template #default='{row}'>
                 <template #default='{row}'>
                   <el-button type="text" v-if="row.status==='已完成'||row.status==='审核不通过'" @click="myLook(row)">查看</el-button>
                   <el-button type="text" v-if="row.status==='已完成'||row.status==='审核不通过'" @click="myLook(row)">查看</el-button>
                   <el-button type="text" v-if="row.status==='待审核'" @click="audit(row)" v-show="userLogo.audit">审核</el-button>
                   <el-button type="text" v-if="row.status==='待审核'" @click="audit(row)" v-show="userLogo.audit">审核</el-button>

+ 5 - 5
src/views/collect/collect2_Dialog.vue

@@ -18,18 +18,18 @@
       border
       border
       style="width: 100%"
       style="width: 100%"
     >
     >
-      <el-table-column type="selection" width="55"> </el-table-column>
-      <el-table-column label="缩略图" width="140">
+      <el-table-column type="selection" width="55" :resizable="false"> </el-table-column>
+      <el-table-column label="缩略图" width="140" :resizable="false">
         <template #default="{ row }">
         <template #default="{ row }">
           <div class="smimg">
           <div class="smimg">
             <img :src="baseURL + row.thumb" alt="" :onerror='defaultImg'/>
             <img :src="baseURL + row.thumb" alt="" :onerror='defaultImg'/>
           </div>
           </div>
         </template>
         </template>
       </el-table-column>
       </el-table-column>
-      <el-table-column prop="registerNum" label="总登记号" width="180">
+      <el-table-column prop="registerNum" label="总登记号" width="180" :resizable="false">
       </el-table-column>
       </el-table-column>
-      <el-table-column prop="name" label="藏品名称"> </el-table-column>
-      <el-table-column prop="goodsTypeName" label="类别" width="180">
+      <el-table-column prop="name" label="藏品名称" :resizable="false"> </el-table-column>
+      <el-table-column prop="goodsTypeName" label="类别" width="180" :resizable="false">
       </el-table-column>
       </el-table-column>
     </el-table>
     </el-table>
     <!-- 分页器 -->
     <!-- 分页器 -->

+ 8 - 8
src/views/collect/collect2_add.vue

@@ -52,25 +52,25 @@
               border
               border
               style="width: 100%"
               style="width: 100%"
             >
             >
-              <el-table-column type="selection" width="40"> </el-table-column>
-              <el-table-column label="缩略图" width="146">
+              <el-table-column type="selection" width="40" :resizable="false"> </el-table-column>
+              <el-table-column label="缩略图" width="146" :resizable="false">
                 <template #default='{row}'>
                 <template #default='{row}'>
                   <div class="smimg">
                   <div class="smimg">
                     <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                     <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                   </div>
                   </div>
                 </template>
                 </template>
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="registerNum" label="总登记号" width="235">
+              <el-table-column prop="registerNum" label="总登记号" width="235" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="name" label="藏品名称">
+              <el-table-column prop="name" label="藏品名称" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="goodsTypeId" label="类别" width="180">
+              <el-table-column prop="goodsTypeId" label="类别" width="180" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="integrity" label="完残程度" width="130">
+              <el-table-column prop="integrity" label="完残程度" width="130" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="age" label="藏品年代" width="180">
+              <el-table-column prop="age" label="藏品年代" width="180" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column label="操作" width="120">
+              <el-table-column label="操作" width="120" :resizable="false">
                 <template #default='{row}'>
                 <template #default='{row}'>
                   <el-button type="text" @click="myLook(row)">查 看</el-button>
                   <el-button type="text" @click="myLook(row)">查 看</el-button>
                 </template>
                 </template>

+ 7 - 7
src/views/collect/collect2_audit.vue

@@ -37,23 +37,23 @@
             border
             border
             style="width: 100%"
             style="width: 100%"
           >
           >
-            <el-table-column label="缩略图" width="160">
+            <el-table-column label="缩略图" width="160" :resizable="false">
               <template #default='{row}'>
               <template #default='{row}'>
                 <div class="smimg">
                 <div class="smimg">
                   <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                   <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                 </div>
                 </div>
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="registerNum" label="总登记号" width="235">
+            <el-table-column prop="registerNum" label="总登记号" width="235" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="name" label="藏品名称"> </el-table-column>
-            <el-table-column prop="goodsTypeId" label="类别" width="180">
+            <el-table-column prop="name" label="藏品名称" :resizable="false"> </el-table-column>
+            <el-table-column prop="goodsTypeId" label="类别" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="integrity" label="完残程度" width="180">
+            <el-table-column prop="integrity" label="完残程度" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="age" label="藏品年代" width="180">
+            <el-table-column prop="age" label="藏品年代" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="age" label="操作" width="120">
+            <el-table-column prop="age" label="操作" width="120" :resizable="false">
                 <template #default='{row}'>
                 <template #default='{row}'>
                   <el-button type="text" @click="myLook(row)">查 看</el-button>
                   <el-button type="text" @click="myLook(row)">查 看</el-button>
                 </template>
                 </template>

+ 7 - 7
src/views/collect/collect2_look.vue

@@ -49,23 +49,23 @@
             border
             border
             style="width: 100%"
             style="width: 100%"
           >
           >
-            <el-table-column label="缩略图" width="160">
+            <el-table-column label="缩略图" width="160" :resizable="false">
               <template #default='{row}'>
               <template #default='{row}'>
                 <div class="smimg">
                 <div class="smimg">
                   <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                   <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                 </div>
                 </div>
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="registerNum" label="总登记号" width="235">
+            <el-table-column prop="registerNum" label="总登记号" width="235" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="name" label="藏品名称"> </el-table-column>
-            <el-table-column prop="goodsTypeId" label="类别" width="180">
+            <el-table-column prop="name" label="藏品名称" :resizable="false"> </el-table-column>
+            <el-table-column prop="goodsTypeId" label="类别" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="integrity" label="完残程度" width="180">
+            <el-table-column prop="integrity" label="完残程度" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="age" label="藏品年代" width="300">
+            <el-table-column prop="age" label="藏品年代" width="300" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="status" label="操作" width="120">
+            <el-table-column prop="status" label="操作" width="120" :resizable="false">
               <template #default='{row}'>
               <template #default='{row}'>
                 <el-button type="text" @click="myLook(row)">查 看</el-button>
                 <el-button type="text" @click="myLook(row)">查 看</el-button>
               </template>
               </template>

+ 8 - 8
src/views/holding/holding0.vue

@@ -62,21 +62,21 @@
               border
               border
               style="width: 100%"
               style="width: 100%"
             >
             >
-              <el-table-column prop="num" label="登记编号" width="230">
+              <el-table-column prop="num" label="登记编号" width="230" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="sourceId" label="藏品来源" width="100">
+              <el-table-column prop="sourceId" label="藏品来源" width="100" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="unit" label="单位或个人">
+              <el-table-column prop="unit" label="单位或个人" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="realName" label="登记人员" width="110">
+              <el-table-column prop="realName" label="登记人员" width="110" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="createTime" label="创建日期" width="200">
+              <el-table-column prop="createTime" label="创建日期" width="200" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="updateTime" label="完成日期" width="200">
+              <el-table-column prop="updateTime" label="完成日期" width="200" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="status" label="状态" width="130">
+              <el-table-column prop="status" label="状态" width="130" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column label="操作" width="150">
+              <el-table-column label="操作" width="150" :resizable="false">
                 <template #default="{ row }">
                 <template #default="{ row }">
                   <el-button
                   <el-button
                     type="text"
                     type="text"

+ 4 - 4
src/views/holding/holding0_DiaEdit.vue

@@ -278,17 +278,17 @@
       border
       border
       style="width: 100%;margin-top: 40px;"
       style="width: 100%;margin-top: 40px;"
     >
     >
-      <el-table-column label="缩略图" width="140" v-if="affixVal==='img'">
+      <el-table-column label="缩略图" width="140" v-if="affixVal==='img'" :resizable="false">
         <template #default='{row}'>
         <template #default='{row}'>
           <div class="smimg">
           <div class="smimg">
             <img :src="baseURL+row.filePath" alt="" :onerror='defaultImg'/>
             <img :src="baseURL+row.filePath" alt="" :onerror='defaultImg'/>
           </div>
           </div>
         </template>
         </template>
       </el-table-column>
       </el-table-column>
-      <el-table-column prop="name" label="附件名称"> </el-table-column>
-      <el-table-column prop="updateTime" label="上传时间" width="200">
+      <el-table-column prop="name" label="附件名称" :resizable="false"> </el-table-column>
+      <el-table-column prop="updateTime" label="上传时间" width="200" :resizable="false">
       </el-table-column>
       </el-table-column>
-      <el-table-column label="操作" width="150">
+      <el-table-column label="操作" width="150" :resizable="false">
         <template #default='{row}'>
         <template #default='{row}'>
           <!-- 图片的查看 -->
           <!-- 图片的查看 -->
           <a href="javascript:;" class="mydown" @click="imgLook(row.filePath)" v-show="affixVal==='img'">查 看</a>
           <a href="javascript:;" class="mydown" @click="imgLook(row.filePath)" v-show="affixVal==='img'">查 看</a>

+ 4 - 4
src/views/holding/holding0_Dialog.vue

@@ -280,17 +280,17 @@
       border
       border
       style="width: 100%;margin-top: 40px;"
       style="width: 100%;margin-top: 40px;"
     >
     >
-      <el-table-column label="缩略图" width="140" v-if="affixVal==='img'">
+      <el-table-column label="缩略图" width="140" v-if="affixVal==='img'" :resizable="false">
         <template #default='{row}'>
         <template #default='{row}'>
           <div class="smimg">
           <div class="smimg">
             <img :src="baseURL+row.filePath" alt="" :onerror='defaultImg'/>
             <img :src="baseURL+row.filePath" alt="" :onerror='defaultImg'/>
           </div>
           </div>
         </template>
         </template>
       </el-table-column>
       </el-table-column>
-      <el-table-column prop="name" label="附件名称"> </el-table-column>
-      <el-table-column prop="updateTime" label="上传时间" width="200">
+      <el-table-column prop="name" label="附件名称" :resizable="false"> </el-table-column>
+      <el-table-column prop="updateTime" label="上传时间" width="200" :resizable="false">
       </el-table-column>
       </el-table-column>
-      <el-table-column label="操作" width="150">
+      <el-table-column label="操作" width="150" :resizable="false">
         <template #default='{row}'>
         <template #default='{row}'>
           <!-- 图片的查看 -->
           <!-- 图片的查看 -->
           <a href="javascript:;" class="mydown" @click="imgLook(row.filePath)" v-show="affixVal==='img'">查 看</a>
           <a href="javascript:;" class="mydown" @click="imgLook(row.filePath)" v-show="affixVal==='img'">查 看</a>

+ 8 - 6
src/views/holding/holding0_add.vue

@@ -61,10 +61,11 @@
               style="width: 100%"
               style="width: 100%"
             >
             >
              <el-table-column
              <el-table-column
+             :resizable="false"
       type="selection"
       type="selection"
       width="40">
       width="40">
     </el-table-column>
     </el-table-column>
-              <el-table-column label="缩略图" width="146">
+              <el-table-column label="缩略图" width="146" :resizable="false">
                 <template #default="{row}">
                 <template #default="{row}">
                   <div class="smimg">
                   <div class="smimg">
                     <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                     <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
@@ -72,20 +73,21 @@
                 </template>
                 </template>
               </el-table-column>
               </el-table-column>
               <el-table-column
               <el-table-column
+              :resizable="false"
                 prop="registerNum"
                 prop="registerNum"
                 label="总登记号"
                 label="总登记号"
                 width="235"
                 width="235"
               >
               >
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="name"  label="藏品名称">
+              <el-table-column prop="name"  label="藏品名称" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="goodsTypeId"  label="类别" width="130">
+              <el-table-column prop="goodsTypeId"  label="类别" width="130" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="integrity"  label="完残程度" width="220">
+              <el-table-column prop="integrity"  label="完残程度" width="220" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="age" label="藏品年代" width="130">
+              <el-table-column prop="age" label="藏品年代" width="130" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column label="操作" width="130">
+              <el-table-column label="操作" width="130" :resizable="false">
                 <template #default="{row}">
                 <template #default="{row}">
                   <el-button type="text" @click="edit(row.id)">编 辑</el-button>
                   <el-button type="text" @click="edit(row.id)">编 辑</el-button>
                   <el-button type="text" @click="deletes(row.id)">删 除</el-button>
                   <el-button type="text" @click="deletes(row.id)">删 除</el-button>

+ 7 - 7
src/views/holding/holding0_audit.vue

@@ -47,26 +47,26 @@
             border
             border
             style="width: 100%"
             style="width: 100%"
           >
           >
-            <el-table-column label="缩略图" width="100">
+            <el-table-column label="缩略图" width="100" :resizable="false">
               <template #default='{row}'>
               <template #default='{row}'>
                 <div class="smimg">
                 <div class="smimg">
                   <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                   <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                 </div>
                 </div>
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="registerNum" label="总登记号" width="235">
+            <el-table-column prop="registerNum" label="总登记号" width="235" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="name" label="藏品名称"> </el-table-column>
-            <el-table-column prop="goodsTypeId" label="类别" width="130">
+            <el-table-column prop="name" label="藏品名称" :resizable="false"> </el-table-column>
+            <el-table-column prop="goodsTypeId" label="类别" width="130" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="integrity" label="完残程度" width="220">
+            <el-table-column prop="integrity" label="完残程度" width="220" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column label="操作" width="130">
+            <el-table-column label="操作" width="130" :resizable="false">
               <template #default='{row}'>
               <template #default='{row}'>
                 <el-button type="text" @click="myLook(row)">查 看</el-button>
                 <el-button type="text" @click="myLook(row)">查 看</el-button>
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column label="藏品归属" width="200">
+            <el-table-column label="藏品归属" width="200" :resizable="false">
               <template #default='scopt' >
               <template #default='scopt' >
 <el-switch
 <el-switch
  @click.native="myswitch1(scopt.$index,scopt.row.id)"
  @click.native="myswitch1(scopt.$index,scopt.row.id)"

+ 4 - 4
src/views/holding/holding0_audit_Dia.vue

@@ -101,17 +101,17 @@
         border
         border
         style="width: 100%"
         style="width: 100%"
       >
       >
-        <el-table-column label="缩略图" width="120" v-if="this.select==='img'">
+        <el-table-column label="缩略图" width="120" v-if="this.select==='img'" :resizable="false">
           <template #default='{row}'>
           <template #default='{row}'>
             <div class="smimg">
             <div class="smimg">
               <img :src="baseURL+row.filePath" alt="" :onerror='defaultImg'/>
               <img :src="baseURL+row.filePath" alt="" :onerror='defaultImg'/>
             </div>
             </div>
           </template>
           </template>
         </el-table-column>
         </el-table-column>
-        <el-table-column prop="name" label="附件名称" width="235">
+        <el-table-column prop="name" label="附件名称" width="235" :resizable="false">
         </el-table-column>
         </el-table-column>
-        <el-table-column prop="updateTime" label="上传时间"> </el-table-column>
-        <el-table-column  label="操作" width="150">
+        <el-table-column prop="updateTime" label="上传时间" :resizable="false"> </el-table-column>
+        <el-table-column  label="操作" width="150" :resizable="false">
           <template #default='{row}'>
           <template #default='{row}'>
           <a href="javascript:;" class="mydown" @click="imgLook(row.filePath)" v-show="select==='img'">查 看</a>
           <a href="javascript:;" class="mydown" @click="imgLook(row.filePath)" v-show="select==='img'">查 看</a>
           <a :href="baseURL + row.filePath" target="_blank" :download="baseURL + row.filePath" class="mydown">下 载</a>
           <a :href="baseURL + row.filePath" target="_blank" :download="baseURL + row.filePath" class="mydown">下 载</a>

+ 7 - 7
src/views/holding/holding0_result.vue

@@ -53,26 +53,26 @@
             border
             border
             style="width: 100%"
             style="width: 100%"
           >
           >
-            <el-table-column label="缩略图" width="120">
+            <el-table-column label="缩略图" width="120" :resizable="false">
               <template #default='{row}'>
               <template #default='{row}'>
                 <div class="smimg">
                 <div class="smimg">
                   <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                   <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                 </div>
                 </div>
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="registerNum" label="总登记号" width="235">
+            <el-table-column prop="registerNum" label="总登记号" width="235" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="name" label="藏品名称"> </el-table-column>
-            <el-table-column prop="goodsTypeId" label="文物类别" width="180">
+            <el-table-column prop="name" label="藏品名称" :resizable="false"> </el-table-column>
+            <el-table-column prop="goodsTypeId" label="文物类别" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="integrity" label="完残程度" width="220">
+            <el-table-column prop="integrity" label="完残程度" width="220" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column label="操作" width="130">
+            <el-table-column label="操作" width="130" :resizable="false">
               <template #default='{row}'>
               <template #default='{row}'>
                 <el-button type="text"  @click="myLook(row)">查 看</el-button>
                 <el-button type="text"  @click="myLook(row)">查 看</el-button>
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="isStorage" label="审核结果" width="130">
+            <el-table-column prop="isStorage" label="审核结果" width="130" :resizable="false">
             </el-table-column>
             </el-table-column>
           </el-table>
           </el-table>
         </div>
         </div>

+ 7 - 7
src/views/holding/holding1.vue

@@ -44,19 +44,19 @@
               border
               border
               style="width: 100%"
               style="width: 100%"
             >
             >
-              <el-table-column prop="num" label="入库编号" width="180">
+              <el-table-column prop="num" label="入库编号" width="180" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="realName" label="登记人" width="150">
+              <el-table-column prop="realName" label="登记人" width="150" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="description" label="入库说明">
+              <el-table-column prop="description" label="入库说明" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="createTime" label="创建日期" width="180">
+              <el-table-column prop="createTime" label="创建日期" width="180" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="updateTime" label="完成日期" width="180">
+              <el-table-column prop="updateTime" label="完成日期" width="180" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="status" label="状态" width="130">
+              <el-table-column prop="status" label="状态" width="130" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column label="操作" width="195">
+              <el-table-column label="操作" width="195" :resizable="false">
                 <template #default='{row}'>
                 <template #default='{row}'>
                   <el-button type="text" v-if="row.status==='已完成'||row.status==='待入库'||row.status==='审核不通过'" @click="myLook(row)">查看</el-button>
                   <el-button type="text" v-if="row.status==='已完成'||row.status==='待入库'||row.status==='审核不通过'" @click="myLook(row)">查看</el-button>
                   <el-button type="text" v-if="row.status==='待审核'" @click="audit(row)" v-show="userLogo.audit">审核</el-button>
                   <el-button type="text" v-if="row.status==='待审核'" @click="audit(row)" v-show="userLogo.audit">审核</el-button>

+ 5 - 5
src/views/holding/holding1_Dialog.vue

@@ -18,18 +18,18 @@
       border
       border
       style="width: 100%"
       style="width: 100%"
     >
     >
-      <el-table-column type="selection" width="55"> </el-table-column>
-      <el-table-column label="缩略图" width="140">
+      <el-table-column type="selection" width="55" :resizable="false"> </el-table-column>
+      <el-table-column label="缩略图" width="140" :resizable="false">
         <template #default="{ row }">
         <template #default="{ row }">
           <div class="smimg">
           <div class="smimg">
             <img :src="baseURL + row.thumb" alt="" :onerror='defaultImg'/>
             <img :src="baseURL + row.thumb" alt="" :onerror='defaultImg'/>
           </div>
           </div>
         </template>
         </template>
       </el-table-column>
       </el-table-column>
-      <el-table-column prop="registerNum" label="总登记号" width="180">
+      <el-table-column prop="registerNum" label="总登记号" width="180" :resizable="false">
       </el-table-column>
       </el-table-column>
-      <el-table-column prop="name" label="藏品名称"> </el-table-column>
-      <el-table-column prop="goodsTypeName" label="类别" width="180">
+      <el-table-column prop="name" label="藏品名称" :resizable="false"> </el-table-column>
+      <el-table-column prop="goodsTypeName" label="类别" width="180" :resizable="false">
       </el-table-column>
       </el-table-column>
     </el-table>
     </el-table>
     <!-- 分页器 -->
     <!-- 分页器 -->

+ 7 - 7
src/views/holding/holding1_add.vue

@@ -55,23 +55,23 @@
               border
               border
               style="width: 100%"
               style="width: 100%"
             >
             >
-              <el-table-column type="selection" width="40"> </el-table-column>
-              <el-table-column label="缩略图" width="146">
+              <el-table-column type="selection" width="40" :resizable="false"> </el-table-column>
+              <el-table-column label="缩略图" width="146" :resizable="false">
                 <template #default='{row}'>
                 <template #default='{row}'>
                   <div class="smimg">
                   <div class="smimg">
                     <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                     <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                   </div>
                   </div>
                 </template>
                 </template>
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="registerNum" label="总登记号" width="235">
+              <el-table-column prop="registerNum" label="总登记号" width="235" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="name" label="藏品名称">
+              <el-table-column prop="name" label="藏品名称" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="goodsTypeId" label="类别" width="180">
+              <el-table-column prop="goodsTypeId" label="类别" width="180" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="integrity" label="完残程度" width="130">
+              <el-table-column prop="integrity" label="完残程度" width="130" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column label="藏品位置" width="350">
+              <el-table-column label="藏品位置" width="350" :resizable="false">
                 <template #default='scopt'>
                 <template #default='scopt'>
                   <el-cascader
                   <el-cascader
                     style="width:100%"
                     style="width:100%"

+ 6 - 6
src/views/holding/holding1_audit.vue

@@ -39,21 +39,21 @@
             border
             border
             style="width: 100%"
             style="width: 100%"
           >
           >
-            <el-table-column label="缩略图" width="160">
+            <el-table-column label="缩略图" width="160" :resizable="false">
               <template #default='{row}'>
               <template #default='{row}'>
                 <div class="smimg">
                 <div class="smimg">
                   <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                   <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                 </div>
                 </div>
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="registerNum" label="总登记号" width="235">
+            <el-table-column prop="registerNum" label="总登记号" width="235" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="name" label="藏品名称"> </el-table-column>
-            <el-table-column prop="goodsTypeId" label="类别" width="180">
+            <el-table-column prop="name" label="藏品名称" :resizable="false"> </el-table-column>
+            <el-table-column prop="goodsTypeId" label="类别" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="integrity" label="完残程度" width="150">
+            <el-table-column prop="integrity" label="完残程度" width="150" :resizable="false">
             </el-table-column>
             </el-table-column>
-              <el-table-column label="藏品位置" width="350">
+              <el-table-column label="藏品位置" width="350" :resizable="false">
                 <template #default='scopt'>
                 <template #default='scopt'>
                   <el-cascader
                   <el-cascader
                     placeholder=""
                     placeholder=""

+ 7 - 7
src/views/holding/holding1_look.vue

@@ -49,21 +49,21 @@
             border
             border
             style="width: 100%"
             style="width: 100%"
           >
           >
-            <el-table-column label="缩略图" width="160">
+            <el-table-column label="缩略图" width="160" :resizable="false">
               <template #default='{row}'>
               <template #default='{row}'>
                 <div class="smimg">
                 <div class="smimg">
                   <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                   <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                 </div>
                 </div>
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="registerNum" label="总登记号" width="235">
+            <el-table-column prop="registerNum" label="总登记号" width="235" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="name" label="藏品名称"> </el-table-column>
-            <el-table-column prop="goodsTypeId" label="类别" width="180">
+            <el-table-column prop="name" label="藏品名称" :resizable="false"> </el-table-column>
+            <el-table-column prop="goodsTypeId" label="类别" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="integrity" label="完残程度" width="150">
+            <el-table-column prop="integrity" label="完残程度" width="150" :resizable="false">
             </el-table-column>
             </el-table-column>
-              <el-table-column label="藏品位置" width="350">
+              <el-table-column label="藏品位置" width="350" :resizable="false">
                 <template #default='scopt'>
                 <template #default='scopt'>
                   <el-cascader
                   <el-cascader
                     placeholder=""
                     placeholder=""
@@ -76,7 +76,7 @@
                   ></el-cascader>
                   ></el-cascader>
                 </template>
                 </template>
               </el-table-column>
               </el-table-column>
-            <el-table-column prop="status" label="入库状态" width="130">
+            <el-table-column prop="status" label="入库状态" width="130" :resizable="false">
             </el-table-column>
             </el-table-column>
           </el-table>
           </el-table>
         </div>
         </div>

+ 7 - 7
src/views/holding/holding2.vue

@@ -44,19 +44,19 @@
               border
               border
               style="width: 100%"
               style="width: 100%"
             >
             >
-              <el-table-column prop="num" label="出库单号" >
+              <el-table-column prop="num" label="出库单号" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="realName" label="登记人" width="200">
+              <el-table-column prop="realName" label="登记人" width="200" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="type" label="出库类型" width="200">
+              <el-table-column prop="type" label="出库类型" width="200" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="createTime" label="登记日期" width="280">
+              <el-table-column prop="createTime" label="登记日期" width="280" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="updateTime" label="出库日期" width="280">
+              <el-table-column prop="updateTime" label="出库日期" width="280" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="status" label="状态" width="200">
+              <el-table-column prop="status" label="状态" width="200" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column label="操作" width="200">
+              <el-table-column label="操作" width="200" :resizable="false">
                 <template #default='{row}'>
                 <template #default='{row}'>
                   <el-button type="text" v-if="row.status==='待归还'||row.status==='已归还'||row.status==='审核不通过'" @click="myLook(row)">查看</el-button>
                   <el-button type="text" v-if="row.status==='待归还'||row.status==='已归还'||row.status==='审核不通过'" @click="myLook(row)">查看</el-button>
                   <el-button type="text" v-if="row.status==='待审核'" @click="audit(row)" v-show="userLogo.audit">审核</el-button>
                   <el-button type="text" v-if="row.status==='待审核'" @click="audit(row)" v-show="userLogo.audit">审核</el-button>

+ 5 - 5
src/views/holding/holding2_Dialog.vue

@@ -18,18 +18,18 @@
       border
       border
       style="width: 100%"
       style="width: 100%"
     >
     >
-      <el-table-column type="selection" width="55"> </el-table-column>
-      <el-table-column label="缩略图" width="140">
+      <el-table-column type="selection" width="55" :resizable="false"> </el-table-column>
+      <el-table-column label="缩略图" width="140" :resizable="false">
         <template #default="{ row }">
         <template #default="{ row }">
           <div class="smimg">
           <div class="smimg">
             <img :src="baseURL + row.thumb" alt="" :onerror='defaultImg'/>
             <img :src="baseURL + row.thumb" alt="" :onerror='defaultImg'/>
           </div>
           </div>
         </template>
         </template>
       </el-table-column>
       </el-table-column>
-      <el-table-column prop="registerNum" label="总登记号" width="180">
+      <el-table-column prop="registerNum" label="总登记号" width="180" :resizable="false">
       </el-table-column>
       </el-table-column>
-      <el-table-column prop="name" label="藏品名称"> </el-table-column>
-      <el-table-column prop="goodsTypeName" label="类别" width="180">
+      <el-table-column prop="name" label="藏品名称" :resizable="false"> </el-table-column>
+      <el-table-column prop="goodsTypeName" label="类别" width="180" :resizable="false">
       </el-table-column>
       </el-table-column>
     </el-table>
     </el-table>
     <!-- 分页器 -->
     <!-- 分页器 -->

+ 8 - 8
src/views/holding/holding2_add.vue

@@ -66,25 +66,25 @@
               border
               border
               style="width: 100%"
               style="width: 100%"
             >
             >
-              <el-table-column type="selection" width="40"> </el-table-column>
-              <el-table-column label="缩略图" width="146">
+              <el-table-column type="selection" width="40" :resizable="false"> </el-table-column>
+              <el-table-column label="缩略图" width="146" :resizable="false">
                 <template #default='{row}'>
                 <template #default='{row}'>
                   <div class="smimg">
                   <div class="smimg">
                     <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                     <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                   </div>
                   </div>
                 </template>
                 </template>
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="registerNum" label="总登记号" width="235">
+              <el-table-column prop="registerNum" label="总登记号" width="235" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="name" label="藏品名称">
+              <el-table-column prop="name" label="藏品名称" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="goodsTypeId" label="类别" width="180">
+              <el-table-column prop="goodsTypeId" label="类别" width="180" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="integrity" label="完残程度" width="130">
+              <el-table-column prop="integrity" label="完残程度" width="130" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="age" label="藏品年代" width="130">
+              <el-table-column prop="age" label="藏品年代" width="130" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column label="出库位置" width="230">
+              <el-table-column label="出库位置" width="230" :resizable="false">
                 <template #default='scopt'>
                 <template #default='scopt'>
                   <el-input  v-model="tableData[scopt.$index].outPath" placeholder="请输入位置"></el-input>
                   <el-input  v-model="tableData[scopt.$index].outPath" placeholder="请输入位置"></el-input>
                 </template>
                 </template>

+ 6 - 6
src/views/holding/holding2_audit.vue

@@ -41,21 +41,21 @@
             border
             border
             style="width: 100%"
             style="width: 100%"
           >
           >
-            <el-table-column label="缩略图" width="160">
+            <el-table-column label="缩略图" width="160" :resizable="false">
               <template #default='{row}'>
               <template #default='{row}'>
                 <div class="smimg">
                 <div class="smimg">
                   <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                   <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                 </div>
                 </div>
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="registerNum" label="总登记号" width="235">
+            <el-table-column prop="registerNum" label="总登记号" width="235" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="name" label="藏品名称"> </el-table-column>
-            <el-table-column prop="goodsTypeId" label="类别" width="180">
+            <el-table-column prop="name" label="藏品名称" :resizable="false"> </el-table-column>
+            <el-table-column prop="goodsTypeId" label="类别" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="integrity" label="完残程度" width="180">
+            <el-table-column prop="integrity" label="完残程度" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="outPath" label="出库位置" width="300">
+            <el-table-column prop="outPath" label="出库位置" width="300" :resizable="false">
             </el-table-column>
             </el-table-column>
           </el-table>
           </el-table>
         </div>
         </div>

+ 8 - 7
src/views/holding/holding2_look.vue

@@ -54,28 +54,29 @@
             style="width: 100%"
             style="width: 100%"
           >
           >
             <el-table-column
             <el-table-column
+            :resizable="false"
               type="selection"
               type="selection"
               :selectable="selectable"
               :selectable="selectable"
               width="55"
               width="55"
             >
             >
             </el-table-column>
             </el-table-column>
-            <el-table-column label="缩略图" width="160">
+            <el-table-column label="缩略图" width="160" :resizable="false">
               <template #default="{ row }">
               <template #default="{ row }">
                 <div class="smimg">
                 <div class="smimg">
                   <img :src="baseURL + row.thumb" alt="" :onerror='defaultImg'/>
                   <img :src="baseURL + row.thumb" alt="" :onerror='defaultImg'/>
                 </div>
                 </div>
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="registerNum" label="总登记号" width="235">
+            <el-table-column prop="registerNum" label="总登记号" width="235" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="name" label="藏品名称"> </el-table-column>
-            <el-table-column prop="goodsTypeId" label="类别" width="180">
+            <el-table-column prop="name" label="藏品名称" :resizable="false"> </el-table-column>
+            <el-table-column prop="goodsTypeId" label="类别" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="integrity" label="完残程度" width="180">
+            <el-table-column prop="integrity" label="完残程度" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="status" label="状态" width="180">
+            <el-table-column prop="status" label="状态" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="outPath" label="出库位置" width="300">
+            <el-table-column prop="outPath" label="出库位置" width="300" :resizable="false">
             </el-table-column>
             </el-table-column>
           </el-table>
           </el-table>
         </div>
         </div>

+ 7 - 6
src/views/holding/holding3.vue

@@ -72,7 +72,7 @@
               border
               border
               style="width: 100%"
               style="width: 100%"
             >
             >
-              <el-table-column label="缩略图" width="80">
+              <el-table-column label="缩略图" width="80" :resizable="false">
                 <template #default='{row}'>
                 <template #default='{row}'>
                   <div class="smimg">
                   <div class="smimg">
                     <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                     <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
@@ -80,21 +80,22 @@
                 </template>
                 </template>
               </el-table-column>
               </el-table-column>
               <el-table-column
               <el-table-column
+              :resizable="false"
                 prop="registerNum"
                 prop="registerNum"
                 sortable
                 sortable
                 label="总登记号"
                 label="总登记号"
                 width="235"
                 width="235"
               >
               >
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="name" sortable label="藏品名称">
+              <el-table-column prop="name" sortable label="藏品名称" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="age" sortable label="年代" width="180">
+              <el-table-column prop="age" sortable label="年代" width="180" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="texture" sortable label="质地" width="220">
+              <el-table-column prop="texture" sortable label="质地" width="220" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="status" label="状态" width="130">
+              <el-table-column prop="status" label="状态" width="130" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column label="操作" width="130">
+              <el-table-column label="操作" width="130" :resizable="false">
                 <template #default="{row}">
                 <template #default="{row}">
                   <el-button type="text" @click="myLook(row)">查看</el-button>
                   <el-button type="text" @click="myLook(row)">查看</el-button>
                 </template>
                 </template>

+ 4 - 4
src/views/holding/holding3_DiaEdit.vue

@@ -278,17 +278,17 @@
       border
       border
       style="width: 100%;margin-top: 40px;"
       style="width: 100%;margin-top: 40px;"
     >
     >
-      <el-table-column label="缩略图" width="140" v-if="affixVal==='img'">
+      <el-table-column label="缩略图" width="140" v-if="affixVal==='img'" :resizable="false">
         <template #default='{row}'>
         <template #default='{row}'>
           <div class="smimg">
           <div class="smimg">
             <img :src="baseURL+row.filePath" alt="" :onerror='defaultImg'/>
             <img :src="baseURL+row.filePath" alt="" :onerror='defaultImg'/>
           </div>
           </div>
         </template>
         </template>
       </el-table-column>
       </el-table-column>
-      <el-table-column prop="name" label="附件名称"> </el-table-column>
-      <el-table-column prop="updateTime" label="上传时间" width="150">
+      <el-table-column prop="name" label="附件名称" :resizable="false"> </el-table-column>
+      <el-table-column prop="updateTime" label="上传时间" width="150" :resizable="false">
       </el-table-column>
       </el-table-column>
-      <el-table-column label="操作" width="150">
+      <el-table-column label="操作" width="150" :resizable="false">
         <template #default='{row}'>
         <template #default='{row}'>
           <!-- 图片的查看 -->
           <!-- 图片的查看 -->
           <a href="javascript:;" class="mydown" @click="imgLook(row.filePath)" v-show="affixVal==='img'">查 看</a>
           <a href="javascript:;" class="mydown" @click="imgLook(row.filePath)" v-show="affixVal==='img'">查 看</a>

+ 9 - 6
src/views/holding/holding3_look.vue

@@ -316,6 +316,7 @@
               style="width: 100%"
               style="width: 100%"
             >
             >
               <el-table-column
               <el-table-column
+              :resizable="false"
                 label="缩略图"
                 label="缩略图"
                 width="160"
                 width="160"
                 v-if="this.resource === 'img'"
                 v-if="this.resource === 'img'"
@@ -330,12 +331,12 @@
                   </div>
                   </div>
                 </template>
                 </template>
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="name" label="附件名称"> </el-table-column>
+              <el-table-column prop="name" label="附件名称" :resizable="false"> </el-table-column>
               <!-- <el-table-column prop="address" label="附件说明" ></el-table-column> -->
               <!-- <el-table-column prop="address" label="附件说明" ></el-table-column> -->
               <!-- <el-table-column prop="name" label="上传人" width="360"> </el-table-column> -->
               <!-- <el-table-column prop="name" label="上传人" width="360"> </el-table-column> -->
-              <el-table-column prop="updateTime" label="上传时间" width="360">
+              <el-table-column prop="updateTime" label="上传时间" width="360" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column label="操作" width="360">
+              <el-table-column label="操作" width="360" :resizable="false">
                 <template #default="{ row }">
                 <template #default="{ row }">
                   <!-- 图片的查看 -->
                   <!-- 图片的查看 -->
                   <a
                   <a
@@ -373,22 +374,24 @@
         :header-cell-style="{ background: '#eef1f6', color: '#606266' }"
         :header-cell-style="{ background: '#eef1f6', color: '#606266' }"
         border
         border
       >
       >
-        <el-table-column label="序号" width="50">
+        <el-table-column label="序号" width="50" :resizable="false">
           <template slot-scope="scope">
           <template slot-scope="scope">
             {{ scope.$index + (myData.pageNum - 1) * myData.pageSize + 1 }}
             {{ scope.$index + (myData.pageNum - 1) * myData.pageSize + 1 }}
           </template>
           </template>
         </el-table-column>
         </el-table-column>
         <el-table-column
         <el-table-column
+        :resizable="false"
           property="moduleNum"
           property="moduleNum"
           label="业务单号"
           label="业务单号"
         ></el-table-column>
         ></el-table-column>
         <el-table-column
         <el-table-column
+        :resizable="false"
           property="tempType"
           property="tempType"
           label="业务类型"
           label="业务类型"
           width="150"
           width="150"
         ></el-table-column>
         ></el-table-column>
-        <el-table-column property="updateTime" label="完成时间" width="220"></el-table-column>
-        <el-table-column label="操作" width="120">
+        <el-table-column property="updateTime" label="完成时间" width="220" :resizable="false"></el-table-column>
+        <el-table-column label="操作" width="120" :resizable="false">
           <template #default="{ row }">
           <template #default="{ row }">
             <el-button type="text" @click="lookRZ(row)">查 看</el-button>
             <el-button type="text" @click="lookRZ(row)">查 看</el-button>
           </template>
           </template>

+ 6 - 6
src/views/holding/holding4.vue

@@ -48,17 +48,17 @@
               border
               border
               style="width: 100%"
               style="width: 100%"
             >
             >
-              <el-table-column prop="name" label="藏品名称" >
+              <el-table-column prop="name" label="藏品名称" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="num" label="总登记号" width="280">
+              <el-table-column prop="num" label="总登记号" width="280" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="realName" label="编辑登记人" width="200">
+              <el-table-column prop="realName" label="编辑登记人" width="200" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="updateTime" label="编辑日期" width="200">
+              <el-table-column prop="updateTime" label="编辑日期" width="200" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="status" label="状态" width="230">
+              <el-table-column prop="status" label="状态" width="230" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column label="操作" width="295">
+              <el-table-column label="操作" width="295" :resizable="false">
                 <template #default='{row}'>
                 <template #default='{row}'>
                   <el-button type="text"  @click="myLook(row)" v-if="row.status!=='待审核'">查看</el-button>
                   <el-button type="text"  @click="myLook(row)" v-if="row.status!=='待审核'">查看</el-button>
                   <el-button type="text"  @click="audit(row)" v-if="row.status==='待审核'" v-show="userLogo.audit">审核</el-button>
                   <el-button type="text"  @click="audit(row)" v-if="row.status==='待审核'" v-show="userLogo.audit">审核</el-button>

+ 4 - 4
src/views/holding/holding4_audit_Dia.vue

@@ -101,17 +101,17 @@
         border
         border
         style="width: 100%"
         style="width: 100%"
       >
       >
-        <el-table-column label="缩略图" width="120" v-if="this.select==='img'">
+        <el-table-column label="缩略图" width="120" v-if="this.select==='img'" :resizable="false">
           <template #default='{row}'>
           <template #default='{row}'>
             <div class="smimg">
             <div class="smimg">
               <img :src="baseURL+row.filePath" alt="" :onerror='defaultImg'/>
               <img :src="baseURL+row.filePath" alt="" :onerror='defaultImg'/>
             </div>
             </div>
           </template>
           </template>
         </el-table-column>
         </el-table-column>
-        <el-table-column prop="name" label="附件名称" width="235">
+        <el-table-column prop="name" label="附件名称" width="235" :resizable="false">
         </el-table-column>
         </el-table-column>
-        <el-table-column prop="updateTime" label="上传时间"> </el-table-column>
-        <el-table-column  label="操作" width="150">
+        <el-table-column prop="updateTime" label="上传时间" :resizable="false"> </el-table-column>
+        <el-table-column  label="操作" width="150" :resizable="false">
           <template #default='{row}'>
           <template #default='{row}'>
           <a href="javascript:;" class="mydown" @click="imgLook(row.filePath)" v-show="select==='img'">查 看</a>
           <a href="javascript:;" class="mydown" @click="imgLook(row.filePath)" v-show="select==='img'">查 看</a>
           <a :href="baseURL + row.filePath" target="_blank" :download="baseURL + row.filePath" class="mydown">下 载</a>
           <a :href="baseURL + row.filePath" target="_blank" :download="baseURL + row.filePath" class="mydown">下 载</a>

+ 6 - 6
src/views/holding/holding5.vue

@@ -44,17 +44,17 @@
               border
               border
               style="width: 100%"
               style="width: 100%"
             >
             >
-              <el-table-column prop="num" label="注销单号" width="180">
+              <el-table-column prop="num" label="注销单号" width="180" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="realName" label="登记人" width="150">
+              <el-table-column prop="realName" label="登记人" width="150" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="description" label="注销原因">
+              <el-table-column prop="description" label="注销原因" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="updateTime" label="注销日期" width="180">
+              <el-table-column prop="updateTime" label="注销日期" width="180" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="status" label="状态" width="130">
+              <el-table-column prop="status" label="状态" width="130" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column label="操作" width="200">
+              <el-table-column label="操作" width="200" :resizable="false">
                 <template #default='{row}'>
                 <template #default='{row}'>
                   <el-button type="text" v-if="row.status==='已完成'||row.status==='审核不通过'" @click="myLook(row)">查看</el-button>
                   <el-button type="text" v-if="row.status==='已完成'||row.status==='审核不通过'" @click="myLook(row)">查看</el-button>
                   <el-button type="text" v-if="row.status==='待审核'" @click="audit(row)" v-show="userLogo.audit">审核</el-button>
                   <el-button type="text" v-if="row.status==='待审核'" @click="audit(row)" v-show="userLogo.audit">审核</el-button>

+ 5 - 5
src/views/holding/holding5_Dialog.vue

@@ -18,18 +18,18 @@
       border
       border
       style="width: 100%"
       style="width: 100%"
     >
     >
-      <el-table-column type="selection" width="55"> </el-table-column>
-      <el-table-column label="缩略图" width="140">
+      <el-table-column type="selection" width="55" :resizable="false"> </el-table-column>
+      <el-table-column label="缩略图" width="140" :resizable="false">
         <template #default="{ row }">
         <template #default="{ row }">
           <div class="smimg">
           <div class="smimg">
             <img :src="baseURL + row.thumb" alt="" :onerror='defaultImg'/>
             <img :src="baseURL + row.thumb" alt="" :onerror='defaultImg'/>
           </div>
           </div>
         </template>
         </template>
       </el-table-column>
       </el-table-column>
-      <el-table-column prop="registerNum" label="总登记号" width="180">
+      <el-table-column prop="registerNum" label="总登记号" width="180" :resizable="false">
       </el-table-column>
       </el-table-column>
-      <el-table-column prop="name" label="藏品名称"> </el-table-column>
-      <el-table-column prop="goodsTypeName" label="类别" width="180">
+      <el-table-column prop="name" label="藏品名称" :resizable="false"> </el-table-column>
+      <el-table-column prop="goodsTypeName" label="类别" width="180" :resizable="false">
       </el-table-column>
       </el-table-column>
     </el-table>
     </el-table>
     <!-- 分页器 -->
     <!-- 分页器 -->

+ 8 - 8
src/views/holding/holding5_add.vue

@@ -52,25 +52,25 @@
               border
               border
               style="width: 100%"
               style="width: 100%"
             >
             >
-              <el-table-column type="selection" width="40"> </el-table-column>
-              <el-table-column label="缩略图" width="146">
+              <el-table-column type="selection" width="40" :resizable="false"> </el-table-column>
+              <el-table-column label="缩略图" width="146" :resizable="false">
                 <template #default='{row}'>
                 <template #default='{row}'>
                   <div class="smimg">
                   <div class="smimg">
                     <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                     <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                   </div>
                   </div>
                 </template>
                 </template>
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="registerNum" label="总登记号" width="235">
+              <el-table-column prop="registerNum" label="总登记号" width="235" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="name" label="藏品名称">
+              <el-table-column prop="name" label="藏品名称" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="goodsTypeId" label="类别" width="180">
+              <el-table-column prop="goodsTypeId" label="类别" width="180" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="integrity" label="完残程度" width="130">
+              <el-table-column prop="integrity" label="完残程度" width="130" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="age" label="藏品年代" width="180">
+              <el-table-column prop="age" label="藏品年代" width="180" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column label="操作" width="120">
+              <el-table-column label="操作" width="120" :resizable="false">
                 <template #default='{row}'>
                 <template #default='{row}'>
                   <el-button type="text" @click="myLook(row)">查 看</el-button>
                   <el-button type="text" @click="myLook(row)">查 看</el-button>
                 </template>
                 </template>

+ 7 - 7
src/views/holding/holding5_audit.vue

@@ -37,23 +37,23 @@
             border
             border
             style="width: 100%"
             style="width: 100%"
           >
           >
-            <el-table-column label="缩略图" width="160">
+            <el-table-column label="缩略图" width="160" :resizable="false">
               <template #default='{row}'>
               <template #default='{row}'>
                 <div class="smimg">
                 <div class="smimg">
                   <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                   <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                 </div>
                 </div>
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="registerNum" label="总登记号" width="235">
+            <el-table-column prop="registerNum" label="总登记号" width="235" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="name" label="藏品名称"> </el-table-column>
-            <el-table-column prop="goodsTypeId" label="类别" width="180">
+            <el-table-column prop="name" label="藏品名称" :resizable="false"> </el-table-column>
+            <el-table-column prop="goodsTypeId" label="类别" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="integrity" label="完残程度" width="180">
+            <el-table-column prop="integrity" label="完残程度" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="age" label="藏品年代" width="180">
+            <el-table-column prop="age" label="藏品年代" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="age" label="操作" width="120">
+            <el-table-column prop="age" label="操作" width="120" :resizable="false">
                 <template #default='{row}'>
                 <template #default='{row}'>
                   <el-button type="text" @click="myLook(row)">查 看</el-button>
                   <el-button type="text" @click="myLook(row)">查 看</el-button>
                 </template>
                 </template>

+ 7 - 7
src/views/holding/holding5_look.vue

@@ -49,23 +49,23 @@
             border
             border
             style="width: 100%"
             style="width: 100%"
           >
           >
-            <el-table-column label="缩略图" width="160">
+            <el-table-column label="缩略图" width="160" :resizable="false">
               <template #default='{row}'>
               <template #default='{row}'>
                 <div class="smimg">
                 <div class="smimg">
                   <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                   <img :src="baseURL+row.thumb" alt="" :onerror='defaultImg'/>
                 </div>
                 </div>
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="registerNum" label="总登记号" width="235">
+            <el-table-column prop="registerNum" label="总登记号" width="235" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="name" label="藏品名称"> </el-table-column>
-            <el-table-column prop="goodsTypeId" label="类别" width="180">
+            <el-table-column prop="name" label="藏品名称" :resizable="false"> </el-table-column>
+            <el-table-column prop="goodsTypeId" label="类别" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="integrity" label="完残程度" width="180">
+            <el-table-column prop="integrity" label="完残程度" width="180" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="age" label="藏品年代" width="300">
+            <el-table-column prop="age" label="藏品年代" width="300" :resizable="false">
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="status" label="操作" width="120">
+            <el-table-column prop="status" label="操作" width="120" :resizable="false">
               <template #default='{row}'>
               <template #default='{row}'>
                 <el-button type="text" @click="myLook(row)">查 看</el-button>
                 <el-button type="text" @click="myLook(row)">查 看</el-button>
               </template>
               </template>

+ 4 - 1
src/views/statistics/statistics0.vue

@@ -59,20 +59,23 @@
               style="width: 100%"
               style="width: 100%"
             >
             >
               <el-table-column
               <el-table-column
+              :resizable="false"
                 prop="num"
                 prop="num"
                 label="货架编号"
                 label="货架编号"
                 width="200"
                 width="200"
               ></el-table-column>
               ></el-table-column>
               <el-table-column
               <el-table-column
+              :resizable="false"
                 prop="name"
                 prop="name"
                 label="货架名称"
                 label="货架名称"
                 width="200"
                 width="200"
               ></el-table-column>
               ></el-table-column>
               <el-table-column
               <el-table-column
+              :resizable="false"
                 prop="description"
                 prop="description"
                 label="备注"
                 label="备注"
               ></el-table-column>
               ></el-table-column>
-              <el-table-column label="操作" width="150">
+              <el-table-column label="操作" width="150" :resizable="false">
                 <template #default='{row}'>
                 <template #default='{row}'>
                   <i class="el-icon-edit" @click="editThree(row)" v-show="userLogo.edit"></i>
                   <i class="el-icon-edit" @click="editThree(row)" v-show="userLogo.edit"></i>
                   <i class="el-icon-delete" @click="delThree(row.id)" v-show="userLogo.del"></i>
                   <i class="el-icon-delete" @click="delThree(row.id)" v-show="userLogo.del"></i>

+ 3 - 3
src/views/statistics/statistics1.vue

@@ -77,13 +77,13 @@
             border
             border
             style="width: 100%"
             style="width: 100%"
           >
           >
-            <el-table-column prop="name" label="文物类别">
+            <el-table-column prop="name" label="文物类别" :resizable="false">
               <template #default="{ row }">
               <template #default="{ row }">
                 {{ row.name }}
                 {{ row.name }}
               </template>
               </template>
             </el-table-column>
             </el-table-column>
-            <el-table-column prop="amount" label="数量"> </el-table-column>
-            <el-table-column prop="percent" label="占比">
+            <el-table-column prop="amount" label="数量" :resizable="false"> </el-table-column>
+            <el-table-column prop="percent" label="占比" :resizable="false">
               <template #default="{ row }">
               <template #default="{ row }">
                 {{ Number(row.percent * 100).toFixed(1) + "%" }}
                 {{ Number(row.percent * 100).toFixed(1) + "%" }}
               </template>
               </template>

+ 5 - 5
src/views/system/system1.vue

@@ -29,18 +29,18 @@
               border
               border
               style="width: 100%"
               style="width: 100%"
             >
             >
-              <el-table-column  label="序号" width="80">
+              <el-table-column  label="序号" width="80" :resizable="false">
                 <template slot-scope="scope">
                 <template slot-scope="scope">
                    {{scope.$index+(myData.pageNum - 1) * myData.pageSize + 1}}
                    {{scope.$index+(myData.pageNum - 1) * myData.pageSize + 1}}
                 </template>
                 </template>
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="userName" label="账号" width="240">
+              <el-table-column prop="userName" label="账号" width="240" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="type" label="操作模块" width="240">
+              <el-table-column prop="type" label="操作模块" width="240" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="description" label="操作事件">
+              <el-table-column prop="description" label="操作事件" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="createTime" label="操作时间" width="240"> </el-table-column>
+              <el-table-column prop="createTime" label="操作时间" width="240" :resizable="false"> </el-table-column>
             </el-table>
             </el-table>
           </div>
           </div>
                         <!-- 分页器 -->
                         <!-- 分页器 -->

+ 7 - 7
src/views/system/system2.vue

@@ -47,21 +47,21 @@
               border
               border
               style="width: 100%"
               style="width: 100%"
             >
             >
-              <el-table-column  label="序号" width="80">
+              <el-table-column  label="序号" width="80" :resizable="false">
                 <template slot-scope="scope">
                 <template slot-scope="scope">
                    {{scope.$index+(myData.pageNum - 1) * myData.pageSize + 1}}
                    {{scope.$index+(myData.pageNum - 1) * myData.pageSize + 1}}
                 </template>
                 </template>
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="userName" label="账号" width="240">
+              <el-table-column prop="userName" label="账号" width="240" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="realName" label="姓名" width="180">
+              <el-table-column prop="realName" label="姓名" width="180" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="roleName" label="角色" width="200">
+              <el-table-column prop="roleName" label="角色" width="200" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column prop="phone" label="手机号"> </el-table-column>
-              <el-table-column prop="isEnabled" label="状态" width="100">
+              <el-table-column prop="phone" label="手机号" :resizable="false"> </el-table-column>
+              <el-table-column prop="isEnabled" label="状态" width="100" :resizable="false">
               </el-table-column>
               </el-table-column>
-              <el-table-column label="操作" width="220">
+              <el-table-column label="操作" width="220" :resizable="false">
                 <template #default='{row}'>
                 <template #default='{row}'>
                   <el-button type="text" @click="editUser(row.id)">修改</el-button>
                   <el-button type="text" @click="editUser(row.id)">修改</el-button>
                   <!-- <el-button type="text" v-if="row.isEnabled==='启用'">停用</el-button>
                   <!-- <el-button type="text" v-if="row.isEnabled==='启用'">停用</el-button>