Parcourir la source

feat(组件): 新增app

tangning il y a 2 ans
Parent
commit
b2b004a964
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/product/app/index.vue

+ 1 - 1
src/views/product/app/index.vue

@@ -2,7 +2,7 @@
   <div>
     <BasicTable @register="registerTable">
       <template #toolbar>
-        <a-button type="primary" v-if="getCheckPerm('App-add')" @click="()=>{openAddModal(true)}"> 新</a-button>
+        <a-button type="primary" v-if="getCheckPerm('App-add')" @click="()=>{openAddModal(true)}"> 新增 App</a-button>
       </template>
         <template #action="{ record }">
           <TableAction