Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
zhangzl
/
rongxin.dashboard
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
下拉字典回显样式汉化
master
张泽亮
2 semanas atrás
pai
1a2df9ea7e
commit
a84bb72ba6
2 arquivos alterados
com
8 adições
e
10 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-3
src/views/monitor/operlog/index.vue
+7
-7
src/views/system/dict/data.vue
+ 1
- 3
src/views/monitor/operlog/index.vue
Ver arquivo
@@ -165,9 +165,7 @@
<el-row>
<el-col :span="12">
<el-form-item label="操作模块:">{{ form.title }} / {{ typeFormat(form) }}</el-form-item>
<el-form-item
label="登录信息:"
>{{ form.operName }} / {{ form.operIp }} / {{ form.operLocation }}</el-form-item>
<el-form-item label="登录信息:">{{ form.operName }} / {{ form.operIp }} / {{ form.operLocation }}</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="请求地址:">{{ form.operUrl }}</el-form-item>
+ 7
- 7
src/views/system/dict/data.vue
Ver arquivo
@@ -222,27 +222,27 @@ export default {
listClassOptions: [
{
value: "default",
label: "
默认
"
label: "
黑色
"
},
{
value: "primary",
label: "
主要
"
label: "
蓝色
"
},
{
value: "success",
label: "
成功
"
label: "
绿色
"
},
{
value: "info",
label: "
信息
"
label: "
灰色
"
},
{
value: "warning",
label: "
警告
"
label: "
黄色
"
},
{
value: "danger",
label: "
危险
"
label: "
红色
"
}
],
// 类型数据字典
@@ -399,4 +399,4 @@ export default {
}
}
}
</script>
</script>
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar