|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div>
|
|
<div>
|
|
|
<ibps-crud ref="crud" :style="{ marginLeft: width + 'px', minHeight: '550px' }" :height="height" :data="listData"
|
|
<ibps-crud ref="crud" :style="{ marginLeft: width + 'px', minHeight: '550px' }" :height="height" :data="listData"
|
|
|
- :toolbars="listConfig.toolbars" :search-form="listConfig.searchForm" :pk-key="pkKey" :displayField="tableTitle"
|
|
|
|
|
|
|
+ :toolbars="listConfig.toolbars" :search-form="listConfig.searchForm" :pk-key="pkKey" displayField="管理评审"
|
|
|
:columns="listConfig.columns" :row-handle="listConfig.rowHandle" :pagination="pagination" :loading="loading"
|
|
:columns="listConfig.columns" :row-handle="listConfig.rowHandle" :pagination="pagination" :loading="loading"
|
|
|
:index-row="false" :selection-row="selection" @action-event="handleAction" @sort-change="handleSortChange"
|
|
:index-row="false" :selection-row="selection" @action-event="handleAction" @sort-change="handleSortChange"
|
|
|
@column-link-click="handleLinkClick" @pagination-change="handlePaginationChange">
|
|
@column-link-click="handleLinkClick" @pagination-change="handlePaginationChange">
|
|
@@ -153,7 +153,7 @@ export default {
|
|
|
mixins: [FixHeight, getCont, GetReport],
|
|
mixins: [FixHeight, getCont, GetReport],
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
- width: 200,
|
|
|
|
|
|
|
+ width: 0,
|
|
|
dialogFormVisible: false, // 弹窗
|
|
dialogFormVisible: false, // 弹窗
|
|
|
instanceId: '', // 编辑dialog需要使用
|
|
instanceId: '', // 编辑dialog需要使用
|
|
|
pkKey: 'id', // 主键 如果主键不是pk需要传主键
|
|
pkKey: 'id', // 主键 如果主键不是pk需要传主键
|