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

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

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

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

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