| | |
| | | label: t('sorter.start'), |
| | | } |
| | | ] |
| | | // function closeDialoga(row) { |
| | | // adda.value = false; |
| | | // userName.value = ''; |
| | | // nickName.value = ''; |
| | | // password.value = ''; |
| | | // } |
| | | // 编辑 |
| | | const getTableRowa = async () => { |
| | | let configName = window.localStorage.getItem('configName') |
| | |
| | | <div> |
| | | <el-card style="flex: 1;margin-left: 10px;margin-top: 20px;" > |
| | | <div style="width: 98%; height: calc(100% - 35px); overflow-y: auto;"> |
| | | <el-table height="400" ref="table" :header-cell-style="{ background: '#F2F3F5 ', color: '#1D2129' }" |
| | | <el-table height="750" ref="table" :header-cell-style="{ background: '#F2F3F5 ', color: '#1D2129' }" |
| | | :data="tableData"> |
| | | <el-table-column prop="configName" align="center" :label="$t('productStock.configName')"/> |
| | | <el-table-column prop="configCode" align="center" :label="$t('productStock.configCode')"/> |
| | |
| | | <el-button type="primary" @click="getTableRowa"> |
| | | {{ $t('productStock.sure') }} |
| | | </el-button> |
| | | <el-button @click="closeDialoga">{{ $t('productStock.cancel') }}</el-button> |
| | | <el-button @click="adda = false">{{ $t('productStock.cancel') }}</el-button> |
| | | </div> |
| | | </template> |
| | | </el-dialog> |