仪器管理-关联正品控名称

master
382696293@qq.com 2 years ago
parent 22cc022b63
commit 6d67364e79

@ -196,9 +196,7 @@
</el-button> </el-button>
<el-button size="mini" type="text" icon="el-icon-edit" @click="editInstrumentNameVisible(scope.row)"> <el-button size="mini" type="text" icon="el-icon-edit" @click="editInstrumentNameVisible(scope.row)">
</el-button> </el-button>
<el-button size="mini" type="text" icon="el-icon-edit" <el-button size="mini" type="text" icon="el-icon-edit">配置说明书</el-button>
>配置说明书
</el-button>
<el-button <el-button
size="mini" size="mini"
type="text" type="text"
@ -827,7 +825,8 @@
</el-dialog> </el-dialog>
<el-dialog title="正品控商品名配置" :visible.sync="instrumentName.visible" width="50%"> <el-dialog title="正品控商品名配置" :visible.sync="instrumentName.visible" width="50%">
<el-table v-loading="loading" :data="instrumentName.nameForm"> <el-button size="mini" type="primary" icon="el-icon-add" @click="addInstrumentNameline()"></el-button>
<el-table :show-header="false" v-loading="loading" :data="instrumentName.nameForm">
<el-table-column type="index" width="55" align="center"/> <el-table-column type="index" width="55" align="center"/>
<el-table-column align="center" prop="productName" width="400"> <el-table-column align="center" prop="productName" width="400">
<template slot-scope="scope"> <template slot-scope="scope">
@ -836,15 +835,8 @@
</el-table-column> </el-table-column>
<el-table-column> <el-table-column>
<template slot-scope="scope"> <template slot-scope="scope">
<el-button size="mini" type="text" icon="el-icon-add" <el-button size="mini" type="text" icon="el-icon-save" @click="saveInstrumentName(scope.row)"></el-button>
@click="addInstrumentNameline()">新增 <el-button size="mini" type="text" icon="el-icon-delete" @click="delInstrumentName(scope)"></el-button>
</el-button>
<el-button size="mini" type="text" icon="el-icon-save"
@click="saveInstrumentName(scope.row)">保存
</el-button>
<el-button size="mini" type="text" icon="el-icon-delete"
@click="delInstrumentName(scope)">删除
</el-button>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>

Loading…
Cancel
Save