소스 검색

feat(组件): 新增app

tangning 3 년 전
부모
커밋
b2b004a964
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/product/app/index.vue

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

@@ -2,7 +2,7 @@
   <div>
   <div>
     <BasicTable @register="registerTable">
     <BasicTable @register="registerTable">
       <template #toolbar>
       <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>
         <template #action="{ record }">
         <template #action="{ record }">
           <TableAction
           <TableAction