|
@@ -154,7 +154,7 @@
|
|
<el-input :disabled='true' v-model="scope.row.remarks" ></el-input>
|
|
<el-input :disabled='true' v-model="scope.row.remarks" ></el-input>
|
|
</template>
|
|
</template>
|
|
</vxe-table-column>
|
|
</vxe-table-column>
|
|
- <vxe-table-column title="操作">
|
|
|
|
|
|
+ <vxe-table-column title="操作" width="130">
|
|
<template v-slot="scope">
|
|
<template v-slot="scope">
|
|
<el-button size="mini" type="primary" :disabled="false" @click="seeFileInfo(scope.$rowIndex)">查看文件详情</el-button>
|
|
<el-button size="mini" type="primary" :disabled="false" @click="seeFileInfo(scope.$rowIndex)">查看文件详情</el-button>
|
|
<!-- <el-button size="mini" v-if="formReadOnly" :disabled="false" type="primary" @click="seeFileInfo(scope.$rowIndex)">查看文件详情</el-button>-->
|
|
<!-- <el-button size="mini" v-if="formReadOnly" :disabled="false" type="primary" @click="seeFileInfo(scope.$rowIndex)">查看文件详情</el-button>-->
|
|
@@ -228,10 +228,10 @@
|
|
<el-input v-model="scope.row.remarks" ></el-input>
|
|
<el-input v-model="scope.row.remarks" ></el-input>
|
|
</template>
|
|
</template>
|
|
</vxe-table-column>
|
|
</vxe-table-column>
|
|
- <vxe-table-column title="操作" width="300">
|
|
|
|
|
|
+ <vxe-table-column title="操作" width="180">
|
|
<template v-slot="scope">
|
|
<template v-slot="scope">
|
|
- <el-button size="mini" type="danger" @click="removeEvent(scope.row,scope.$rowIndex,'detail')">删除</el-button>
|
|
|
|
- <el-button size="mini" type="primary" @click="sss2(scope.$rowIndex)">上传附件</el-button>
|
|
|
|
|
|
+ <el-button size="mini" type="danger" v-if="method!=='view'" @click="removeEvent(scope.row,scope.$rowIndex,'detail')">删除</el-button>
|
|
|
|
+ <el-button size="mini" type="primary" v-if="method!=='view'" @click="sss2(scope.$rowIndex)">上传附件</el-button>
|
|
<el-button size="mini" type="primary" v-if="method==='view'" :disabled="false" @click="seeFileInfo2(scope.$rowIndex)">查看文件详情</el-button>
|
|
<el-button size="mini" type="primary" v-if="method==='view'" :disabled="false" @click="seeFileInfo2(scope.$rowIndex)">查看文件详情</el-button>
|
|
<!-- <el-button size="mini" v-if="formReadOnly" :disabled="false" type="primary" @click="seeFileInfo(scope.$rowIndex)">查看文件详情</el-button>-->
|
|
<!-- <el-button size="mini" v-if="formReadOnly" :disabled="false" type="primary" @click="seeFileInfo(scope.$rowIndex)">查看文件详情</el-button>-->
|
|
</template>
|
|
</template>
|