Commit b6691329 authored by 李苏's avatar 李苏 💬

新增字段,charts位置调整

parent aa4333d2
......@@ -445,7 +445,7 @@
},
grid: {
top: '20%',
left: '-8%',
left: '2%',
right: '4%',
bottom: '3%',
containLabel: true
......@@ -851,7 +851,7 @@
},
grid: {
top: '20%',
left: '-8%',
left: '-4%',
right: '4%',
bottom: '3%',
containLabel: true
......@@ -931,7 +931,7 @@
},
grid: {
top: '20%',
left: '-8%',
left: '-4%',
right: '4%',
bottom: '3%',
containLabel: true
......
......@@ -3,8 +3,8 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:47:46
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2024-09-19 14:24:01
* @FilePath: /easyWork/static/baseEdit.vue
* @LastEditTime: 2025-04-18 17:41:17
* @FilePath: /pjnkb-vue/src/views/jcxxgl/xtlxwh/edit.vue
-->
<template>
<!-- prop 穿透赋值 -->
......@@ -29,7 +29,15 @@
return {
editConfig: {
/* 生成form表单 */
editColItemList: [{
editColItemList: [
{
label: '序号',
prop: 'xh',
span: 12,
type: 'input',
// required: true,
},
{
label: '编码',
prop: 'code',
span: 12,
......
......@@ -3,7 +3,7 @@
* @Author: lisu lisu@gavelinfo.com
* @Date: 2024-09-19 10:55:27
* @LastEditors: lisu lisu@gavelinfo.com
* @LastEditTime: 2025-04-09 15:02:06
* @LastEditTime: 2025-04-18 17:40:59
* @FilePath: /pjnkb-vue/src/views/jcxxgl/xtlxwh/index.vue
-->
<template>
......@@ -28,7 +28,13 @@
config: {
/* 基本配置*/
url: 'pjnkb/usystype',
tableTitle: [{
tableTitle: [
{
title: "序号",
field: "xh",
width: 80
},
{
title: "编码",
field: "code",
fieldType: "upper",
......
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