|
|
@@ -19,7 +19,7 @@
|
|
|
<audio ref="hitPlay"><source src="@/static/hit.mp3" type="audio/mpeg"></audio>
|
|
|
<audio ref="noStockPlay"><source src="@/static/noStock.mp3" type="audio/mpeg"></audio>
|
|
|
<audio ref="successPlay"><source src="@/static/success1.mp3" type="audio/mpeg"></audio>
|
|
|
- <el-table ref="singleTable" :data="selectList" highlight-current-row style="width:84vw" border :header-cell-style="{background:'#fdfdfd', color: '#01060a', fontWeight:800}"
|
|
|
+ <el-table ref="singleTable" :data="selectList" highlight-current-row border :header-cell-style="{background:'#fdfdfd', color: '#01060a', fontWeight:800}"
|
|
|
class="tableBox active" @row-click="pickModifyItem" height="70vh">
|
|
|
<el-table-column prop="id" label="编号" width="110" align="center"></el-table-column>
|
|
|
|
|
|
@@ -108,7 +108,7 @@
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
|
|
|
- <el-dialog title="确认提交" v-if="showCommitPop" :visible.sync="showCommitPop" width="573px" center :close-on-click-modal="false">
|
|
|
+ <el-dialog title="确认提交" v-if="showCommitPop" :visible.sync="showCommitPop" width="655px" center :close-on-click-modal="false">
|
|
|
<div>
|
|
|
<div class="accounts-list">
|
|
|
客户
|
|
|
@@ -808,7 +808,6 @@ export default {
|
|
|
height: 40px;
|
|
|
line-height: 40px;
|
|
|
}
|
|
|
-
|
|
|
td {
|
|
|
padding: 0 !important;
|
|
|
height: 45px;
|