Merge branch 'master' of http://101.42.27.146:5001/r/ltkj_peisweb
| | |
| | | <el-table-column prop="project.proName" label="检测项目" width="150"> |
| | | </el-table-column> |
| | | <el-table-column prop="proResult" label="检测结果" width="150"> |
| | | <!-- <template slot-scope="scope"> |
| | | <el-input type="textarea" autosize size="mini" v-model="scope.row.proResult" autocomplete="off" |
| | | placeholder="请输入检测结果" @keyup.enter.native=" |
| | | keyInputConfirm($event,scope.$index,'proResult') |
| | | " @focus="handleFocus(scope.row)" @blur="handleInputConfirm(scope.row)" |
| | | @input="vale"></el-input> --> |
| | | |
| | | <template slot-scope="{ row, $index }"> |
| | | <el-input type="textarea" autosize size="mini" v-model="row.proResult" :ref="`input-${$index}`" |
| | | @keydown.enter.native="keyInputConfirm($event, $index)" @focus="handleFocus(row)" |
| | |
| | | } |
| | | }, |
| | | handleChangesZt(params) { |
| | | console.log(params) |
| | | this.curindex.proResult = params.map((item) => item.ruleStr).join(","); |
| | | console.log(this.curindex.proResult) |
| | | this.handleInputConfirm(this.curindex, params); |
| | | }, |
| | | tableRowClassName({ row }) { |
| | |
| | | [process.env.VUE_APP_BASE_API]: { |
| | | // target: `https://ltpeis.xaltjdkj.cn:5801/`, |
| | | // target: `http://192.168.1.2:5011`, |
| | | target: `http://192.168.1.113:5011`, |
| | | target: `http://192.168.1.99:5011`, |
| | | // // target: `http://192.168.0.99:8080/ltkj-admin`, |
| | | // target: `https://ltpeis.xaltjdkj.cn:5011/ltkj-admin`, |
| | | // target: `http://10.168.0.9:5011`, |