diff --git a/src/components/table/fieldRender/index.vue b/src/components/table/fieldRender/index.vue
index 6fa2b5b0..caf431ee 100644
--- a/src/components/table/fieldRender/index.vue
+++ b/src/components/table/fieldRender/index.vue
@@ -4,7 +4,7 @@
{{ fieldValue }}
-
+
prop.timeKey,
val => {
tableStore.index()
- console.log(123)
}
)
diff --git a/src/views/cockpit/qualifiedRate.vue b/src/views/cockpit/qualifiedRate.vue
index 9ce14cc6..bd08956e 100644
--- a/src/views/cockpit/qualifiedRate.vue
+++ b/src/views/cockpit/qualifiedRate.vue
@@ -3,7 +3,7 @@
diff --git a/src/views/pqs/cockpit/homePage/index.vue b/src/views/pqs/cockpit/homePage/index.vue
index 0746d7a7..05db3d64 100644
--- a/src/views/pqs/cockpit/homePage/index.vue
+++ b/src/views/pqs/cockpit/homePage/index.vue
@@ -28,6 +28,7 @@
:key="key"
:height="rowHeight * item.h - (item.h == 6 ? -20 : item.h == 2 ? 20 : 5) + 'px'"
:width="rowWidth * item.w - 5 + 'px'"
+ :timeKey="item.timeKey"
/>
组件加载失败...
diff --git a/src/views/pqs/cockpit/setUp/components/popup.vue b/src/views/pqs/cockpit/setUp/components/popup.vue
index 438fd729..600486d1 100644
--- a/src/views/pqs/cockpit/setUp/components/popup.vue
+++ b/src/views/pqs/cockpit/setUp/components/popup.vue
@@ -311,7 +311,8 @@ function dragEnd(row: any) {
i: dragItem.i,
name: row.name,
path: row.path,
- icon: row.icon
+ icon: row.icon,
+ timeKey: row.timeKey
})
gridLayout.value.dragEvent('dragend', dragItem.i, dragItem.x, dragItem.y, dragItem.h, dragItem.w)
const item = gridLayout.value.getItem(dropId)
diff --git a/src/views/pqs/cockpit/setUp/components/view.vue b/src/views/pqs/cockpit/setUp/components/view.vue
index da48949f..5f5668fe 100644
--- a/src/views/pqs/cockpit/setUp/components/view.vue
+++ b/src/views/pqs/cockpit/setUp/components/view.vue
@@ -32,6 +32,7 @@
:key="key"
:height="rowHeight * item.h - (item.h == 6 ? -20 : item.h == 2 ? 20 : 5) + 'px'"
:width="rowWidth * item.w - 5 + 'px'"
+ :timeKey="item.timeKey"
/>
组件加载失败...
diff --git a/src/views/setting/dictionary/component/add.vue b/src/views/setting/dictionary/component/add.vue
index 40fe44df..d0ac31a7 100644
--- a/src/views/setting/dictionary/component/add.vue
+++ b/src/views/setting/dictionary/component/add.vue
@@ -36,7 +36,7 @@
-
+
组件展示
+
+ 123
+
+
+
+
diff --git a/src/views/setting/translate/smsQueries/index.vue b/src/views/setting/translate/smsQueries/index.vue
new file mode 100644
index 00000000..e0a00208
--- /dev/null
+++ b/src/views/setting/translate/smsQueries/index.vue
@@ -0,0 +1,127 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+