|
|
@ -35,12 +35,12 @@ const form = ref(); |
|
|
|
const config = ref<any>(); |
|
|
|
const config = ref<any>(); |
|
|
|
|
|
|
|
|
|
|
|
const props = [ |
|
|
|
const props = [ |
|
|
|
{ i18n: 'config.prop.0', code: 'cfgKey', width: 120 }, |
|
|
|
// { i18n: 'config.prop.0', code: 'cfgKey', width: 120 }, |
|
|
|
{ i18n: 'config.prop.1', code: 'cfgName', width: 120 }, |
|
|
|
{ i18n: 'config.prop.1', code: 'cfgName', width: 120 }, |
|
|
|
{ i18n: 'config.prop.2', code: 'cfgValue', width: 120 }, |
|
|
|
{ i18n: 'config.prop.2', code: 'cfgValue', width: 120 }, |
|
|
|
{ i18n: 'config.prop.3', code: 'cfgType', width: 120 }, |
|
|
|
// { i18n: 'config.prop.3', code: 'cfgType', width: 120 }, |
|
|
|
{ i18n: 'config.prop.4', code: 'cfgDesc', width: 180 }, |
|
|
|
{ i18n: 'config.prop.4', code: 'cfgDesc', width: 180 }, |
|
|
|
{ i18n: 'config.prop.5', code: 'cfgStatus', width: 180, dict: 'active_status' }, |
|
|
|
// { i18n: 'config.prop.5', code: 'cfgStatus', width: 180, dict: 'active_status' }, |
|
|
|
{ i18n: 'config.prop.6', code: 'updateTime', width: 180 }, |
|
|
|
{ i18n: 'config.prop.6', code: 'updateTime', width: 180 }, |
|
|
|
{ i18n: 'config.prop.7', code: 'updateUser', width: 180, }, |
|
|
|
{ i18n: 'config.prop.7', code: 'updateUser', width: 180, }, |
|
|
|
{ i18n: 'config.prop.8', code: 'action', slot: true, width: 120, fixed: 'right' } |
|
|
|
{ i18n: 'config.prop.8', code: 'action', slot: true, width: 120, fixed: 'right' } |
|
|
@ -52,6 +52,7 @@ const rules = { |
|
|
|
|
|
|
|
|
|
|
|
const items = [ |
|
|
|
const items = [ |
|
|
|
{ i18n: 'config.prop.2', code: 'cfgValue' }, |
|
|
|
{ i18n: 'config.prop.2', code: 'cfgValue' }, |
|
|
|
|
|
|
|
{ i18n: 'config.prop.4', code: 'cfgDesc' }, |
|
|
|
]; |
|
|
|
]; |
|
|
|
|
|
|
|
|
|
|
|
const query = () => { |
|
|
|
const query = () => { |
|
|
|