@@ -145,7 +145,7 @@
</tui-list-cell>
<tui-list-cell class="line-cell" :hover="false">
- <view class="tui-title">排序值</view>
+ <view class="tui-title">顺序值</view>
<input v-model="form.inTurn" placeholder-class="phcolor" class="tui-input" name="inTurn" @focus="form.inTurn=''" placeholder="请填写金额" type="number" />
@@ -151,7 +151,7 @@
@@ -94,7 +94,7 @@ export default {
let mayStop = false
this.list.data.forEach(function(value,index,array){
if(that.$util.isMoney(value.inTurn) == false){
- that.$msg('请填写 '+value.name+' 排序值')
+ that.$msg('请填写 '+value.name+' 顺序值')
mayStop = true
return false
}