diff --git a/.DS_Store b/.DS_Store index 7cbe275..0fb8c0d 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/web/components.d.ts b/web/components.d.ts index 9bcec6f..37fb8d1 100644 --- a/web/components.d.ts +++ b/web/components.d.ts @@ -55,6 +55,7 @@ declare module 'vue' { OperateCom: typeof import('./src/components/OperateCom.vue')['default'] Operational: typeof import('./src/components/Home/Operational.vue')['default'] OperationalInfo: typeof import('./src/components/Home/Modal/OperationalInfo.vue')['default'] + PlusOutlined: typeof import('@ant-design/icons-vue')['PlusOutlined'] PolicyForm: typeof import('./src/components/system/policyForm.vue')['default'] 'PolicyForm copy': typeof import('./src/components/system/policyForm copy.vue')['default'] PredictEcharts: typeof import('./src/components/predict/predictEcharts.vue')['default'] diff --git a/web/public/config/columnList.js b/web/public/config/columnList.js index 07dfdbe..bff4cff 100644 --- a/web/public/config/columnList.js +++ b/web/public/config/columnList.js @@ -250,6 +250,10 @@ export const columnList = [ ellipsis: true, fixed: 'left' }, + { + title: '设备编号', + dataIndex: 'code' + }, { title: '所属场站', dataIndex: 'station_id', @@ -267,10 +271,6 @@ export const columnList = [ title: '设备名称', dataIndex: 'name' }, - { - title: '设备编号', - dataIndex: 'code' - }, { title: '厂家信息', diff --git a/web/src/components/DetailInfo.vue b/web/src/components/DetailInfo.vue index 28f5622..0ab790a 100644 --- a/web/src/components/DetailInfo.vue +++ b/web/src/components/DetailInfo.vue @@ -703,7 +703,13 @@ defineExpose({ border: none !important; color: var(--theme-text-default) !important; } - +:deep(.ant-input-clear-icon){ + color: #fff; +} +:deep(.ant-select .ant-select-clear,.ant-select-clear:hover){ + color: #fff; + background: none !important; +} :deep(.ant-checkbox-wrapper) { color: var(--theme-text-default); } diff --git a/web/src/components/EditCom.vue b/web/src/components/EditCom.vue index abdb397..402e758 100644 --- a/web/src/components/EditCom.vue +++ b/web/src/components/EditCom.vue @@ -27,6 +27,7 @@ - +
- +
{{ getType(record.type) }} -
- + diff --git a/web/src/views/system/policy.vue b/web/src/views/system/policy.vue index 58ae16b..17339f9 100644 --- a/web/src/views/system/policy.vue +++ b/web/src/views/system/policy.vue @@ -24,17 +24,17 @@
-
+ - + -
+