zhangdan 4 年之前
父節點
當前提交
4b5cdceef5

+ 1 - 1
src/views/appSetting/bannerSetting.vue

@@ -1,6 +1,6 @@
 <template>
   <a-card :bordered="false">
-    <div class="add"><a-button type="primary" icon="plus" class="addBtn" @click="showModal" id="bannerSetting-showModal">新</a-button></div>
+    <div class="add"><a-button type="primary" icon="plus" class="addBtn" @click="showModal" id="bannerSetting-showModal">新</a-button></div>
     <v-select ref="position" style="display: none;" code="ADVERT_POSITION"></v-select>
     <!-- table列表 -->
     <s-table

+ 1 - 1
src/views/appSetting/editionSetting.vue

@@ -2,7 +2,7 @@
   <a-card :bordered="false">
     <!-- 新建 -->
     <div class="add">
-      <a-button type="primary" icon="plus" class="addBtn" @click="openModal()" id="editionSetting-openModal">新</a-button>
+      <a-button type="primary" icon="plus" class="addBtn" @click="openModal()" id="editionSetting-openModal">新</a-button>
     </div>
     <!-- table列表 -->
     <s-table

+ 1 - 1
src/views/power/role/roleList.vue

@@ -29,7 +29,7 @@
     </div>
     <a-divider />
     <div class="table-operator">
-      <a-button type="primary" icon="plus" @click="openModal" id="roleList-openModal">新</a-button>
+      <a-button type="primary" icon="plus" @click="openModal" id="roleList-openModal">新</a-button>
     </div>
 
     <s-table

+ 1 - 1
src/views/power/user/userList.vue

@@ -41,7 +41,7 @@
     </div>
     <a-divider />
     <div class="table-operator">
-      <a-button type="primary" icon="plus" @click="openModal" id="userList-openModal">新</a-button>
+      <a-button type="primary" icon="plus" @click="openModal" id="userList-openModal">新</a-button>
     </div>
 
     <s-table