Commit c688f91b authored by zhouzihao's avatar zhouzihao

dev-优化页面显示

parent 9c542719
......@@ -126,7 +126,14 @@ export default {
{
title: "配置方式",
key: "type",
width: 100
width: 100,
render: (h, params) => {
let text = "覆盖";
if (params.row.type == 1) {
text = "替换";
}
return h("span", {}, text);
}
},
{
title: "操作",
......
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