服务指令:隐藏运维平台不用的字段
This commit is contained in:
parent
41db827f61
commit
d65bb8248c
|
@ -41,29 +41,29 @@ export const columns: BasicColumn[] = [
|
||||||
align: 'center',
|
align: 'center',
|
||||||
dataIndex: 'directiveName',
|
dataIndex: 'directiveName',
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: '收费价格',
|
// title: '收费价格',
|
||||||
align: 'center',
|
// align: 'center',
|
||||||
dataIndex: 'tollPrice',
|
// dataIndex: 'tollPrice',
|
||||||
width: 100,
|
// width: 100,
|
||||||
},
|
// },
|
||||||
// {
|
// {
|
||||||
// title: '提成价格',
|
// title: '提成价格',
|
||||||
// align: "center",
|
// align: "center",
|
||||||
// dataIndex: 'comPrice'
|
// dataIndex: 'comPrice'
|
||||||
// },
|
// },
|
||||||
{
|
// {
|
||||||
title: '医保报销',
|
// title: '医保报销',
|
||||||
align: 'center',
|
// align: 'center',
|
||||||
dataIndex: 'izReimbursement_dictText',
|
// dataIndex: 'izReimbursement_dictText',
|
||||||
width: 100,
|
// width: 100,
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
title: '机构优惠',
|
// title: '机构优惠',
|
||||||
align: 'center',
|
// align: 'center',
|
||||||
dataIndex: 'izPreferential_dictText',
|
// dataIndex: 'izPreferential_dictText',
|
||||||
width: 100,
|
// width: 100,
|
||||||
},
|
// },
|
||||||
// {
|
// {
|
||||||
// title: '收费频次',
|
// title: '收费频次',
|
||||||
// align: 'center',
|
// align: 'center',
|
||||||
|
|
|
@ -47,7 +47,7 @@
|
||||||
<JRangeNumber v-model:value="queryParam.comPrice" class="query-group-cust"></JRangeNumber>
|
<JRangeNumber v-model:value="queryParam.comPrice" class="query-group-cust"></JRangeNumber>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col> -->
|
</a-col> -->
|
||||||
<a-col :lg="6">
|
<!-- <a-col :lg="6">
|
||||||
<a-form-item name="izReimbursement">
|
<a-form-item name="izReimbursement">
|
||||||
<template #label><span title="医保报销">医保报销</span></template>
|
<template #label><span title="医保报销">医保报销</span></template>
|
||||||
<j-dict-select-tag type='list' v-model:value="queryParam.izReimbursement" dictCode="med_ins_reimb"
|
<j-dict-select-tag type='list' v-model:value="queryParam.izReimbursement" dictCode="med_ins_reimb"
|
||||||
|
@ -60,7 +60,7 @@
|
||||||
<j-dict-select-tag type='list' v-model:value="queryParam.izPreferential" dictCode="institutional_discount"
|
<j-dict-select-tag type='list' v-model:value="queryParam.izPreferential" dictCode="institutional_discount"
|
||||||
:ignoreDisabled="true" placeholder="请选择机构优惠" allowClear />
|
:ignoreDisabled="true" placeholder="请选择机构优惠" allowClear />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col> -->
|
||||||
<!-- <a-col :lg="6">
|
<!-- <a-col :lg="6">
|
||||||
<a-form-item name="chargingFrequency">
|
<a-form-item name="chargingFrequency">
|
||||||
<template #label><span title="收费频次">收费频次</span></template>
|
<template #label><span title="收费频次">收费频次</span></template>
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
<a-input v-model:value="formData.directiveName" placeholder="请输入服务指令名称" allow-clear></a-input>
|
<a-input v-model:value="formData.directiveName" placeholder="请输入服务指令名称" allow-clear></a-input>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
<a-col :span="12">
|
<!-- <a-col :span="12">
|
||||||
<a-form-item label="收费价格(元)" v-bind="validateInfos.tollPrice" id="ConfigServiceDirectiveForm-tollPrice"
|
<a-form-item label="收费价格(元)" v-bind="validateInfos.tollPrice" id="ConfigServiceDirectiveForm-tollPrice"
|
||||||
name="tollPrice">
|
name="tollPrice">
|
||||||
<a-input-number v-model:value="formData.tollPrice" placeholder="请输入收费价格" style="width: 100%" />
|
<a-input-number v-model:value="formData.tollPrice" placeholder="请输入收费价格" style="width: 100%" />
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
<j-dict-select-tag type='radio' v-model:value="formData.izPreferential"
|
<j-dict-select-tag type='radio' v-model:value="formData.izPreferential"
|
||||||
dictCode="institutional_discount" allowClear />
|
dictCode="institutional_discount" allowClear />
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col> -->
|
||||||
<!-- <a-col :span="12">
|
<!-- <a-col :span="12">
|
||||||
<a-form-item label="收费频次" v-bind="validateInfos.chargingFrequency"
|
<a-form-item label="收费频次" v-bind="validateInfos.chargingFrequency"
|
||||||
id="ConfigServiceDirectiveForm-chargingFrequency" name="chargingFrequency">
|
id="ConfigServiceDirectiveForm-chargingFrequency" name="chargingFrequency">
|
||||||
|
|
Loading…
Reference in New Issue