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

调整

parent 9ebd721f
<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">
<template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
......@@ -35,7 +39,7 @@
},
config: {
/* 基本配置*/
url: 'lxyl/ukcyhd',
url: 'lxyl/ukcyhd/query/detail',
queryUrl: 'lxyl/ukcyhd/query/detail',
tableTitle: [{
title: "下架状态",
......
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