服务指令:隐藏运维平台不用的字段

This commit is contained in:
1378012178@qq.com 2025-03-20 13:55:39 +08:00
parent 41db827f61
commit d65bb8248c
3 changed files with 22 additions and 22 deletions

View File

@ -41,29 +41,29 @@ export const columns: BasicColumn[] = [
align: 'center',
dataIndex: 'directiveName',
},
{
title: '收费价格',
align: 'center',
dataIndex: 'tollPrice',
width: 100,
},
// {
// title: '收费价格',
// align: 'center',
// dataIndex: 'tollPrice',
// width: 100,
// },
// {
// title: '提成价格',
// align: "center",
// dataIndex: 'comPrice'
// },
{
title: '医保报销',
align: 'center',
dataIndex: 'izReimbursement_dictText',
width: 100,
},
{
title: '机构优惠',
align: 'center',
dataIndex: 'izPreferential_dictText',
width: 100,
},
// {
// title: '医保报销',
// align: 'center',
// dataIndex: 'izReimbursement_dictText',
// width: 100,
// },
// {
// title: '机构优惠',
// align: 'center',
// dataIndex: 'izPreferential_dictText',
// width: 100,
// },
// {
// title: '收费频次',
// align: 'center',

View File

@ -47,7 +47,7 @@
<JRangeNumber v-model:value="queryParam.comPrice" class="query-group-cust"></JRangeNumber>
</a-form-item>
</a-col> -->
<a-col :lg="6">
<!-- <a-col :lg="6">
<a-form-item name="izReimbursement">
<template #label><span title="医保报销">医保报销</span></template>
<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"
:ignoreDisabled="true" placeholder="请选择机构优惠" allowClear />
</a-form-item>
</a-col>
</a-col> -->
<!-- <a-col :lg="6">
<a-form-item name="chargingFrequency">
<template #label><span title="收费频次">收费频次</span></template>

View File

@ -33,7 +33,7 @@
<a-input v-model:value="formData.directiveName" placeholder="请输入服务指令名称" allow-clear></a-input>
</a-form-item>
</a-col>
<a-col :span="12">
<!-- <a-col :span="12">
<a-form-item label="收费价格(元)" v-bind="validateInfos.tollPrice" id="ConfigServiceDirectiveForm-tollPrice"
name="tollPrice">
<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"
dictCode="institutional_discount" allowClear />
</a-form-item>
</a-col>
</a-col> -->
<!-- <a-col :span="12">
<a-form-item label="收费频次" v-bind="validateInfos.chargingFrequency"
id="ConfigServiceDirectiveForm-chargingFrequency" name="chargingFrequency">