This website works better with JavaScript.
首頁
探索
說明
註冊
登入
zhangzl
/
nsgk_mobile
關註
2
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
优化提示问题,图标
wulanhaote
liuminjian
3 年之前
父節點
23a61de853
當前提交
0a36bbac06
共有
2 個文件被更改
,包括
1 次插入
和
1 次删除
統一視圖
Diff Options
Show Stats
Download Patch File
Download Diff File
二進制
src/assets/images/homestead/delete_icon.png
+1
-1
src/views/authenticRight/index.vue
二進制
src/assets/images/homestead/delete_icon.png
查看文件
Before
After
Width:
71
| Height:
71
| Size:
4.7 KiB
Width:
72
| Height:
72
| Size:
4.7 KiB
+ 1
- 1
src/views/authenticRight/index.vue
查看文件
@@ -35,7 +35,7 @@
</van-col>
</van-col>
</van-row>
</van-row>
<van-swipe-cell v-for="(item,index) in samplingList" stop-propagation>
<van-swipe-cell v-for="(item,index) in samplingList" stop-propagation
:key="index"
>
<template #left>
<template #left>
<van-button square type="danger" style="height: 30px" text="删除" @click="removeRow(item.id,index)"/>
<van-button square type="danger" style="height: 30px" text="删除" @click="removeRow(item.id,index)"/>
</template>
</template>
Write
Preview
Loading…
取消
儲存