diff --git a/src/views/certificate/certificateReturnManage/safetyInstructions/index.vue b/src/views/certificate/certificateReturnManage/safetyInstructions/index.vue
index 38fe516..9d31413 100644
--- a/src/views/certificate/certificateReturnManage/safetyInstructions/index.vue
+++ b/src/views/certificate/certificateReturnManage/safetyInstructions/index.vue
@@ -35,7 +35,12 @@
-
+
+
+ {{scope.row.content}}
+ {{scope.row.fileContent}}
+
+
文本内容
diff --git a/src/views/index_v1.vue b/src/views/index_v1.vue
index 405b1d5..845372c 100644
--- a/src/views/index_v1.vue
+++ b/src/views/index_v1.vue
@@ -575,7 +575,8 @@ export default {
},
xAxis: {
type: 'value',
- boundaryGap: [0, 0.01],
+ boundaryGap: [0, 0.01],
+ minInterval: 1,
axisLine: {
lineStyle: {
color: "#748AA1"
@@ -639,6 +640,7 @@ export default {
xAxis: {
type: 'value',
boundaryGap: [0, 0.01],
+ minInterval: 1,
axisLine: {
lineStyle: {
color: "#748AA1"