Commit 53eeb311 authored by renjintao's avatar renjintao

aps

parent 9dc1f424
...@@ -178,8 +178,7 @@ export default { ...@@ -178,8 +178,7 @@ export default {
h("Icon", { h("Icon", {
attrs: { attrs: {
type: params.row.insert_flag == 1 ? type: params.row.insert_flag == 1 ?
"ios-water" : "ios-water" : "ios-water-outline",
"ios-water-outline",
size: 20, size: 20,
color: params.row.insert_flag == 1 ? "#2680EB" : "#aaa" color: params.row.insert_flag == 1 ? "#2680EB" : "#aaa"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment