@ -2004,30 +2004,30 @@ const isObject = (obj: any) => {
< div class = "group group-input" >
< el -form -item :label ="item.label" class = "form_cont" >
< el -input
v - if = "unitIsShow(item, 'input')"
v - model = "item.value"
: placeholder = "'请输入' + item.label"
clearable
v - if = "unitIsShow(item, 'input')"
/ >
< el -date -picker
v - if = "unitIsShow(item, 'time')"
v - model = "item.value"
type = "datetime"
: placeholder = "'请选择' + item.label"
: shortcuts = "shortcuts"
v - if = "unitIsShow(item, 'time')"
/ >
< SearchSelect
v - if = "unitIsShow(item, 'radio')"
v - model : model - value = "item.value"
: data = "item"
: disabled = "false"
: transform - option = "transformOption"
v - model : model - value = "item.value"
/ >
< el -select
v - if = "unitIsShow(item, 'switch')"
v - model = "item.value"
clearable
: placeholder = "'请选择' + item.label"
v - if = "unitIsShow(item, 'switch')"
>
< el -option
: key = "item.activeValue"
@ -2042,11 +2042,11 @@ const isObject = (obj: any) => {
< / e l - s e l e c t >
< SearchSelect
v - if = "unitIsShow(item, 'checkbox')"
v - model : model - value = "item.value"
: data = "item"
: disabled = "false"
: is - checkbox = "true"
: transform - option = "transformOption"
v - model : model - value = "item.value"
/ >
< el -date -picker
v - if = "item.fieldClass == 'datePicker'"
@ -2063,10 +2063,10 @@ const isObject = (obj: any) => {
value - format = "x"
/ >
< DeptOrgSearch
v - if = "unitIsShow(item, 'org')"
v - model = "item.value"
clearable
: placeholder = "'请选择' + item.label"
v - if = "unitIsShow(item, 'org')"
>
< / DeptOrgSearch >
< DeptOrgSearch
@ -2083,7 +2083,7 @@ const isObject = (obj: any) => {
/ > - - >
< / div >
< / template >
< div class = "group group-btn" v-if ="searchData.length ">
< div v-if ="searchData.length" class="group group-btn ">
< el -button type = "primary" @click ="getPageData"
> < el -icon > < Search / > < / e l - i c o n > 查 询 < / e l - b u t t o n
>
@ -2101,8 +2101,8 @@ const isObject = (obj: any) => {
>
< template v-for ="item in data.controlBtn" :key="item.type" >
< el -button
v - bind = "item"
v - if = "formHasPower(props.pickAppMenu.appkey,props.signCode,item.key,0)"
v - bind = "item"
@ click = "setUpClick(item)"
>
@ -2122,8 +2122,8 @@ const isObject = (obj: any) => {
>
< el -button
size = "small"
@ click = "config.searchIsShow = !config.searchIsShow"
class = "fa fa-search"
@ click = "config.searchIsShow = !config.searchIsShow"
/ >
< / e l - t o o l t i p >
< el -tooltip
@ -2235,11 +2235,11 @@ const isObject = (obj: any) => {
< el -table
v - bind = "data.tableProps"
ref = "table"
v - loading = "state.loading"
: data = "tableDataList"
@ selection - change = "selectionChange"
table - layout = "fixed"
v - loading = "state.loading"
border
@ selection - change = "selectionChange"
>
< template v-for ="item in columnsFilter" :key="item.id || item.label" >
@ -2307,10 +2307,10 @@ const isObject = (obj: any) => {
placement = "top-end"
>
< el -button
@ click = "lookPageInfo(scope.row)"
type = "primary"
size = "small"
class = "fa fa-eye"
@ click = "lookPageInfo(scope.row)"
/ >
< / e l - t o o l t i p >
< el -popconfirm
@ -2353,11 +2353,11 @@ const isObject = (obj: any) => {
placement = "top-end"
>
< el -button
@ click = "editInfo(scope.row )"
v - if = "formHasPower(props.pickAppMenu.appkey,props.signCode,'bj',0 )"
type = "info"
size = "small"
class = "fa fa-edit"
v - if = "formHasPower(props.pickAppMenu.appkey,props.signCode,'bj',0 )"
@ click = "editInfo(scope.row )"
/ >
< / e l - t o o l t i p >
@ -2368,10 +2368,10 @@ const isObject = (obj: any) => {
placement = "top-end"
>
< el -button
@ click = "printPage(scope.row)"
type = "primary"
size = "small"
class = "fa fa-print"
@ click = "printPage(scope.row)"
/ >
< / e l - t o o l t i p >
@ -2386,7 +2386,7 @@ const isObject = (obj: any) => {
@ cancel = "cancelEvent(scope.row)"
>
< template # reference >
< el -button type = "danger" size = "small" class = "fa fa-trash-o" v -if = " formHasPower ( props.pickAppMenu.appkey , props.signCode , ' sc ' , 0 ) " / >
< el -button v -if = " formHasPower ( props.pickAppMenu.appkey , props.signCode , ' sc ' , 0 ) " type = "danger" size = "small" class = "fa fa-trash-o " / >
< / template >
< / e l - p o p c o n f i r m >
@ -2430,7 +2430,7 @@ const isObject = (obj: any) => {
>
< template # default = "scope" >
< template v-if ="item.pattern == 'table'" v-for="sunItem in item.children " >
< template v-for ="sunItem in item.children" v-if="item.pattern == 'table' " >
< el -table -column v-if ="sunItem.fieldClass == ''" :prop="sunItem.field" :label="sunItem.label" header-align="center" align="center" :min-width="readerColumnSun(sunItem)" >
< template # default = "scopeChilder" >
@ -2630,7 +2630,7 @@ const isObject = (obj: any) => {
: table - page - class = "tablePageClass"
: oper - state = "operState"
: dprt = "rangedDatePickerInTables1"
@ getPageD ata = "getPageData"
@ get - page - d ata= "getPageData"
/ >
< FormPageCont
v - model : is - show = "asflookPageInfoIsShow"
@ -2639,7 +2639,7 @@ const isObject = (obj: any) => {
: table - page - class = "tablePageClass"
: oper - state = "operState"
: dprt = "rangedDatePickerInTables1"
@ getPageD ata = "getPageData"
@ get - page - d ata= "getPageData"
/ >
< TableFlow
v - model : isopen = "openTaskDrawer"