Commit 0ab31ea8 by shiwenbo

修改单位项目查询的表格样式

parent 49e0cd22
......@@ -93,6 +93,8 @@
"type": "VALUE",
"title": "购砂单位",
"key": "companyName",
"width": 250,
"tooltip": true,
"columnType": {
"name": "select",
"data": {
......@@ -104,6 +106,8 @@
"type": "VALUE",
"title": "项目名称",
"key": "projectName",
"width": 250,
"tooltip": true,
"columnType": {
"name": "select",
"data": {
......@@ -115,6 +119,7 @@
"type": "VALUE",
"title": "项目类型",
"key": "projectTypeTitle",
"width": 100,
"columnType": {
"name": "select",
"data": {
......@@ -150,6 +155,7 @@
"type": "VALUE",
"title": "合同量(吨)",
"key": "dinasAmount",
"width": 130,
"columnType": {
"name": "select",
"data": {
......@@ -161,7 +167,7 @@
"type": "VALUE",
"title": "需用总量(吨)",
"key": "needPlanTotalAmount",
"width": 150,
"width": 135,
"columnType": {
"name": "select",
"data": {
......@@ -173,7 +179,7 @@
"type": "VALUE",
"title": "销售总量(吨)",
"key": "saleDinasAmount",
"width": 150,
"width": 135,
"columnType": {
"name": "select",
"data": {
......@@ -185,6 +191,7 @@
"type": "VALUE",
"title": "剩余量(吨)",
"key": "surplusAmount",
"width": 130,
"columnType": {
"name": "select",
"data": {
......
......@@ -93,6 +93,8 @@
"type": "VALUE",
"title": "购砂单位",
"key": "companyName",
"width": 250,
"tooltip": true,
"columnType": {
"name": "select",
"data": {
......@@ -104,6 +106,8 @@
"type": "VALUE",
"title": "项目名称",
"key": "projectName",
"width": 250,
"tooltip": true,
"columnType": {
"name": "select",
"data": {
......@@ -115,6 +119,7 @@
"type": "VALUE",
"title": "项目类型",
"key": "projectTypeTitle",
"width": 100,
"columnType": {
"name": "select",
"data": {
......@@ -150,6 +155,7 @@
"type": "VALUE",
"title": "合同量(吨)",
"key": "dinasAmount",
"width": 130,
"columnType": {
"name": "select",
"data": {
......@@ -161,7 +167,7 @@
"type": "VALUE",
"title": "需用总量(吨)",
"key": "needPlanTotalAmount",
"width": 150,
"width": 135,
"columnType": {
"name": "select",
"data": {
......@@ -173,7 +179,7 @@
"type": "VALUE",
"title": "销售总量(吨)",
"key": "saleDinasAmount",
"width": 150,
"width": 135,
"columnType": {
"name": "select",
"data": {
......@@ -185,6 +191,7 @@
"type": "VALUE",
"title": "剩余量(吨)",
"key": "surplusAmount",
"width": 130,
"columnType": {
"name": "select",
"data": {
......
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