tangning 1 год назад
Родитель
Сommit
9f70e08921

+ 1 - 1
src/views/lanUser/list.vue

@@ -103,7 +103,7 @@
 
       const columns: BasicColumn[] = [
         {
-          title: '人员ID',
+          title: '人员编号',
           dataIndex: 'ryId',
           fixed: 'left',
           width: 60,

+ 1 - 1
src/views/productOperation/modal/PowersModal.vue

@@ -73,7 +73,7 @@
       const [registerDetail, { openModal: openDetaileModal }] = useModal();
       const columns: BasicColumn[] = [
         {
-          title: '人员ID',
+          title: '人员编号',
           dataIndex: 'ryId',
           width: 150,
         },

+ 1 - 1
src/views/productOperation/modal/detailModal.vue

@@ -115,7 +115,7 @@
         {
           field: 'ryId',
           component: 'AutoComplete',
-          label: '人员ID',
+          label: '人员编号',
           required: true,
           componentProps: {
             filterOption: onFilterOption,