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

新增字段,charts位置调整

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