| | |
| | | text-overflow: ellipsis; |
| | | } |
| | | |
| | | .payload-cell--wrap { |
| | | display: block; |
| | | width: 100%; |
| | | max-width: none; |
| | | white-space: normal; |
| | | overflow: visible; |
| | | text-overflow: clip; |
| | | word-break: break-all; |
| | | line-height: 20px; |
| | | } |
| | | |
| | | .pager-bar { |
| | | padding: 0 16px 16px; |
| | | display: flex; |
| | |
| | | @keyup.enter.native="handleSearch"> |
| | | </el-input> |
| | | </div> |
| | | <div class="toolbar-search-item"> |
| | | <el-input |
| | | v-model.trim="searchForm.barcode" |
| | | clearable |
| | | size="small" |
| | | placeholder="托盘码" |
| | | @keyup.enter.native="handleSearch"> |
| | | </el-input> |
| | | </div> |
| | | <div class="toolbar-query-actions"> |
| | | <el-button size="small" type="primary" icon="el-icon-search" @click="handleSearch">搜索</el-button> |
| | | <el-button size="small" plain icon="el-icon-refresh-left" @click="handleReset">重置</el-button> |
| | |
| | | :show-overflow-tooltip="column.showOverflow !== false" |
| | | :align="column.align || 'left'"> |
| | | <template slot-scope="scope"> |
| | | <span :class="(column.key === 'systemMsg' || column.key === 'errorMemo') ? 'payload-cell' : ''"> |
| | | <span |
| | | :class="{ |
| | | 'payload-cell': column.key === 'systemMsg' || column.key === 'errorMemo', |
| | | 'payload-cell--wrap': column.key === 'systemMsg' |
| | | }"> |
| | | {{ displayCellValue(scope.row, column) }} |
| | | </span> |
| | | </template> |
| | |
| | | <script type="text/javascript" src="../../static/js/common.js?v=20260309_i18n_fix1"></script> |
| | | <script type="text/javascript" src="../../static/vue/js/vue.min.js"></script> |
| | | <script type="text/javascript" src="../../static/vue/element/element.js"></script> |
| | | <script type="text/javascript" src="../../static/js/wrkMast/wrkMast.js?v=20260311_wrk_mast_vue"></script> |
| | | <script type="text/javascript" src="../../static/js/wrkMast/wrkMast.js?v=20260322_system_msg_wrap"></script> |
| | | </html> |