| | |
| | | <template> |
| | | <view class="emergency-plan-review"> |
| | | <!-- 使用通用页面头部组件 --> |
| | | <PageHeader title="应急预案审核" |
| | | <PageHeader title="应急预案查阅" |
| | | @back="goBack" /> |
| | | <!-- 搜索和筛选区域 --> |
| | | <view class="search-section"> |
| | |
| | | </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> |
| | |
| | | <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> |
| | | |