新功能: 加入消息中心

pull/69/head
猿小天 2022-08-14 19:41:29 +08:00
parent ef2025f157
commit 4fafc63710
6 changed files with 10 additions and 12 deletions

View File

@ -398,15 +398,15 @@ Vue.prototype.commonEndColumns = function (param = {}) {
key: 'is_deleted', key: 'is_deleted',
width: 160, width: 160,
search: { search: {
disabled: !showData.is_deleted.showForm, disabled: !showData.is_deleted.showForm
}, },
show: showData.is_deleted.showTable, show: showData.is_deleted.showTable,
type: 'radio', type: 'radio',
dict: { dict: {
data:[{label:"",value:true},{label:"",value:false}] data: [{ label: '', value: true }, { label: '', value: false }]
}, },
form: { form: {
disabled: !showData.is_deleted.showForm, disabled: !showData.is_deleted.showForm
} }
} }

View File

@ -1,5 +1,3 @@
import util from '@/libs/util'
/** /**
* 对请求参数进行过滤 * 对请求参数进行过滤
*@param that=>this *@param that=>this