zhangwencui
8 天以前 41acc01d0056630ac11083cf31397f2462acaf4e
src/pages/safeProduction/emergencyPlanReview/index.vue
@@ -66,24 +66,24 @@
          </view>
          <!-- 按钮区域 -->
          <view class="action-buttons">
            <u-button type="primary"
            <!-- <u-button type="primary"
                      size="small"
                      class="action-btn"
                      @click="editPlan(item)">
              编辑
            </u-button>
            </u-button> -->
            <u-button type="info"
                      size="small"
                      class="action-btn"
                      @click="viewDetail(item)">
              查看详情
            </u-button>
            <u-button type="error"
            <!-- <u-button type="error"
                      size="small"
                      class="action-btn"
                      @click="deletePlan(item)">
              删除
            </u-button>
            </u-button> -->
          </view>
        </view>
      </view>
@@ -93,12 +93,12 @@
      <text>暂无应急预案</text>
    </view>
    <!-- 浮动新增按钮 -->
    <view class="fab-button"
    <!-- <view class="fab-button"
          @click="addPlan">
      <up-icon name="plus"
               size="24"
               color="#ffffff"></up-icon>
    </view>
    </view> -->
  </view>
</template>