This commit is contained in:
caozehui
2025-04-22 15:52:03 +08:00
parent 3891e5459a
commit c2974dbe0d

View File

@@ -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,