From 6b82f973f6d53ba79a36c54e31558cd537f26251 Mon Sep 17 00:00:00 2001
From: "1378012178@qq.com" <1378012178@qq.com>
Date: Wed, 19 Mar 2025 16:53:19 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E6=8C=87=E4=BB=A4=EF=BC=9A?=
=?UTF-8?q?=201=E3=80=81=E6=96=B0=E5=A2=9E=E8=AF=AD=E9=9F=B3=E3=80=81?=
=?UTF-8?q?=E8=A7=86=E9=A2=91=E6=96=87=E4=BB=B6=E6=92=AD=E6=94=BE=E3=80=81?=
=?UTF-8?q?=E9=A2=84=E8=A7=88=202=E3=80=81=E5=AD=97=E6=AE=B5=E8=B0=83?=
=?UTF-8?q?=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../ConfigServiceDirective.data.ts | 20 +--
.../ConfigServiceDirectiveList.vue | 141 ++++++++++--------
.../components/ConfigServiceDirectiveForm.vue | 99 ++++++++----
.../ConfigServiceDirectiveModal.vue | 2 +-
4 files changed, 156 insertions(+), 106 deletions(-)
diff --git a/src/views/config/serviceDirective/ConfigServiceDirective.data.ts b/src/views/config/serviceDirective/ConfigServiceDirective.data.ts
index 0140b46..8a389d2 100644
--- a/src/views/config/serviceDirective/ConfigServiceDirective.data.ts
+++ b/src/views/config/serviceDirective/ConfigServiceDirective.data.ts
@@ -97,16 +97,16 @@ export const columns: BasicColumn[] = [
dataIndex: 'izEnabled_dictText',
width: 100,
},
- // {
- // title: '语音文件',
- // align: "center",
- // dataIndex: 'mp3File',
- // },
- // {
- // title: '视频文件',
- // align: "center",
- // dataIndex: 'mp4File',
- // },
+ {
+ title: '语音文件',
+ align: "center",
+ dataIndex: 'mp3File',
+ },
+ {
+ title: '视频文件',
+ align: "center",
+ dataIndex: 'mp4File',
+ },
// {
// title: '创建人',
// align: "center",
diff --git a/src/views/config/serviceDirective/ConfigServiceDirectiveList.vue b/src/views/config/serviceDirective/ConfigServiceDirectiveList.vue
index fc931d2..ac023a6 100644
--- a/src/views/config/serviceDirective/ConfigServiceDirectiveList.vue
+++ b/src/views/config/serviceDirective/ConfigServiceDirectiveList.vue
@@ -21,21 +21,21 @@
:ignoreDisabled="true" allowClear />
-
-
-
- 指令标签
-
-
-
-
-
- 服务指令
-
-
-
-
+
+
+ 服务指令
+
+
+
+
+
+ 分类标签
+
+
+
+
-
-
- 医保报销
-
-
-
-
-
- 机构优惠
-
-
-
-
-
- 收费频次
-
-
-
-
-
- 周期类型
-
-
-
-
-
- 是否启用
-
-
-
-
+
+
+ 医保报销
+
+
+
+
+
+ 机构优惠
+
+
+
+
+
+
+
+ 是否启用
+
+
+
+
查询
重置
-
+
@@ -100,7 +100,7 @@
-
+
导出
导入 -->
-
+
@@ -137,16 +137,16 @@
-
无文件
- 下载
+
-
无文件
- 下载
+
@@ -195,6 +195,7 @@ import { cloneDeep } from "lodash-es";
import ConfigServiceCategoryList from '../serviceCategory/ConfigServiceCategoryList.vue';
import ConfigServiceTypeList from '../serviceType/ConfigServiceTypeList.vue';
import DirectiveTagList from '../directiveTag/DirectiveTagList.vue';
+import { getFileAccessHttpUrl } from '/@/utils/common/compUtils';
const formRef = ref();
const queryParam = reactive({});
@@ -209,6 +210,7 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
columns,
canResize: false,
useSearchForm: false,
+ showIndexColumn: true,
actionColumn: {
width: 160,
fixed: 'right',
@@ -439,4 +441,13 @@ function onTagClose() {
width: 100%;
}
}
+
+audio::-webkit-media-controls-timeline {
+ display: none;
+}
+
+audio::-webkit-media-controls-current-time-display,
+audio::-webkit-media-controls-time-remaining-display {
+ display: none;
+}
diff --git a/src/views/config/serviceDirective/components/ConfigServiceDirectiveForm.vue b/src/views/config/serviceDirective/components/ConfigServiceDirectiveForm.vue
index 8b98d5c..8d8cbdf 100644
--- a/src/views/config/serviceDirective/components/ConfigServiceDirectiveForm.vue
+++ b/src/views/config/serviceDirective/components/ConfigServiceDirectiveForm.vue
@@ -16,9 +16,8 @@
-
+
@@ -60,13 +59,13 @@
dictCode="institutional_discount" allowClear />
-
+
@@ -83,25 +82,22 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -151,7 +177,7 @@