|
@@ -73,7 +73,8 @@ export default ({proxy,jlzj_area_type}) => {
|
|
|
const list_quyu = ref([
|
|
|
{
|
|
|
label: jlzj_area_type.value === '0'?'区域中心':'服务中心',
|
|
|
- prop: 'areaName',
|
|
|
+ prop: 'applicant',
|
|
|
+ tableProp: jlzj_area_type.value === '0'?'areaName':'serviceCentreName',
|
|
|
type: 'input',
|
|
|
isSearch: true,
|
|
|
width:'150px'
|
|
@@ -87,7 +88,8 @@ export default ({proxy,jlzj_area_type}) => {
|
|
|
},
|
|
|
{
|
|
|
label: '订单编号',
|
|
|
- prop: 'outTradeNo',
|
|
|
+ prop: 'orderNo',
|
|
|
+ tableProp:'outTradeNo',
|
|
|
type: 'input',
|
|
|
isSearch: true,
|
|
|
width:'200px',
|
|
@@ -208,7 +210,8 @@ export default ({proxy,jlzj_area_type}) => {
|
|
|
const list_fuwu = ref([
|
|
|
{
|
|
|
label: jlzj_area_type.value === '0'?'区域中心':'服务中心',
|
|
|
- prop: jlzj_area_type.value === '0'?'areaName':'serviceCentreName',
|
|
|
+ prop: 'applicant',
|
|
|
+ tableProp: jlzj_area_type.value === '0'?'areaName':'serviceCentreName',
|
|
|
type: 'input',
|
|
|
isSearch: true,
|
|
|
width:'150px'
|