| | |
| | | @click="viewDetail(item,3)"> |
| | | 查看 |
| | | </u-button> |
| | | <u-button type="error" |
| | | <!-- <u-button type="error" |
| | | size="small" |
| | | class="action-btn" |
| | | @click="handleAbrogate(item)"> |
| | |
| | | class="action-btn" |
| | | @click="viewDetail(item,2)"> |
| | | 编辑 |
| | | </u-button> |
| | | </u-button> --> |
| | | <u-button type="primary" |
| | | size="small" |
| | | class="action-btn" |
| | | @click="fileList(item)"> |
| | | @click="fileList(item,2)"> |
| | | 附件 |
| | | </u-button> |
| | | </view> |
| | |
| | | </view> |
| | | <view v-else |
| | | class="no-data"> |
| | | <text>暂无会议室记录</text> |
| | | <text>暂无规章制度</text> |
| | | </view> |
| | | <!-- 浮动新增按钮 --> |
| | | <view class="fab-button" |
| | | <!-- <view class="fab-button" |
| | | @click="addVisit"> |
| | | <up-icon name="plus" |
| | | size="24" |
| | | color="#ffffff"></up-icon> |
| | | </view> |
| | | </view> --> |
| | | </view> |
| | | </template> |
| | | |