|
@@ -2,7 +2,7 @@
|
|
|
<div>
|
|
|
<el-button size="small" type="primary" icon="el-icon-plus" @click="queryProduct">自产品档案添加</el-button>
|
|
|
<el-drawer
|
|
|
- title="产品档案"
|
|
|
+ title="自产品档案添加"
|
|
|
:visible.sync="dialogProductVisible"
|
|
|
append-to-body
|
|
|
size="80%"
|
|
@@ -23,8 +23,8 @@
|
|
|
ref="multipleTable"
|
|
|
:data="list"
|
|
|
style="width: 100%"
|
|
|
- :header-cell-style="{height:'50px',color:'#768093',fontWeight:'100'}"
|
|
|
- :cell-style="{height:'50px',color:'#768093',fontWeight:'200'}"
|
|
|
+ :header-cell-style="{height:'50px',color:'#606266',fontWeight:'400'}"
|
|
|
+ :cell-style="{height:'50px',color:'#666666',fontWeight:'400'}"
|
|
|
@selection-change="selectionChange">
|
|
|
<el-table-column
|
|
|
type="selection"
|