Merge pull request '修改bug' (#73) from zwq into develop
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #73
This commit is contained in:
朱文强 2022-03-17 16:22:39 +08:00
commit 9aaffbb8b4

View File

@ -2,7 +2,7 @@
* @Author: zwq * @Author: zwq
* @Date: 2020-12-29 15:41:11 * @Date: 2020-12-29 15:41:11
* @LastEditors: zwq * @LastEditors: zwq
* @LastEditTime: 2022-03-16 09:52:07 * @LastEditTime: 2022-03-17 14:50:20
* @Description: * @Description:
--> -->
<template> <template>
@ -62,7 +62,7 @@ const tableProps = [
align: 'center' align: 'center'
}, },
{ {
prop: 'name', prop: 'locationName',
label: i18n.t('module.basicData.cache.LocationName'), label: i18n.t('module.basicData.cache.LocationName'),
align: 'center' align: 'center'
} }