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

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

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