Selaa lähdekoodia

学生综合素质、考场排座管理bug修改

bzkf30 1 vuosi sitten
vanhempi
commit
0b6f744fc3

+ 1 - 0
src/pages/xdjx/kcpzgl/kcpz/detail/kslb/index.vue

@@ -606,6 +606,7 @@ const handlePrint = () => {
           </div>
           <div class="flex_center">
             <div>
+              <div class="text-center font14">{{ item.xkks_kcmc_json }}</div>
               <div class="text-center font30">{{ item.xkks_zc_x }}排{{ item.xkks_zc_y }}座</div>
               <div class="text-center font12">座位号</div>
             </div>

+ 1 - 1
src/pages/xdjx/xszhsz/cxddgl/index.vue

@@ -504,7 +504,7 @@ function initClassName(val) {
         <!-- <el-table-column prop="cm_id" label="班级编号" width="auto" show-overflow-tooltip></el-table-column> -->
         <el-table-column label="操作" fixed="right" width="180">
           <template #default="scope">
-            <el-button v-if="scope.row.xxxddgl_zt_option_k!=2" link :auto-insert-space="false" @click="handleTableColBtn_point(scope)" type="primary">打分</el-button>
+            <el-button v-if="scope.row.xxxddgl_zt_option_k!=2" :disabled="scope.row.xxxddgl_zt_option_k==0?true:false" link :auto-insert-space="false" @click="handleTableColBtn_point(scope)" type="primary">打分</el-button>
             <el-button v-if="scope.row.xxxddgl_zt_option_k==2" link :auto-insert-space="false" @click="handleTableColBtn_detail(scope)" type="primary">详情</el-button>
             <el-button link :auto-insert-space="false" @click="handleTableColBtn_edit(scope)" type="primary">编辑</el-button>
             <!-- <el-button link :auto-insert-space="false" @click="handleTableColBtn_audit(scope)" type="primary" >审核</el-button> -->