Commit 47182e6a authored by 李苏's avatar 李苏 💬

dh=>djid

parent 90449b0d
<template> <template>
<BasePage class="min_full" :config="config"> <BasePage :power='power' class="min_full" :config="config">
<template #dialog="ctx"> <template #dialog="ctx">
<!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 --> <!-- 嵌入默认页面额外弹框的插槽 ctx.pagePage来操作默认页面 -->
</template> </template>
...@@ -16,12 +16,27 @@ ...@@ -16,12 +16,27 @@
export default { export default {
data() { data() {
return { return {
power: {
add: true,
copy: true,
/* 手动控制删除 */
delButton: true,
/* 手动控制编辑按钮权限 */
editButton: true,
/* 是否渲染右侧操作按钮 */
operateButtons: true,
/* 是否开启工作流按钮 */
workFlow: true,
/* 表格开启选择,以及记住选择 */
showSelection: false,
saveSelected: false,
},
config: { config: {
/* 基本配置*/ /* 基本配置*/
url: 'aqgl/rcgl/uwhfcgzyqd', url: 'aqgl/rcgl/uwhfcgzyqd',
tableTitle: [{ tableTitle: [{
title: "单号", title: "单号",
field: "dh", field: "djid",
fieldType: "upper", fieldType: "upper",
width: 140 width: 140
}, },
...@@ -64,7 +79,7 @@ ...@@ -64,7 +79,7 @@
queryParams: [ queryParams: [
[{ [{
label: '单号', label: '单号',
prop: 'dh', prop: 'djid',
span: 6, span: 6,
type: 'input', type: 'input',
value: '' value: ''
......
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