Browse Source

feat(组件): 新增app

tangning 2 years ago
parent
commit
b2b004a964
1 changed files with 1 additions and 1 deletions
  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