Jelajahi Sumber

点位界面加详情按钮

like 5 bulan lalu
induk
melakukan
11c5d74026
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      snowy-admin-web/src/views/biz/monitor/point/index.vue

+ 2 - 0
snowy-admin-web/src/views/biz/monitor/point/index.vue

@@ -64,6 +64,8 @@
 					<a-popconfirm title="确定要删除吗?" @confirm="deleteData(record)">
 						<a-button type="link" danger size="small">删除</a-button>
 					</a-popconfirm>
+
+					<a-button type="link" size="small" @click="leaveFor('/biz/monitor/trendchart', record)">详情</a-button>
 				</template>
 			</template>
 		</s-table>