Browse Source

修改数据

yjf_v2
超级管理员 1 year ago
parent
commit
c10de2eb7f
  1. 2
      src/views/matrix/matrixcont/setupmatrixuser_black.vue
  2. 2
      src/views/sysworkflow/lowcodepage/pageFlow/tableFlow.vue

2
src/views/matrix/matrixcont/setupmatrixuser_black.vue

@ -139,7 +139,7 @@ function submitAddMatrixUser(){
</template>
<!-- 自定义表项/单元格内容 -->
<template #default="scope">
{{scope.row[item.prop].types}}---->{{scope.row[item.prop].isedit}}
<div v-if="!scope.row[item.prop].isedit" @dblclick="scope.row[item.prop].isedit = true">
<el-text v-for="(itemtext,ti) in scope.row[item.prop].namelist" :key="ti" class="mx-1">{{ itemtext }}</el-text>
</div>

2
src/views/sysworkflow/lowcodepage/pageFlow/tableFlow.vue

@ -428,7 +428,7 @@ function optionsValue3Get3(data: any,fieldName: string){
</script>
<template>
<el-drawer v-model="drawerOpenOrClose" v-loading="loadingData" :title="versiontitle" :close-on-click-modal="false" :close-on-press-escape="false" :destroy-on-close="true" :size="drawbox" class="drawerClass" >--->{{drawbox}}
<el-drawer v-model="drawerOpenOrClose" v-loading="loadingData" :title="versiontitle" :close-on-click-modal="false" :close-on-press-escape="false" :destroy-on-close="true" :size="drawbox" class="drawerClass" >
<div v-if="isFlowTable" class="common-layout">
<el-container>
<el-main v-loading="formLoading" element-loading-text="Loading...">

Loading…
Cancel
Save