|
|
@ -67,7 +67,7 @@ |
|
|
|
<el-row> |
|
|
|
<el-col :span="12"> |
|
|
|
<el-form-item label="可进可出:" prop="inOut"> |
|
|
|
<el-switch v-model="form.inOut"/> |
|
|
|
<el-switch v-model="form.inOut" /> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
<span v-if="!form.inOut"> |
|
|
@ -134,7 +134,7 @@ |
|
|
|
</el-card> |
|
|
|
<el-card class="box-card" shadow="never"> |
|
|
|
<div slot="header" class="clearfix"> |
|
|
|
<span class="role-span"/> |
|
|
|
<span class="role-span" /> |
|
|
|
<el-button |
|
|
|
:loading="false" |
|
|
|
icon="el-icon-check" |
|
|
@ -157,9 +157,9 @@ import { |
|
|
|
testRead, |
|
|
|
testwrite |
|
|
|
} from '@/api/acs/device/driverConfig' |
|
|
|
import {selectOpcList} from '@/api/acs/device/opc' |
|
|
|
import {selectPlcList} from '@/api/acs/device/opcPlc' |
|
|
|
import {selectListByOpcID} from '@/api/acs/device/opcPlc' |
|
|
|
import { selectOpcList } from '@/api/acs/device/opc' |
|
|
|
import { selectPlcList } from '@/api/acs/device/opcPlc' |
|
|
|
import { selectListByOpcID } from '@/api/acs/device/opcPlc' |
|
|
|
|
|
|
|
import crud from '@/mixins/crud' |
|
|
|
import deviceCrud from '@/api/acs/device/device' |
|
|
|