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

调整

parent 9ebd721f
<template> <template>
<BasePage @getRow='getRow' ref="basePage" :power='power' :toolButton='false' class="min_full" style="height: 100%;" <BasePage @getRow='getRow' ref="basePage" :power='power' :toolButtonConfig="{
showExcel:false,
showPrint:false,
showField:true
}" class="min_full" style="height: 100%;"
:autoQuery='false' :config="config"> :autoQuery='false' :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
...@@ -35,7 +39,7 @@ ...@@ -35,7 +39,7 @@
}, },
config: { config: {
/* 基本配置*/ /* 基本配置*/
url: 'lxyl/ukcyhd', url: 'lxyl/ukcyhd/query/detail',
queryUrl: 'lxyl/ukcyhd/query/detail', queryUrl: 'lxyl/ukcyhd/query/detail',
tableTitle: [{ tableTitle: [{
title: "下架状态", title: "下架状态",
...@@ -60,7 +64,7 @@ ...@@ -60,7 +64,7 @@
{ {
title: "巷道", title: "巷道",
field: "hjName", field: "hjName",
width: 80 width: 80
}, },
{ {
title: "容器", title: "容器",
...@@ -99,7 +103,7 @@ ...@@ -99,7 +103,7 @@
}, },
{ {
title: "数量", title: "数量",
field: "sl", field: "sl",
fieldType:"float" fieldType:"float"
} }
......
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