Commit bdbbe25e authored by “yiyousong”'s avatar “yiyousong”

pref:修改系统参数设置和favicon

parent eef6ccae
......@@ -57,8 +57,8 @@
</template>
<!-- 展现类型 -->
<template slot="displayType" slot-scope="text">
{{ text.displayType || "--" }}
<!-- <a-tag>{{ filterItems(text.displayType, dict.displayType) }} </a-tag> -->
<!-- {{ text.displayType || "--" }} -->
<a-tag>{{ filterItems(text.displayType, dict.displayType) }} </a-tag>
</template>
<!-- 操作 -->
<template slot="action" slot-scope="text">
......@@ -144,7 +144,7 @@ export default {
},
},
{
title: "排序",
title: "展现类型",
scopedSlots: {
customRender: "displayType",
},
......
......@@ -40,16 +40,16 @@
>
</a-select>
</a-form-model-item>
<a-form-model-item label="排序" prop="displayType">
<a-input v-model="form.displayType" placeholder="请输入排序" />
<!-- <a-select v-model="form.displayType" placeholder="请选择展现类型">
<a-form-model-item label="展现类型" prop="displayType">
<!-- <a-input v-model="form.displayType" placeholder="请输入排序" /> -->
<a-select v-model="form.displayType" placeholder="请选择展现类型">
<a-select-option
v-for="(v, key) in dict.displayType"
:key="key"
:value="Number(key)"
>{{ v }}</a-select-option
>
</a-select> -->
</a-select>
</a-form-model-item>
<a-form-model-item label="参数有效状态" prop="validStatus">
<a-radio-group v-model="form.validStatus">
......@@ -106,7 +106,7 @@ export default {
paramKey: "", // 参数键
paramValue: "", // 参数值
modStatus: undefined, // 参数修改状态
displayType: undefined, // 展现类型(临时用作排序)
displayType: undefined, // 展现类型
validStatus: "", // 参数有效状态
remark: "", // 备注
},
......
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