sunyanqiang 3 gadi atpakaļ
vecāks
revīzija
99eac161b6

+ 8 - 0
src/api/regulations/fileinfo.js

@@ -53,4 +53,12 @@ export function exportFileinfo(query) {
     method: 'get',
     params: query
   })
+}
+
+// 获取排行列表接口
+export function rankList() {  
+  return request({
+    url:"/regulations/fileinfo/getReadNumber",
+    method:"get"
+  })
 }

+ 21 - 1
src/assets/styles/global.css

@@ -634,4 +634,24 @@ background-color: #1d96ff;
 }
 .el-dialog__wrapper .el-table .el-table__row .el-progress{
   margin-bottom: 0px !important;
-}
+}
+.guizhangzhidu .RankingTables .el-table__cell{
+  /* text-align: center !important; */
+  border-bottom: 1px solid rgba(113, 138, 157, 1) !important;
+   /* padding-left: 1s0px !important; */
+}
+.guizhangzhidu .RankingTables .el-table_3_column_9 {
+  text-align: center;
+}
+/* 下拉框样式 */
+.guizhangzhidu .el-select-dropdown .el-select-dropdown__wrap .el-scrollbar__view{
+  background-color: white !important;
+  text-indent: 1em;
+}
+.guizhangzhidu .el-select-dropdown .el-select-dropdown__wrap .el-scrollbar__view .el-select-dropdown__item{
+  text-indent: 1em;
+}
+/* 工作任务表格 */
+.workTask .el-table__empty-block{
+  border-bottom: 2px solid white !important;
+}

+ 2 - 7
src/components/FileUpload/index.vue

@@ -14,7 +14,7 @@
       ref="upload"
     >
       <!-- 上传按钮 -->
-      <el-button size="mini" type="primary" class="select_file" @blur.native="choose">选取文件</el-button>
+      <el-button size="mini" type="primary" class="select_file">选取文件</el-button>
       <!-- 上传提示 -->
       <div class="el-upload__tip" slot="tip" v-if="showTip">
         请上传
@@ -111,10 +111,6 @@ export default {
     },
   },
   methods: {
-    choose() {
-      console.log(this.names, 5555)
-      this.$emit("names", this.fileList)
-    },
     // 上传前校检格式和大小
     handleBeforeUpload(file) {
       // 校检文件类型
@@ -154,8 +150,7 @@ export default {
     // 上传成功回调
     handleUploadSuccess(res, file) {
       this.$message.success("上传成功");
-      this.fileList.push({name: file.name, url: res.fileName,});
-      console.log(this.fileList)
+      this.fileList.push({name: file.name, url: res.fileName,pageCount:res.pageCount,houZUI:res.houZUi,fileLength:res.fileLength});
       this.$emit("input", this.fileList);
     },
     // 删除文件

BIN
src/images/PDF.png


BIN
src/images/doc.png


BIN
src/images/downRow.png


BIN
src/images/upRow.png


+ 1 - 1
src/views/peopleChuRu/bdglLeave/index.vue

@@ -118,7 +118,7 @@
           <el-col v-if="scope.row.status1 == 2" :title="scope.row.reasons"
             >已驳回</el-col
           >
-          <el-col v-if="scope.row.status1 == 3" :formatterf>特殊审批</el-col>
+          <el-col v-if="scope.row.status1 == 3">特殊审批</el-col>
         </template></el-table-column
       >
       <el-table-column