Browse Source

手工指标录入 强制单元格格式

hbchen 8 months ago
parent
commit
e7126bbf5c
1 changed files with 10 additions and 10 deletions
  1. 10 10
      src/views/dataEntry_manage/onlineExcelCopy.vue

+ 10 - 10
src/views/dataEntry_manage/onlineExcelCopy.vue

@@ -71,7 +71,7 @@ export default {
               "r":0,
               "c":0,
               "v":{
-                ct: {fa: "General", t: "g"},
+                ct: {fa: "@", t: "s"},
                 m:"一级分类",
                 v:"一级分类",
                 bg:'#b4a7d6'
@@ -81,7 +81,7 @@ export default {
               "r":1,
               "c":0,
               "v":{
-                ct: {fa: "General", t: "g"},
+                ct: {fa: "@", t: "s"},
                 m:"指标分类",
                 v:"指标分类",
                 bg:'#b4a7d6'
@@ -91,7 +91,7 @@ export default {
               "r":2,
               "c":0,
               "v":{
-                ct: {fa: "General", t: "g"},
+                ct: {fa: "@", t: "s"},
                 m:"频度",
                 v:"频度",
                 bg:'#b4a7d6'
@@ -101,7 +101,7 @@ export default {
               "r":3,
               "c":0,
               "v":{
-                ct: {fa: "General", t: "g"},
+                ct: {fa: "@", t: "s"},
                 m:"指标名称",
                 v:"指标名称",
                 bg:'#b4a7d6'
@@ -111,7 +111,7 @@ export default {
               "r":4,
               "c":0,
               "v":{
-                ct: {fa: "General", t: "g"},
+                ct: {fa: "@", t: "s"},
                 m:"单位",
                 v:"单位",
                 bg:'#b4a7d6'
@@ -363,7 +363,7 @@ created() {
             "r":3,
             "c":1+index,
             "v":{
-              ct: {fa: "General", t: "g"},
+              ct: {fa: "@", t: "s"},
               m:item.SecName,
               v:item.SecName,
               bg:'#cccccc'
@@ -373,7 +373,7 @@ created() {
             "r":4,
             "c":1+index,
             "v":{
-              ct: {fa: "General", t: "g"},
+              ct: {fa: "@", t: "s"},
               m:item.Unit,
               v:item.Unit,
               bg:'#cccccc'
@@ -387,7 +387,7 @@ created() {
           "r":0,
           "c":1+i,
           "v":{
-            ct: {fa: "General", t: "g"},
+            ct: {fa: "@", t: "s"},
             m:this.firstClassName || '',
             v:this.firstClassName || '',
             bg:'#cccccc'
@@ -397,7 +397,7 @@ created() {
           "r":1,
           "c":1+i,
           "v":{
-            ct: {fa: "General", t: "g"},
+            ct: {fa: "@", t: "s"},
             m:this.secondClassName || '',
             v:this.secondClassName || '',
             bg:'#cccccc'
@@ -407,7 +407,7 @@ created() {
           "r":2,
           "c":1+i,
           "v":{
-            ct: {fa: "General", t: "g"},
+            ct: {fa: "@", t: "s"},
             m:this.dataForm.frequency || '',
             v:this.dataForm.frequency || '',
             bg:'#cccccc'