zhangwencui
8 天以前 41acc01d0056630ac11083cf31397f2462acaf4e
src/pages/safeProduction/accidentReportingRecord/index.vue
@@ -80,7 +80,7 @@
                      @click="viewDetail(item)">
              查看详情
            </u-button>
            <u-button type="primary"
            <!-- <u-button type="primary"
                      size="small"
                      class="action-btn"
                      @click="editAccident(item)">
@@ -91,7 +91,7 @@
                      class="action-btn"
                      @click="deleteAccident(item)">
              删除
            </u-button>
            </u-button> -->
          </view>
        </view>
      </view>
@@ -101,12 +101,12 @@
      <text>暂无事故记录</text>
    </view>
    <!-- 浮动新增按钮 -->
    <view class="fab-button"
    <!-- <view class="fab-button"
          @click="addAccident">
      <up-icon name="plus"
               size="24"
               color="#ffffff"></up-icon>
    </view>
    </view> -->
  </view>
</template>