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 @@