|
@@ -64,14 +64,38 @@
|
|
|
<el-input :disabled="true" v-model="scope.row.typeName" ></el-input>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
- <vxe-table-column width="150px" field="reviewComments" title="审核意见" :edit-render="{}">
|
|
|
+<!-- <vxe-table-column width="150px" field="reviewComments" title="审核意见" :edit-render="{}">-->
|
|
|
+<!-- <template v-slot:edit="scope">-->
|
|
|
+<!-- <el-input v-model="scope.row.reviewComments" ></el-input>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </vxe-table-column>-->
|
|
|
+<!-- <vxe-table-column width="150px" field="replyComments" title="回复意见" :edit-render="{}">-->
|
|
|
+<!-- <template v-slot:edit="scope">-->
|
|
|
+<!-- <el-input v-model="scope.row.replyComments" ></el-input>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </vxe-table-column>-->
|
|
|
+ <vxe-table-column width="150px" field="reviewComments" title="审核意见(√/×)" :edit-render="{}">
|
|
|
<template v-slot:edit="scope">
|
|
|
- <el-input v-model="scope.row.reviewComments" ></el-input>
|
|
|
+ <vxe-select v-model="scope.row.reviewComments" transfer>
|
|
|
+ <vxe-option
|
|
|
+ v-for="item in $dictUtils.getDictList('yes_no_flag')"
|
|
|
+ :key="item.value"
|
|
|
+ :value="item.label"
|
|
|
+ :label="item.label">
|
|
|
+ </vxe-option>
|
|
|
+ </vxe-select>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
- <vxe-table-column width="150px" field="replyComments" title="回复意见" :edit-render="{}">
|
|
|
+ <vxe-table-column width="150px" field="replyComments" title="回复意见(√/×)" :edit-render="{}">
|
|
|
<template v-slot:edit="scope">
|
|
|
- <el-input v-model="scope.row.replyComments" ></el-input>
|
|
|
+ <vxe-select v-model="scope.row.replyComments" transfer>
|
|
|
+ <vxe-option
|
|
|
+ v-for="item in $dictUtils.getDictList('yes_no_flag')"
|
|
|
+ :key="item.value"
|
|
|
+ :value="item.label"
|
|
|
+ :label="item.label">
|
|
|
+ </vxe-option>
|
|
|
+ </vxe-select>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
</vxe-table>
|
|
@@ -98,14 +122,38 @@
|
|
|
<el-input :disabled="true" v-model="scope.row.typeName" ></el-input>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
- <vxe-table-column width="150px" field="reviewComments" title="审核意见" :edit-render="{}">
|
|
|
+<!-- <vxe-table-column width="150px" field="reviewComments" title="审核意见" :edit-render="{}">-->
|
|
|
+<!-- <template v-slot:edit="scope">-->
|
|
|
+<!-- <el-input v-model="scope.row.reviewComments" ></el-input>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </vxe-table-column>-->
|
|
|
+<!-- <vxe-table-column width="150px" field="replyComments" title="回复意见" :edit-render="{}">-->
|
|
|
+<!-- <template v-slot:edit="scope">-->
|
|
|
+<!-- <el-input v-model="scope.row.replyComments" ></el-input>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </vxe-table-column>-->
|
|
|
+ <vxe-table-column width="150px" field="reviewComments" title="审核意见(√/×)" :edit-render="{}">
|
|
|
<template v-slot:edit="scope">
|
|
|
- <el-input v-model="scope.row.reviewComments" ></el-input>
|
|
|
+ <vxe-select v-model="scope.row.reviewComments" transfer>
|
|
|
+ <vxe-option
|
|
|
+ v-for="item in $dictUtils.getDictList('yes_no_flag')"
|
|
|
+ :key="item.value"
|
|
|
+ :value="item.label"
|
|
|
+ :label="item.label">
|
|
|
+ </vxe-option>
|
|
|
+ </vxe-select>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
- <vxe-table-column width="150px" field="replyComments" title="回复意见" :edit-render="{}">
|
|
|
+ <vxe-table-column width="150px" field="replyComments" title="回复意见(√/×)" :edit-render="{}">
|
|
|
<template v-slot:edit="scope">
|
|
|
- <el-input v-model="scope.row.replyComments" ></el-input>
|
|
|
+ <vxe-select v-model="scope.row.replyComments" transfer>
|
|
|
+ <vxe-option
|
|
|
+ v-for="item in $dictUtils.getDictList('yes_no_flag')"
|
|
|
+ :key="item.value"
|
|
|
+ :value="item.label"
|
|
|
+ :label="item.label">
|
|
|
+ </vxe-option>
|
|
|
+ </vxe-select>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
</vxe-table>
|
|
@@ -130,14 +178,38 @@
|
|
|
<el-input :disabled="true" v-model="scope.row.typeName" ></el-input>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
- <vxe-table-column width="150px" field="reviewComments" title="审核意见" :edit-render="{}">
|
|
|
+<!-- <vxe-table-column width="150px" field="reviewComments" title="审核意见" :edit-render="{}">-->
|
|
|
+<!-- <template v-slot:edit="scope">-->
|
|
|
+<!-- <el-input v-model="scope.row.reviewComments" ></el-input>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </vxe-table-column>-->
|
|
|
+<!-- <vxe-table-column width="150px" field="replyComments" title="回复意见" :edit-render="{}">-->
|
|
|
+<!-- <template v-slot:edit="scope">-->
|
|
|
+<!-- <el-input v-model="scope.row.replyComments" ></el-input>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </vxe-table-column>-->
|
|
|
+ <vxe-table-column width="150px" field="reviewComments" title="审核意见(√/×)" :edit-render="{}">
|
|
|
<template v-slot:edit="scope">
|
|
|
- <el-input v-model="scope.row.reviewComments" ></el-input>
|
|
|
+ <vxe-select v-model="scope.row.reviewComments" transfer>
|
|
|
+ <vxe-option
|
|
|
+ v-for="item in $dictUtils.getDictList('yes_no_flag')"
|
|
|
+ :key="item.value"
|
|
|
+ :value="item.label"
|
|
|
+ :label="item.label">
|
|
|
+ </vxe-option>
|
|
|
+ </vxe-select>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
- <vxe-table-column width="150px" field="replyComments" title="回复意见" :edit-render="{}">
|
|
|
+ <vxe-table-column width="150px" field="replyComments" title="回复意见(√/×)" :edit-render="{}">
|
|
|
<template v-slot:edit="scope">
|
|
|
- <el-input v-model="scope.row.replyComments" ></el-input>
|
|
|
+ <vxe-select v-model="scope.row.replyComments" transfer>
|
|
|
+ <vxe-option
|
|
|
+ v-for="item in $dictUtils.getDictList('yes_no_flag')"
|
|
|
+ :key="item.value"
|
|
|
+ :value="item.label"
|
|
|
+ :label="item.label">
|
|
|
+ </vxe-option>
|
|
|
+ </vxe-select>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
</vxe-table>
|
|
@@ -162,14 +234,38 @@
|
|
|
<el-input :disabled="true" v-model="scope.row.typeName" ></el-input>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
- <vxe-table-column width="150px" field="reviewComments" title="审核意见" :edit-render="{}">
|
|
|
+<!-- <vxe-table-column width="150px" field="reviewComments" title="审核意见" :edit-render="{}">-->
|
|
|
+<!-- <template v-slot:edit="scope">-->
|
|
|
+<!-- <el-input v-model="scope.row.reviewComments" ></el-input>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </vxe-table-column>-->
|
|
|
+<!-- <vxe-table-column width="150px" field="replyComments" title="回复意见" :edit-render="{}">-->
|
|
|
+<!-- <template v-slot:edit="scope">-->
|
|
|
+<!-- <el-input v-model="scope.row.replyComments" ></el-input>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </vxe-table-column>-->
|
|
|
+ <vxe-table-column width="150px" field="reviewComments" title="审核意见(√/×)" :edit-render="{}">
|
|
|
<template v-slot:edit="scope">
|
|
|
- <el-input v-model="scope.row.reviewComments" ></el-input>
|
|
|
+ <vxe-select v-model="scope.row.reviewComments" transfer>
|
|
|
+ <vxe-option
|
|
|
+ v-for="item in $dictUtils.getDictList('yes_no_flag')"
|
|
|
+ :key="item.value"
|
|
|
+ :value="item.label"
|
|
|
+ :label="item.label">
|
|
|
+ </vxe-option>
|
|
|
+ </vxe-select>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
- <vxe-table-column width="150px" field="replyComments" title="回复意见" :edit-render="{}">
|
|
|
+ <vxe-table-column width="150px" field="replyComments" title="回复意见(√/×)" :edit-render="{}">
|
|
|
<template v-slot:edit="scope">
|
|
|
- <el-input v-model="scope.row.replyComments" ></el-input>
|
|
|
+ <vxe-select v-model="scope.row.replyComments" transfer>
|
|
|
+ <vxe-option
|
|
|
+ v-for="item in $dictUtils.getDictList('yes_no_flag')"
|
|
|
+ :key="item.value"
|
|
|
+ :value="item.label"
|
|
|
+ :label="item.label">
|
|
|
+ </vxe-option>
|
|
|
+ </vxe-select>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
</vxe-table>
|
|
@@ -194,14 +290,38 @@
|
|
|
<el-input :disabled="true" v-model="scope.row.typeName" ></el-input>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
- <vxe-table-column width="150px" field="reviewComments" title="审核意见" :edit-render="{}">
|
|
|
+<!-- <vxe-table-column width="150px" field="reviewComments" title="审核意见" :edit-render="{}">-->
|
|
|
+<!-- <template v-slot:edit="scope">-->
|
|
|
+<!-- <el-input v-model="scope.row.reviewComments" ></el-input>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </vxe-table-column>-->
|
|
|
+<!-- <vxe-table-column width="150px" field="replyComments" title="回复意见" :edit-render="{}">-->
|
|
|
+<!-- <template v-slot:edit="scope">-->
|
|
|
+<!-- <el-input v-model="scope.row.replyComments" ></el-input>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </vxe-table-column>-->
|
|
|
+ <vxe-table-column width="150px" field="reviewComments" title="审核意见(√/×)" :edit-render="{}">
|
|
|
<template v-slot:edit="scope">
|
|
|
- <el-input v-model="scope.row.reviewComments" ></el-input>
|
|
|
+ <vxe-select v-model="scope.row.reviewComments" transfer>
|
|
|
+ <vxe-option
|
|
|
+ v-for="item in $dictUtils.getDictList('yes_no_flag')"
|
|
|
+ :key="item.value"
|
|
|
+ :value="item.label"
|
|
|
+ :label="item.label">
|
|
|
+ </vxe-option>
|
|
|
+ </vxe-select>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
- <vxe-table-column width="150px" field="replyComments" title="回复意见" :edit-render="{}">
|
|
|
+ <vxe-table-column width="150px" field="replyComments" title="回复意见(√/×)" :edit-render="{}">
|
|
|
<template v-slot:edit="scope">
|
|
|
- <el-input v-model="scope.row.replyComments" ></el-input>
|
|
|
+ <vxe-select v-model="scope.row.replyComments" transfer>
|
|
|
+ <vxe-option
|
|
|
+ v-for="item in $dictUtils.getDictList('yes_no_flag')"
|
|
|
+ :key="item.value"
|
|
|
+ :value="item.label"
|
|
|
+ :label="item.label">
|
|
|
+ </vxe-option>
|
|
|
+ </vxe-select>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
</vxe-table>
|
|
@@ -226,14 +346,38 @@
|
|
|
<el-input :disabled="true" v-model="scope.row.typeName" ></el-input>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
- <vxe-table-column width="150px" field="reviewComments" title="审核意见" :edit-render="{}">
|
|
|
+<!-- <vxe-table-column width="150px" field="reviewComments" title="审核意见" :edit-render="{}">-->
|
|
|
+<!-- <template v-slot:edit="scope">-->
|
|
|
+<!-- <el-input v-model="scope.row.reviewComments" ></el-input>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </vxe-table-column>-->
|
|
|
+<!-- <vxe-table-column width="150px" field="replyComments" title="回复意见" :edit-render="{}">-->
|
|
|
+<!-- <template v-slot:edit="scope">-->
|
|
|
+<!-- <el-input v-model="scope.row.replyComments" ></el-input>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </vxe-table-column>-->
|
|
|
+ <vxe-table-column width="150px" field="reviewComments" title="审核意见(√/×)" :edit-render="{}">
|
|
|
<template v-slot:edit="scope">
|
|
|
- <el-input v-model="scope.row.reviewComments" ></el-input>
|
|
|
+ <vxe-select v-model="scope.row.reviewComments" transfer>
|
|
|
+ <vxe-option
|
|
|
+ v-for="item in $dictUtils.getDictList('yes_no_flag')"
|
|
|
+ :key="item.value"
|
|
|
+ :value="item.label"
|
|
|
+ :label="item.label">
|
|
|
+ </vxe-option>
|
|
|
+ </vxe-select>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
- <vxe-table-column width="150px" field="replyComments" title="回复意见" :edit-render="{}">
|
|
|
+ <vxe-table-column width="150px" field="replyComments" title="回复意见(√/×)" :edit-render="{}">
|
|
|
<template v-slot:edit="scope">
|
|
|
- <el-input v-model="scope.row.replyComments" ></el-input>
|
|
|
+ <vxe-select v-model="scope.row.replyComments" transfer>
|
|
|
+ <vxe-option
|
|
|
+ v-for="item in $dictUtils.getDictList('yes_no_flag')"
|
|
|
+ :key="item.value"
|
|
|
+ :value="item.label"
|
|
|
+ :label="item.label">
|
|
|
+ </vxe-option>
|
|
|
+ </vxe-select>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
</vxe-table>
|
|
@@ -258,14 +402,38 @@
|
|
|
<el-input :disabled="true" v-model="scope.row.typeName" ></el-input>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
- <vxe-table-column width="150px" field="reviewComments" title="审核意见" :edit-render="{}">
|
|
|
+<!-- <vxe-table-column width="150px" field="reviewComments" title="审核意见" :edit-render="{}">-->
|
|
|
+<!-- <template v-slot:edit="scope">-->
|
|
|
+<!-- <el-input v-model="scope.row.reviewComments" ></el-input>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </vxe-table-column>-->
|
|
|
+<!-- <vxe-table-column width="150px" field="replyComments" title="回复意见" :edit-render="{}">-->
|
|
|
+<!-- <template v-slot:edit="scope">-->
|
|
|
+<!-- <el-input v-model="scope.row.replyComments" ></el-input>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </vxe-table-column>-->
|
|
|
+ <vxe-table-column width="150px" field="reviewComments" title="审核意见(√/×)" :edit-render="{}">
|
|
|
<template v-slot:edit="scope">
|
|
|
- <el-input v-model="scope.row.reviewComments" ></el-input>
|
|
|
+ <vxe-select v-model="scope.row.reviewComments" transfer>
|
|
|
+ <vxe-option
|
|
|
+ v-for="item in $dictUtils.getDictList('yes_no_flag')"
|
|
|
+ :key="item.value"
|
|
|
+ :value="item.label"
|
|
|
+ :label="item.label">
|
|
|
+ </vxe-option>
|
|
|
+ </vxe-select>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
- <vxe-table-column width="150px" field="replyComments" title="回复意见" :edit-render="{}">
|
|
|
+ <vxe-table-column width="150px" field="replyComments" title="回复意见(√/×)" :edit-render="{}">
|
|
|
<template v-slot:edit="scope">
|
|
|
- <el-input v-model="scope.row.replyComments" ></el-input>
|
|
|
+ <vxe-select v-model="scope.row.replyComments" transfer>
|
|
|
+ <vxe-option
|
|
|
+ v-for="item in $dictUtils.getDictList('yes_no_flag')"
|
|
|
+ :key="item.value"
|
|
|
+ :value="item.label"
|
|
|
+ :label="item.label">
|
|
|
+ </vxe-option>
|
|
|
+ </vxe-select>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
</vxe-table>
|
|
@@ -290,14 +458,38 @@
|
|
|
<el-input :disabled="true" v-model="scope.row.typeName" ></el-input>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
- <vxe-table-column width="150px" field="reviewComments" title="审核意见" :edit-render="{}">
|
|
|
+<!-- <vxe-table-column width="150px" field="reviewComments" title="审核意见" :edit-render="{}">-->
|
|
|
+<!-- <template v-slot:edit="scope">-->
|
|
|
+<!-- <el-input v-model="scope.row.reviewComments" ></el-input>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </vxe-table-column>-->
|
|
|
+<!-- <vxe-table-column width="150px" field="replyComments" title="回复意见" :edit-render="{}">-->
|
|
|
+<!-- <template v-slot:edit="scope">-->
|
|
|
+<!-- <el-input v-model="scope.row.replyComments" ></el-input>-->
|
|
|
+<!-- </template>-->
|
|
|
+<!-- </vxe-table-column>-->
|
|
|
+ <vxe-table-column width="150px" field="reviewComments" title="审核意见(√/×)" :edit-render="{}">
|
|
|
<template v-slot:edit="scope">
|
|
|
- <el-input v-model="scope.row.reviewComments" ></el-input>
|
|
|
+ <vxe-select v-model="scope.row.reviewComments" transfer>
|
|
|
+ <vxe-option
|
|
|
+ v-for="item in $dictUtils.getDictList('yes_no_flag')"
|
|
|
+ :key="item.value"
|
|
|
+ :value="item.label"
|
|
|
+ :label="item.label">
|
|
|
+ </vxe-option>
|
|
|
+ </vxe-select>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
- <vxe-table-column width="150px" field="replyComments" title="回复意见" :edit-render="{}">
|
|
|
+ <vxe-table-column width="150px" field="replyComments" title="回复意见(√/×)" :edit-render="{}">
|
|
|
<template v-slot:edit="scope">
|
|
|
- <el-input v-model="scope.row.replyComments" ></el-input>
|
|
|
+ <vxe-select v-model="scope.row.replyComments" transfer>
|
|
|
+ <vxe-option
|
|
|
+ v-for="item in $dictUtils.getDictList('yes_no_flag')"
|
|
|
+ :key="item.value"
|
|
|
+ :value="item.label"
|
|
|
+ :label="item.label">
|
|
|
+ </vxe-option>
|
|
|
+ </vxe-select>
|
|
|
</template>
|
|
|
</vxe-table-column>
|
|
|
</vxe-table>
|