From a6235985d0fc28f9738c4dfcf5b2032c433d311e Mon Sep 17 00:00:00 2001 From: 20918 <2091823062@qq.com> Date: Fri, 9 Aug 2024 09:56:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=89=E5=AF=86=E8=BD=BD=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/system/fileprovide/add.html | 28 +++++++++---------- .../templates/system/fileprovide/detail.html | 20 ++++++------- .../system/fileprovide/fileprovide.html | 22 +++++++-------- 3 files changed, 35 insertions(+), 35 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/fileprovide/add.html b/ruoyi-admin/src/main/resources/templates/system/fileprovide/add.html index 278b9c4b..7bb26981 100644 --- a/ruoyi-admin/src/main/resources/templates/system/fileprovide/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/fileprovide/add.html @@ -1,7 +1,7 @@ - + @@ -34,15 +34,15 @@
- +
- +
- +
@@ -54,7 +54,7 @@
- +
+
@@ -96,7 +96,7 @@
- +
+
@@ -117,7 +117,7 @@
- +
@@ -125,7 +125,7 @@
- +
@@ -148,7 +148,7 @@
- +
@@ -241,7 +241,7 @@ }); $(function() { $('#targetDepart').select2({ - placeholder: "请选择收文单位", + placeholder: "请选择接收单位", allowClear: true }); }) diff --git a/ruoyi-admin/src/main/resources/templates/system/fileprovide/detail.html b/ruoyi-admin/src/main/resources/templates/system/fileprovide/detail.html index 7796b7ec..63652616 100644 --- a/ruoyi-admin/src/main/resources/templates/system/fileprovide/detail.html +++ b/ruoyi-admin/src/main/resources/templates/system/fileprovide/detail.html @@ -17,7 +17,7 @@
- +
@@ -55,7 +55,7 @@
- +
@@ -63,7 +63,7 @@
- +
@@ -73,7 +73,7 @@
- +
@@ -84,7 +84,7 @@
- +
@@ -94,7 +94,7 @@
- +
@@ -114,7 +114,7 @@
- +
@@ -122,7 +122,7 @@
- +
@@ -132,7 +132,7 @@
- +
diff --git a/ruoyi-admin/src/main/resources/templates/system/fileprovide/fileprovide.html b/ruoyi-admin/src/main/resources/templates/system/fileprovide/fileprovide.html index 73e949a0..d0c20c94 100644 --- a/ruoyi-admin/src/main/resources/templates/system/fileprovide/fileprovide.html +++ b/ruoyi-admin/src/main/resources/templates/system/fileprovide/fileprovide.html @@ -1,7 +1,7 @@ - + @@ -12,7 +12,7 @@
  • - +
  • @@ -32,7 +32,7 @@
  • - +
  • @@ -81,31 +81,31 @@ detailUrl: prefix + "/detail/{id}", removeUrl: prefix + "/remove", exportUrl: prefix + "/export", - modalName: "文件下发", + modalName: "载体下发", columns: [ { field: 'fileId', - title: '文件编号' + title: '载体编码' }, { field: 'fileName', - title: '文件标题' + title: '载体名称' }, { field: 'fileNum', - title: '文号' + title: '编号' }, { field: 'provideCount', - title: '发文份数' + title: '载体数量' }, { field: 'provideDepart', - title: '发文单位' + title: '下发单位' }, { field: 'provideDate', - title: '发文日期' + title: '下发日期' }, { field: 'instancyExtent', @@ -123,7 +123,7 @@ }, { field: 'fileSecret', - title: '文件密级', + title: '载体密级', formatter: function(value, row, index) { return $.table.selectDictLabel(fileSecretDatas, value); }