Tcsm
2023-08-05 3f2e2443a61d1ff98a829925e3d42cdfa1275f0b
ruoyi-ui/src/views/economy/economyInfo.vue
@@ -1,7 +1,7 @@
<template>
  <div class="app-container">
    <div class="form-header mt">
      <h4 class="dt h4">家庭收支台账信息 </h4>
      <h4 class="dt h4">家庭收支台账详细信息 </h4>
    </div>
@@ -12,7 +12,7 @@
        </el-select>
      </el-form-item>
      <el-form-item label="时间" prop="createTime">
        <el-input v-model="formData.createTime" placeholder="请选择时间" clearable :style="{width: '100%'}" :disabled="dsb"></el-input>
        <el-input v-model="formData.createTime" placeholder="请选择时间" type="date" clearable :style="{width: '100%'}" :disabled="dsb"></el-input>
      </el-form-item>
      <el-form-item label="收入/支出" prop="price">
        <el-input v-model="formData.price" placeholder="请输入选择收入/支出" clearable :style="{width: '100%'}" :disabled="dsb">
@@ -92,7 +92,7 @@
        multiple
        list-type="picture-card"
        :on-preview="handleFileCardPreview"
        :on-remove="handleRemove"
        :on-remove="handleRemoveFile"
        :http-request="requestUpload"
        :show-file-list="true"
      >
@@ -116,12 +116,11 @@
                </span>
                <span
                  v-if="isShow"
                  @click="handleRemove(file)"
                  class="el-upload-list__item-delete"
                  @click="handleDownload(file.url)"
                >
                  <i class="el-icon-download"></i>
                </span>
                 <i class="el-icon-download"></i>
                 </span>
                <span
                  v-if="isShow"
                  class="el-upload-list__item-delete"
@@ -242,12 +241,12 @@
      this.btn= jd
      this.dsb = !jd
      this.isShow=true
      document.title = "修改资产详细信息";
      this.$route.meta.title = "修改资产详细信息";//列表的名称
      document.title = "修改家庭收支台账详细信息";
      this.$route.meta.title = "修改家庭收支台账详细信息";//列表的名称
    }
    else{
      document.title = "查看资产详细信息";
      this.$route.meta.title = "查看资产详细信息";//列表的名称
      document.title = "家庭收支台账详细信息";
      this.$route.meta.title = "家庭收支台账详细信息";//列表的名称
      this.isShow=false
    }