From 4bb9f72e6caf2a1a5d54d62cca3bcba2ad2de825 Mon Sep 17 00:00:00 2001
From: linwenling <3256558519@qq.com>
Date: 星期四, 24 八月 2023 22:37:59 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
ruoyi-ui/src/views/device/index.vue | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/ruoyi-ui/src/views/device/index.vue b/ruoyi-ui/src/views/device/index.vue
index 2742998..f820765 100644
--- a/ruoyi-ui/src/views/device/index.vue
+++ b/ruoyi-ui/src/views/device/index.vue
@@ -126,19 +126,19 @@
<el-table v-loading="loading" :data="equipmentList" :row-key="getRowId" ref="multipleTable" @selection-change="handleSelectionChange" :row-class-name="tableRowClassName" style="background: #FFEFF2; border-radius: 14px 14px 14px 14px;">
<el-table-column type="selection" :reserve-selection="true" width="55" align="center" />
<el-table-column fixed label="搴忓彿" sortable type="index" :index="(queryParams.pageNum-1)*queryParams.pageSize+1" width="120"/>
- <el-table-column label="璁惧鍚嶇О" prop="name" sortable width="120" />
+ <el-table-column label="璁惧鍚嶇О" prop="name" sortable width="150" />
- <el-table-column label="鏃堕棿" align="happenTime" sortable prop="happenTime" width="150">
+ <el-table-column label="鏃堕棿" align="happenTime" sortable prop="happenTime" width="140">
<template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '鈥斺�斺�斺��'}}</template>
</el-table-column>
- <el-table-column label="鏄惁娉ㄩ攢" align="center" sortable prop="status" width="120">
+ <el-table-column label="鏄惁娉ㄩ攢" align="center" sortable prop="status" width="140">
<template slot-scope="scope">
{{ getSrc1(scope.row.status) }}
</template>
</el-table-column>
- <el-table-column label="璐拱浜�" prop="buyer" sortable width="100" />
+ <el-table-column label="璐拱浜�" prop="buyer" sortable width="140" />
<el-table-column label="浜嬮」鍐呭" prop="content" sortable :show-overflow-tooltip="true" width="150" />
- <el-table-column label="瀛樻斁鍦扮偣" prop="location" sortable width="100" />
+ <el-table-column label="瀛樻斁鍦扮偣" prop="location" sortable width="120" />
<el-table-column label="澶囨敞" prop="remark" sortable width="100" >
<template slot-scope="scope">{{scope.row.remark? scope.row.remark: '鈥斺�斺�斺��'}}</template>
@@ -249,8 +249,7 @@
:http-request="requestUpload"
:file-list="fileList"
>
- <div v-if="uploading" class="upload-status">姝e湪涓婁紶...</div>
- <i v-if="!uploading" slot="default" class="el-icon-plus"></i>
+ <i slot="default" class="el-icon-plus"></i>
<div slot="file" slot-scope="{file}">
<img
class="el-upload-list__item-thumbnail"
@@ -291,7 +290,8 @@
:http-request="requestUpload"
:show-file-list="true"
>
- <el-button type="primary">涓婁紶</el-button>
+ <el-button type="primary">鐐瑰嚮涓婁紶</el-button>
+ <div v-if="uploading" class="upload-status">姝e湪涓婁紶...</div>
<template #tip>
<div class="el-upload__tip">
</div>
--
Gitblit v1.9.1