Browse Source

update

master
许孟阳 1 year ago
parent
commit
f1c2936888
  1. 2
      package.json
  2. 2
      packages/manage/common/head.vue
  3. 7
      packages/manage/views/config.vue

2
package.json

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
{
"name": "noob-mengyxu",
"version": "0.3.5",
"version": "0.3.7",
"main": "index.ts",
"module": "index.ts",
"keywords": [

2
packages/manage/common/head.vue

@ -237,7 +237,7 @@ onMounted(() => { }); @@ -237,7 +237,7 @@ onMounted(() => { });
.title {
height: v-bind('state.size.headHeight');
width: v-bind('state.size.asideWidth');
// width: v-bind('state.size.asideWidth');
text-align: center;
float: left;
font-size: v-bind('state.size.titleSize');

7
packages/manage/views/config.vue

@ -35,12 +35,12 @@ const form = ref(); @@ -35,12 +35,12 @@ const form = ref();
const config = ref<any>();
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.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.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.7', code: 'updateUser', width: 180, },
{ i18n: 'config.prop.8', code: 'action', slot: true, width: 120, fixed: 'right' }
@ -52,6 +52,7 @@ const rules = { @@ -52,6 +52,7 @@ const rules = {
const items = [
{ i18n: 'config.prop.2', code: 'cfgValue' },
{ i18n: 'config.prop.4', code: 'cfgDesc' },
];
const query = () => {

Loading…
Cancel
Save