|
@@ -141,7 +141,7 @@
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
minWidth: 110,
|
|
minWidth: 110,
|
|
|
formatter: (row) => {
|
|
formatter: (row) => {
|
|
|
- return this.getDictValue('记录规则报工类型', row.reportWorkType);
|
|
|
|
|
|
|
+ return this.getDictValue('实验报工类型', row.reportWorkType);
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -151,7 +151,7 @@
|
|
|
showOverflowTooltip: true,
|
|
showOverflowTooltip: true,
|
|
|
minWidth: 110,
|
|
minWidth: 110,
|
|
|
formatter: (row) => {
|
|
formatter: (row) => {
|
|
|
- return this.getDictValue('记录规则类型', row.classify);
|
|
|
|
|
|
|
+ return this.getDictValue('实验规则类型', row.classify);
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
@@ -162,7 +162,7 @@
|
|
|
minWidth: 110,
|
|
minWidth: 110,
|
|
|
formatter: (row) => {
|
|
formatter: (row) => {
|
|
|
return this.getDictValue(
|
|
return this.getDictValue(
|
|
|
- '记录表模板样式',
|
|
|
|
|
|
|
+ '实验模板样式',
|
|
|
row.recordTemplateStyle
|
|
row.recordTemplateStyle
|
|
|
);
|
|
);
|
|
|
}
|
|
}
|
|
@@ -288,9 +288,9 @@
|
|
|
created() {
|
|
created() {
|
|
|
this.requestDict('行业类别');
|
|
this.requestDict('行业类别');
|
|
|
this.requestDict('业务类型');
|
|
this.requestDict('业务类型');
|
|
|
- this.requestDict('记录规则报工类型');
|
|
|
|
|
- this.requestDict('记录规则类型');
|
|
|
|
|
- this.requestDict('记录表模板样式');
|
|
|
|
|
|
|
+ this.requestDict('实验报工类型');
|
|
|
|
|
+ this.requestDict('实验规则类型');
|
|
|
|
|
+ this.requestDict('实验模板样式');
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
open(type) {
|
|
open(type) {
|