Cette révision appartient à :
2024-04-07 15:39:26 +08:00
Parent 7fe8d7e72c
révision e1773dae03
2 fichiers modifiés avec 3 ajouts et 3 suppressions

Voir le fichier

@@ -20,9 +20,9 @@
@change="changeSelect(scope.row, 'tableName')">
<el-option
v-for="item in tableNameList"
:key="item.id"
:key="item.value"
:label="item.label"
:value="item.id"></el-option>
:value="item.value"></el-option>
</el-select>
</div>
</template>

Voir le fichier

@@ -63,7 +63,7 @@ const tableProps = [
{
prop: 'unit',
label: '单位',
filter: publicFormatter('energy_unit'),
filter: publicFormatter('unit_dict'),
minWidth: 110,
},
{