|
@@ -19,12 +19,12 @@
|
|
|
<el-table-column label="资产名称" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
<el-radio :label="scope.row.id" :ref="scope.row.id" :value="scope.row.localName || scope.row.name">
|
|
|
- {{ scope.row.localName || scope.row.name }}
|
|
|
+ {{ scope.row.localName }}
|
|
|
</el-radio>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="本地编码">
|
|
|
- <template slot-scope="scope">{{ scope.row.localId || scope.row.id }}</template>
|
|
|
+ <template slot-scope="scope">{{ scope.row.localId }}</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column prop="name" label="所在楼层">
|
|
|
<template slot-scope="scope">
|