USER-20230908AJ\Administrator před 1 rokem
rodič
revize
71cf2a08de
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      page_task/property/components/car.vue

+ 1 - 1
page_task/property/components/car.vue

@@ -155,7 +155,7 @@ export default {
     delItem(){
       uni.showModal({
         title: '警告',
-        content: '是否删除当前资产信息!',
+        content: '是否删除当前车辆信息!',
         success: (res) => {
           if (res.confirm) {
             this.$emit('delItem',this.itemKey)