@@ -126,7 +126,7 @@
¥ <text class="large">{{ modifyPrice }}</text>
</text>
</view>
- <button class="admin-button-com blue big" @click="formSubmit(0)">提交保存</button>
+ <button class="admin-button-com blue big" @click="formSubmit(0)">下一步</button>
@@ -330,7 +330,7 @@ export default {
let that = this;
let title = '确认直接入库?'
if(inType == 0){
- title = '确认提交保存?'
+ title = '确认提交?'
}
that.$util.confirmModal({content:title},() => {
that.confirmFn(inType);
@@ -23,7 +23,7 @@
</label>
<label class="list" for="localLink">
<radio id="localLink" value="1" :checked="form.location == 1" style="transform:scale(0.7,0.7)" />
- <span class="checkbox-text">隔壁</span>
+ <span class="checkbox-text">附近</span>
</radio-group>
</tui-list-cell>
@@ -76,7 +76,7 @@ export default {
value: "0"
},
{
- name: "隔壁",
+ name: "附近",
key: "1",