Przeglądaj źródła

fix: 样式和文案修改

wyf 1 rok temu
rodzic
commit
5f0d2467d7

+ 8 - 3
src/views/message/components/PersonFilterSelection.vue

@@ -3,7 +3,12 @@
     <div class="left">
       <div class="filter-title">
         <el-form-item>
-          <el-input v-model="personFilterValue" style="width: 253px" placeholder="请输入搜索的内容">
+          <el-input
+            v-model="personFilterValue"
+            style="width: 253px"
+            placeholder="请输入搜索的内容"
+            clearable
+          >
             <template #prepend>
               <el-select
                 v-model="personFilterType"
@@ -72,7 +77,7 @@
       <div class="head">
         <span
           style="font-weight: 400; font-size: 16px; color: rgba(0, 0, 0, 0.88); line-height: 22px"
-          >已选择:{{ selectedPersonList.length }}人</span
+          >已选择{{ selectedPersonList.length }}人</span
         >
       </div>
       <div class="selected">
@@ -82,7 +87,7 @@
           closable
           @close="handleRemoveSelectedPerson(person.id)"
         >
-          {{ person.nickname }}
+          {{ person.staffNo + '-' + person.nickname }}
         </el-tag>
       </div>
       <div class="footer">

+ 1 - 1
src/views/message/components/PushObject.vue

@@ -83,7 +83,7 @@
   <el-dialog
     v-model="userInfo"
     class="userInfo"
-    title="添加组内成员"
+    title="添加员"
     align-center
     :close-on-click-modal="false"
     style="height: 583px"

+ 1 - 1
src/views/message/reportmessage/components/CustomPersonSelection.vue

@@ -17,7 +17,7 @@
     </el-select>
     <el-dialog
       v-model="dialogVisible"
-      title="添加组内成员"
+      title="添加员"
       align-center
       :close-on-click-modal="false"
       style="height: 583px"

+ 1 - 1
src/views/message/reportmessage/components/DefaultPersonSelection.vue

@@ -17,7 +17,7 @@
     </el-select>
     <el-dialog
       v-model="dialogVisible"
-      title="添加组内成员"
+      title="添加员"
       align-center
       :close-on-click-modal="false"
       style="height: 583px"

+ 1 - 1
src/views/message/reportmessage/components/DesignatedPersonSelection.vue

@@ -17,7 +17,7 @@
     </el-select>
     <el-dialog
       v-model="dialogVisible"
-      title="添加组内成员"
+      title="添加员"
       align-center
       :close-on-click-modal="false"
       style="height: 583px"