ソースを参照

feat(组件): 新增app

tangning 2 年 前
コミット
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