董国庆
8 天以前 3c38a9fbad595a4c35d5928f77ccfc9cfa5e3f58
culture/src/views/strainReportLibrary/reportLibraryOneTWO/components/approval/index.vue
@@ -71,14 +71,14 @@
                                </el-upload>
                            </el-form-item>
                            <div class="header-title" style="width: 100%;">
                            <!-- <div class="header-title" style="width: 100%;">
                                <div class="header-title-left">
                                    <img src="@/assets/public/headercard.png" />
                                    <div>菌种实验员操作评定</div>
                                </div>
                            </div>
                            </div> -->
                            <div class="table" style="margin-top: 38px">
                            <!-- <div class="table" style="margin-top: 38px">
                                <el-table :data="assessmentTable" border style="width: 100%" :show-summary="true"
                                    :span-method="tableSpanMethod" :summary-method="getTableSummary">
                                    <el-table-column prop="category" label="菌种实验员专业能力考核项" width="180"></el-table-column>
@@ -110,7 +110,7 @@
                                        </template>
                                    </el-table-column>
                                </el-table>
                            </div>
                            </div> -->
@@ -278,7 +278,7 @@
                    processData: []
                };
                let arr = data.evaluate.split(',')
                let arr = (data.evaluate||'').split(',')
                this.fileList = data.enclosureUrl ? JSON.parse(data.enclosureUrl) : []
                this.assessmentTable = this.assessmentTable.map((item, index) => {
                    item.selectedScore = Number(arr[index])
@@ -418,7 +418,7 @@
    .approval-flow {
        padding: 40px 20px;
        // width: 405px;
        flex: 2;
        flex: 1;
        background: #ffffff;
        box-shadow: 0px 4px 12px 4px rgba(0, 0, 0, 0.08);
        border-radius: 10px;