档案目录 档案信息跳转修改

master
wanglei 8 months ago
parent 08c1995492
commit 27da58826a

@ -104,10 +104,8 @@
<el-link type="primary" @click="handleDAXX(scope.row)">{{ scope.row.muName }}</el-link> <el-link type="primary" @click="handleDAXX(scope.row)">{{ scope.row.muName }}</el-link>
<span v-if="scope.row.children&&scope.row.children.length>0" style="margin-left: 30px; color: #1890ff;">{{ scope.row.countNum }}</span> <span v-if="scope.row.children&&scope.row.children.length>0" style="margin-left: 30px; color: #1890ff;">{{ scope.row.countNum }}</span>
<el-link v-else style="margin-left: 30px" type="primary" @click="getListPicture(scope.row)">{{ scope.row.countNum }}</el-link>
<!-- <span v-if="scope.row.children&&scope.row.children.length>0" style="margin-left: 30px; color: #1890ff;">{{ scope.row.sbCount }}</span>--> <el-link v-else style="margin-left: 30px" type="primary" @click="getListPicture(scope.row)">{{ scope.row.countNum }}</el-link>
<!-- <el-link v-else style="margin-left: 30px" type="primary" @click="getListPicture(scope.row)">{{ scope.row.sbCount }}</el-link>-->
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="业务类型" align="center" prop="ywType" min-width="100" show-overflow-tooltip> <el-table-column label="业务类型" align="center" prop="ywType" min-width="100" show-overflow-tooltip>
@ -621,6 +619,10 @@ export default {
if(row.ywType==='option8'){ if(row.ywType==='option8'){
this.$router.push("/dangan/zqz?muId=" + row.id); this.$router.push("/dangan/zqz?muId=" + row.id);
} }
//
if(row.ywType==='option12'){
this.$router.push("/dangan/quanwen?muId=" + row.id);
}
}, },
/** 查询档案图片信息记录列表 */ /** 查询档案图片信息记录列表 */
getListPicture(row) { getListPicture(row) {

Loading…
Cancel
Save