Commit 45a6fd0b by tang

feat: 空数据文字显示

parent d41ef0cd
......@@ -44,6 +44,9 @@
header-cell-class-name="search-table-hc"
style="width: 100%"
>
<template slot="empty">
<span style="color: #969799;">未查到该信息</span>
</template>
<el-table-column prop="gepirRequestedKey.requestedKeyValue" label="GLN" width="180"></el-table-column>
<el-table-column prop="address.name" label="企业名称(含英文)" width="180">
</el-table-column>
......
......@@ -153,6 +153,9 @@
header-cell-class-name="search-table-hc"
style="width: 100%"
>
<template slot="empty">
<span style="color: #969799;">没有符合条件的记录</span>
</template>
<el-table-column prop="_source.code" label="商品条码" width="180">
<template slot-scope="scope">
<span type="text" class="hover" size="small">{{
......
......@@ -67,6 +67,9 @@
header-cell-class-name="search-table-hc"
style="width: 100%"
>
<template slot="empty">
<span style="color: #969799;">没有符合条件的记录</span>
</template>
<el-table-column prop="shortCode" label="缩短码" width="80px">
</el-table-column>
<el-table-column prop="produceName" label="商品名称" width="170px">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment