value
2023-09-07 c48511779f77e1d525638ef2450fde5057dce9d5
src/views/inspectionManagement/commissionInspection/index.vue
@@ -73,7 +73,7 @@
                     <el-table-column prop="contacts" label="委托编制人" min-width="8%" />
                     <el-table-column prop="inspection_status" label="状态" min-width="8%">
                        <template slot-scope="scope">
                           <div v-if="scope.row.inspection_status === 0">
                           <div v-if="scope.row.inspection_status === 2">
                              <span style="color: green;">已报检</span>
                           </div>
                           <div v-else>
@@ -209,11 +209,11 @@
                  value: null
               },
               {
                  label: '已检验',
                  value: 0
                  label: '已报检',
                  value: 2
               },
               {
                  label: '待检验',
                  label: '未报检',
                  value: 1
               }
            ],
@@ -474,7 +474,7 @@
            selectViewUUID({
               day: this.day
            }).then(res => {
               this.view = `${this.vueIp}addCommision/${res.data.id}`
               this.view = `${this.vueIp}/#/addCommision/${res.data.id}`
               this.viewId = res.data.id
               this.viewTime2 = res.data.time
            })
@@ -484,7 +484,7 @@
               day: this.viewTime == null ? 1 : this.viewTime
            }).then(res => {
               this.viewId = res.data
               this.view = `${this.vueIp}addCommision/${res.data.id}`
               this.view = `${this.vueIp}/#/addCommision/${res.data.id}`
               this.viewDia = false
               this.$message.success('链接已生成,点击复制按钮进行复制')
            })