ruoyi-ui/src/api/clean/index.js
@@ -28,7 +28,7 @@ // 删除资产信息 export function delClean(Ids) { return request({ url: '/zfClean' + Ids, url: '/zfClean/' + Ids, method: 'delete' }) } ruoyi-ui/src/views/bignote/familyeventInfo.vue
@@ -28,6 +28,10 @@ <el-input v-model="formData.remark" placeholder="请输入备注" clearable :style="{width: '100%'}" :disabled="dsb"></el-input> </el-form-item> <el-form-item label="是否是本家庭记录" prop="ownData"> <el-input v-model="formData.ownData=== 1 ? '是':'否'" placeholder=" " clearable :style="{width: '100%'}" :disabled=true></el-input> </el-form-item> <h4 class="form-header">相关图片 </h4> <el-upload action="#" ruoyi-ui/src/views/bignote/index.vue
@@ -154,7 +154,9 @@ <el-table-column label="人物" prop="people" sortable width="150px" /> <el-table-column label="地点" prop="address" sortable width="150px" /> <el-table-column label="大事标题" prop="title" sortable :show-overflow-tooltip="true" width="150px" /> <el-table-column label="是否是本家庭记录" prop="ownData" sortable width="150px" > <template slot-scope="scope">{{scope.row.ownData === 0 ? '否': '是'}}</template> </el-table-column> <el-table-column label="备注" prop="remark" sortable width="150px" > <template slot-scope="scope">{{scope.row.remark? scope.row.remark: '————'}}</template> </el-table-column> ruoyi-ui/src/views/clean/cleanInfo.vue
@@ -39,6 +39,9 @@ <el-form-item label="备注" prop="remark"> <el-input v-model="formData.remark" placeholder="请输入备注" clearable :style="{width: '100%'}" :disabled="dsb"></el-input> </el-form-item> <el-form-item label="是否是本家庭记录" prop="ownData"> <el-input v-model="formData.ownData=== 1 ? '是':'否'" placeholder=" " clearable :style="{width: '100%'}" :disabled=true></el-input> </el-form-item> <h4 class="form-header">相关图片 </h4> ruoyi-ui/src/views/clean/index.vue
@@ -132,6 +132,9 @@ <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '————'}}</template> </el-table-column> <el-table-column label="备注" prop="remark" sortable width="100" /> <el-table-column label="是否是本家庭记录" prop="ownData" sortable width="150px" > <template slot-scope="scope">{{scope.row.ownData === 0 ? '否': '是'}}</template> </el-table-column> <el-table-column label="电子文件" prop="url" width="180" align="center"> <template slot-scope="scope" > @@ -647,7 +650,7 @@ /** 删除按钮操作 */ handleDelete(row) { const Ids = row.id || this.ids; this.$modal.confirm('是否确认删除资产编号为"' + Ids + '"的数据项?').then(function() { this.$modal.confirm('是否确认删除所选数据项?').then(function() { return delClean(Ids); }).then(() => { this.getList(); ruoyi-ui/src/views/collection/collectionInfo.vue
@@ -67,6 +67,12 @@ <el-input v-model="formData.remark" placeholder="请输入备注" clearable :style="{width: '100%'}" :disabled="dsb"></el-input> </el-form-item> </el-cow> <el-cow > <el-form-item label="是否是本家庭记录" prop="ownData"> <el-input v-model="formData.ownData=== 1 ? '是':'否'" placeholder=" " clearable :style="{width: '100%'}" :disabled=true></el-input> </el-form-item> </el-cow> </el-row> </el-container> <h4 class="form-header">相关图片 </h4> ruoyi-ui/src/views/collection/index.vue
@@ -209,6 +209,9 @@ <el-table-column label="备注" prop="remark" sortable width="90" align="center"> <template slot-scope="scope">{{scope.row.remark? scope.row.remark: '————'}}</template> </el-table-column> <el-table-column label="是否是本家庭记录" prop="ownData" sortable width="150px" > <template slot-scope="scope">{{scope.row.ownData === 0 ? '否': '是'}}</template> </el-table-column> <el-table-column label="电子文件" prop="url" width="180" align="center"> <template slot-scope="scope" > ruoyi-ui/src/views/contacts/contactsInfo.vue
@@ -67,6 +67,11 @@ <el-input v-model="formData.remark" placeholder="请输入备注" clearable :style="{width: '100%'}" :disabled="dsb"></el-input> </el-form-item> </el-cow> <el-cow > <el-form-item label="是否是本家庭记录" prop="ownData"> <el-input v-model="formData.ownData=== 1 ? '是':'否'" placeholder=" " clearable :style="{width: '100%'}" :disabled=true></el-input> </el-form-item> </el-cow> </el-row> </el-container> <h4 class="form-header">电子名片 </h4> ruoyi-ui/src/views/contacts/index.vue
@@ -177,6 +177,10 @@ <span v-if="scope.row.isAlways== null">——</span> </template> </el-table-column> <el-table-column label="是否是本家庭记录" prop="ownData" sortable width="150px" > <template slot-scope="scope">{{scope.row.ownData === 0 ? '否': '是'}}</template> </el-table-column> <el-table-column label="备注(是否存在金钱关系)" prop="remark" sortable width="120" align="center"> <template slot-scope="scope">{{scope.row.remark? scope.row.remark: '————'}}</template> ruoyi-ui/src/views/device/equipmentInfo.vue
@@ -46,6 +46,9 @@ <el-form-item label="备注" prop="remark"> <el-input v-model="formData.remark" placeholder="" clearable :style="{width: '100%'}" :disabled="dsb"></el-input> </el-form-item> <el-form-item label="是否是本家庭记录" prop="ownData"> <el-input v-model="formData.ownData=== 1 ? '是':'否'" placeholder=" " clearable :style="{width: '100%'}" :disabled=true></el-input> </el-form-item> <h4 class="form-header">相关图片 </h4> ruoyi-ui/src/views/device/index.vue
@@ -144,7 +144,9 @@ <template slot-scope="scope">{{scope.row.remark? scope.row.remark: '————'}}</template> </el-table-column> <el-table-column label="是否是本家庭记录" prop="ownData" sortable width="150px" > <template slot-scope="scope">{{scope.row.ownData === 0 ? '否': '是'}}</template> </el-table-column> <el-table-column label="电子文件" prop="url" width="120" align="center"> <template slot-scope="scope" > ruoyi-ui/src/views/doctor/index.vue
@@ -199,7 +199,9 @@ <el-table-column label="适用人" prop="suitable" sortable width="140" align="center" > <template slot-scope="scope">{{scope.row.suitable? scope.row.suitable: '————'}}</template> </el-table-column> <el-table-column label="是否是本家庭记录" prop="ownData" sortable width="150px" > <template slot-scope="scope">{{scope.row.ownData === 0 ? '否': '是'}}</template> </el-table-column> <el-table-column label="备注" prop="remark" sortable width="120" align="center"> <template slot-scope="scope">{{scope.row.remark? scope.row.remark: '————'}}</template> </el-table-column> ruoyi-ui/src/views/economy/economyInfo.vue
@@ -36,6 +36,9 @@ <el-form-item label="备注" prop="remark"> <el-input v-model="formData.remark" placeholder="请输入备注" clearable :style="{width: '100%'}" :disabled="dsb"></el-input> </el-form-item> <el-form-item label="是否是本家庭记录" prop="ownData"> <el-input v-model="formData.ownData=== 1 ? '是':'否'" placeholder=" " clearable :style="{width: '100%'}" :disabled=true></el-input> </el-form-item> <h4 class="form-header">相关图片 </h4> ruoyi-ui/src/views/economy/index.vue
@@ -117,7 +117,9 @@ <el-table-column label="现金/自动扣划" prop="kind" sortable width="130" > <template slot-scope="scope">{{scope.row.kind? scope.row.kind: '————'}}</template> </el-table-column> <el-table-column label="是否是本家庭记录" prop="ownData" sortable width="150px" > <template slot-scope="scope">{{scope.row.ownData === 0 ? '否': '是'}}</template> </el-table-column> <el-table-column label="电子文件" prop="url" align="center" sortable width="110" > <template slot-scope="scope" > <div @click="handleCheck(scope.row)"> ruoyi-ui/src/views/note/index.vue
@@ -141,6 +141,9 @@ <el-table-column label="备注" prop="remark" sortable width="130" > <template slot-scope="scope">{{scope.row.remark? scope.row.remark: '————'}}</template> </el-table-column> <el-table-column label="是否是本家庭记录" prop="ownData" sortable width="150px" > <template slot-scope="scope">{{scope.row.ownData === 0 ? '否': '是'}}</template> </el-table-column> <!-- <el-table-column label="家庭号" prop="familyId" sortable width="100" /> --> <el-table-column label="发生时间" prop="happenTime" sortable width="150" align="center"> <template slot-scope="scope">{{scope.row.happenTime? scope.row.happenTime: '————'}}</template> ruoyi-ui/src/views/note/propertyInfo.vue
@@ -46,6 +46,9 @@ <el-form-item label="备注" prop="remark"> <el-input v-model="formData.remark" placeholder="请输入备注" clearable :style="{width: '100%'}" :disabled="dsb"></el-input> </el-form-item> <el-form-item label="是否是本家庭记录" prop="ownData"> <el-input v-model="formData.ownData=== 1 ? '是':'否'" placeholder=" " clearable :style="{width: '100%'}" :disabled=true></el-input> </el-form-item> <h4 class="form-header">相关图片 </h4> <el-upload