zhangwencui
8 天以前 41acc01d0056630ac11083cf31397f2462acaf4e
src/pages/humanResources/monthlyStatistics/index.vue
@@ -74,7 +74,7 @@
          </view>
          <!-- 按钮区域 -->
          <view class="action-buttons">
            <u-button type="primary"
            <!-- <u-button type="primary"
                      size="small"
                      class="action-btn"
                      @click="editItem(item)">
@@ -85,7 +85,7 @@
                      class="action-btn"
                      @click="deleteItem(item)">
              删除
            </u-button>
            </u-button> -->
          </view>
        </view>
      </view>
@@ -95,12 +95,12 @@
      <text>暂无薪资台账数据</text>
    </view>
    <!-- 浮动新增按钮 -->
    <view class="fab-button"
    <!-- <view class="fab-button"
          @click="addItem">
      <up-icon name="plus"
               size="24"
               color="#ffffff"></up-icon>
    </view>
    </view> -->
  </view>
</template>