Browse Source

查验结果说明 用这个checkResultSm

CzRger 3 months ago
parent
commit
2f6ee6afbb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      snowy-admin-web/src/views/gsc/check/detail.vue

+ 1 - 1
snowy-admin-web/src/views/gsc/check/detail.vue

@@ -69,7 +69,7 @@
           </a-col>
           <a-col :span="16">
             <a-form-item :label="formData.checkStatus == 1 ? '查验结果说明' : '查验未通过原因'">
-              <a-input v-model:value="formData.checkReason" :disabled="true"/>
+              <a-input v-model:value="formData.checkResultSm" :disabled="true"/>
             </a-form-item>
           </a-col>
         </a-row>