gemercheung 3 anni fa
parent
commit
286ac51b47
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/system/account/index.vue

+ 1 - 1
src/views/system/account/index.vue

@@ -7,7 +7,7 @@
       :rowSelection="{ type: 'checkbox' }"
     >
       <template #toolbar>
-        <a-button type="primary" @click="handleCreate">新增账号</a-button>
+        <a-button type="primary" @click="handleCreate">新增主持人</a-button>
       </template>
       <template #action="{ record }">
         <TableAction