浏览代码

Merge remote-tracking branch 'origin/master'

user5 10 月之前
父节点
当前提交
aa8a48e1ba

+ 1 - 1
src/views/ccpm/reimbursement/info/InfoList.vue

@@ -216,7 +216,7 @@
 					<el-button @click="detailFile(scope.row)"  :type="$dictUtils.getDictLabel('status_info', scope.row.fileStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("status", scope.row.fileStatus, '未开始')}} </el-button>
 					<el-button @click="detailFile(scope.row)"  :type="$dictUtils.getDictLabel('status_info', scope.row.fileStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("status", scope.row.fileStatus, '未开始')}} </el-button>
 				</template>
 				</template>
 			</vxe-column>
 			</vxe-column>
-          <vxe-column title="操作" width="200px" fixed="right" align="center">
+          <vxe-column title="操作" min-width="200px" fixed="right" align="center">
             <template  #default="scope">
             <template  #default="scope">
 <!--				管理员修改-->
 <!--				管理员修改-->
 				<el-button v-if=" (isAdmin)" text type="primary" @click="editForm(scope.row)">修改</el-button>
 				<el-button v-if=" (isAdmin)" text type="primary" @click="editForm(scope.row)">修改</el-button>

+ 1 - 1
src/views/consultancy/reimbursement/info/InfoList.vue

@@ -216,7 +216,7 @@
 					<el-button @click="detailFile(scope.row)"  :type="$dictUtils.getDictLabel('status_info', scope.row.fileStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("status", scope.row.fileStatus, '未开始')}} </el-button>
 					<el-button @click="detailFile(scope.row)"  :type="$dictUtils.getDictLabel('status_info', scope.row.fileStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("status", scope.row.fileStatus, '未开始')}} </el-button>
 				</template>
 				</template>
 			</vxe-column>
 			</vxe-column>
-          <vxe-column title="操作" width="200px" fixed="right" align="center">
+          <vxe-column title="操作" min-width="200px" fixed="right" align="center">
             <template  #default="scope">
             <template  #default="scope">
 				<!--				管理员修改-->
 				<!--				管理员修改-->
 				<el-button v-if=" (isAdmin)" text type="primary" @click="editForm(scope.row)">修改</el-button>
 				<el-button v-if=" (isAdmin)" text type="primary" @click="editForm(scope.row)">修改</el-button>

+ 1 - 1
src/views/zs/reimbursement/info/InfoList.vue

@@ -216,7 +216,7 @@
 					<el-button @click="detailFile(scope.row)"  :type="$dictUtils.getDictLabel('status_info', scope.row.fileStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("status", scope.row.fileStatus, '未开始')}} </el-button>
 					<el-button @click="detailFile(scope.row)"  :type="$dictUtils.getDictLabel('status_info', scope.row.fileStatus, '')" effect="dark" >{{$dictUtils.getDictLabel("status", scope.row.fileStatus, '未开始')}} </el-button>
 				</template>
 				</template>
 			</vxe-column>
 			</vxe-column>
-          <vxe-column title="操作" width="200px" fixed="right" align="center">
+          <vxe-column title="操作" min-width="200px" fixed="right" align="center">
             <template  #default="scope">
             <template  #default="scope">
 				<!--				管理员修改-->
 				<!--				管理员修改-->
 				<el-button v-if=" (isAdmin)" text type="primary" @click="editForm(scope.row)">修改</el-button>
 				<el-button v-if=" (isAdmin)" text type="primary" @click="editForm(scope.row)">修改</el-button>