微调
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<el-input v-model='formContent.scriptName' :disabled="true"/>
|
<el-input v-model='formContent.scriptName' :disabled="true"/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="误差体系">
|
<el-form-item label="误差体系">
|
||||||
<el-select v-model="formContent.errorSysId" placeholder="请选择误差体系" autocomplete="off" :disabled="checkStore.showDetailType===0"
|
<el-select :disabled="checkStore.showDetailType===2 || checkStore.showDetailType===0" v-model="formContent.errorSysId" placeholder="请选择误差体系" autocomplete="off"
|
||||||
@change="handleErrorSysChange">
|
@change="handleErrorSysChange">
|
||||||
<el-option
|
<el-option
|
||||||
v-for="(option) in pqErrorList"
|
v-for="(option) in pqErrorList"
|
||||||
@@ -554,7 +554,7 @@ const setCheckResultData = (data: CheckData.ResCheckResult | null) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const exportRawDataHandler = () => {
|
const exportRawDataHandler = () => {
|
||||||
useDownload(exportRawData, '原始数据.xlsx', {
|
useDownload(exportRawData, '原始数据', {
|
||||||
scriptType,
|
scriptType,
|
||||||
scriptId: checkStore.plan.scriptId,
|
scriptId: checkStore.plan.scriptId,
|
||||||
devId: deviceId,
|
devId: deviceId,
|
||||||
|
|||||||
Reference in New Issue
Block a user