refactor(路由): 更新成本管理模块的路由路径并移除冗余按钮
移除成本明细页面的冗余操作按钮,并更新仪表盘页面的路由跳转路径,以匹配新的路由结构
This commit is contained in:
@@ -263,10 +263,10 @@ export default {
|
||||
}
|
||||
},
|
||||
goToStandardConfig() {
|
||||
this.$router.push('/wms/cost/standard')
|
||||
this.$router.push('/cost/stockpile/standard')
|
||||
},
|
||||
goToDetail() {
|
||||
this.$router.push('/wms/cost/detail')
|
||||
this.$router.push('/cost/stockpile/stockpile')
|
||||
},
|
||||
formatMoney(value) {
|
||||
if (!value) return '0.00'
|
||||
|
||||
Reference in New Issue
Block a user