Commit 96de0e7d authored by renjintao's avatar renjintao

Merge branch 'master' of git.mes123.com:zhouyx/mes-ui into product-rjt

parents 81b5493b 53eeb311
...@@ -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